All,
I have a macro I use to mark up tables of analytical data. For one specific situation I want to add a "*" to the end of the cell without affecting it's value, which can be done using a custom NumberFormat.
To do this manually you can type General" *" into the custom number format field.
I can't figure out how to do this with VBA.
I tried these, but they didn't work:
cell.NumberFormat = "General" *""
cell.NumberFormat = "General\*"
Any suggestions?
Thanks!
"General"" *""