srikandi2000
Member
Dear All
Have anyone tried scaling in number format using VBA function FORMAT...
I tried to make 18.450 into 18.5 K using z = format(z,"#.#0, ""K""") but failed... the best thing i can achieve is 18 K. I tried the same formatting in worksheet using text function and it works just fine.
Can someone point out what I did wrong?
Thanks in advance
Have anyone tried scaling in number format using VBA function FORMAT...
I tried to make 18.450 into 18.5 K using z = format(z,"#.#0, ""K""") but failed... the best thing i can achieve is 18 K. I tried the same formatting in worksheet using text function and it works just fine.
Can someone point out what I did wrong?
Thanks in advance