cassidybklyn
Programmer
Gentlemen, please bear with me:
I am having a problem farmating one column("D"), whose value is currency. I am using this code which I got from recording a macro:
Selection.NumberFormat = "$#,##0.00;[Red]$#,##0.00" Columns("D
").select.
Using the above code, all numbers in the spreadsheet conversts to currency, but my objective is to make the the values in only column "D" currency.
Please help.
Thanks.
Cassidy.
I am having a problem farmating one column("D"), whose value is currency. I am using this code which I got from recording a macro:
Selection.NumberFormat = "$#,##0.00;[Red]$#,##0.00" Columns("D
Using the above code, all numbers in the spreadsheet conversts to currency, but my objective is to make the the values in only column "D" currency.
Please help.
Thanks.
Cassidy.