Roger Daley Well-Known Member Licensed User Longtime User Dec 23, 2016 #1 The wish for NumberFormating is growing. 1. Specify "Thousands" separator 2. Specify "Decimal" separator 3. Specify Exponent format. Just wishing. Regards Roger
The wish for NumberFormating is growing. 1. Specify "Thousands" separator 2. Specify "Decimal" separator 3. Specify Exponent format. Just wishing. Regards Roger
imbault Well-Known Member Licensed User Longtime User Dec 23, 2016 #2 why not writing this function by yourself, pretty easy...
Roger Daley Well-Known Member Licensed User Longtime User Dec 24, 2016 #3 imbault said: why not writing this function by yourself, pretty easy... Click to expand... Just doing that now, I realised I have already done most of it in bits and pieces. Time to do some research on libraries/code modues/classes/types I haven't paid much attention to these and left them to the experts. Time to try after Christmas. Roger
imbault said: why not writing this function by yourself, pretty easy... Click to expand... Just doing that now, I realised I have already done most of it in bits and pieces. Time to do some research on libraries/code modues/classes/types I haven't paid much attention to these and left them to the experts. Time to try after Christmas. Roger
Roger Daley Well-Known Member Licensed User Longtime User Dec 28, 2016 #4 Number.Format3 Code Module posted on Code Snipetts. Thanks for the push imbault. Regards Roger