G
Guest
Excel 2002-2003. I am copying portions of a workbook into another workbook.
The data in the original is financial ($dollars) but is stored in text
format. How may I convert en masse the text cells to currency cells? I have
tried:
Selection.Columns.NumberFormat = "$#,##0.00_);($#,##0.00)"
I do not get an error on this, but the cells are unchanged and a little
widget (an ! in a yellow diamond) comes up next to the cells that produces a
drop down menu that allows me to convert txt to number. Until I manually do
this, I cannot even manually change the cells to currency. How may I do this
all in code? Thanks.
The data in the original is financial ($dollars) but is stored in text
format. How may I convert en masse the text cells to currency cells? I have
tried:
Selection.Columns.NumberFormat = "$#,##0.00_);($#,##0.00)"
I do not get an error on this, but the cells are unchanged and a little
widget (an ! in a yellow diamond) comes up next to the cells that produces a
drop down menu that allows me to convert txt to number. Until I manually do
this, I cannot even manually change the cells to currency. How may I do this
all in code? Thanks.