A
Abdul
Hello,
Is it possible to add a text with number using vba and format that
number to "[$-2000000]#0"
Something like Range("A1")= "Sample Text " & format(12345,
"[$-2000000]#0")
If add 12345 to Range A1 and say
Range("A1").numberformat="[$-2000000]#0" then it works properly
Thanks
Is it possible to add a text with number using vba and format that
number to "[$-2000000]#0"
Something like Range("A1")= "Sample Text " & format(12345,
"[$-2000000]#0")
If add 12345 to Range A1 and say
Range("A1").numberformat="[$-2000000]#0" then it works properly
Thanks