B
Bill
Hello,
I have a chart where I format a number in the title. To get the format, I
used a command like:
Varformat = cells(1,1).numberformat
I then format the number to go in the title using:
NC = format(NC, varformat)
I get numbers like: $19,731_
Why does the _ appear?
Thanks in advance.
Bill
I have a chart where I format a number in the title. To get the format, I
used a command like:
Varformat = cells(1,1).numberformat
I then format the number to go in the title using:
NC = format(NC, varformat)
I get numbers like: $19,731_
Why does the _ appear?
Thanks in advance.
Bill