F
Forrest
I want to conditionally format the cell. Positive results
should say $10gain and negative results say $10loss.
Creating a custom number format within Excel2002 works
fine, but copying into VBA creates an error. The following
is my vba code without the text.
With xlWs
.Cells(6, 2).NumberFormat = "$#,##0_);($#,##0)"
End With
Help?
should say $10gain and negative results say $10loss.
Creating a custom number format within Excel2002 works
fine, but copying into VBA creates an error. The following
is my vba code without the text.
With xlWs
.Cells(6, 2).NumberFormat = "$#,##0_);($#,##0)"
End With
Help?