Thread
:
How to format column 7 ?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary Keramidas
external usenet poster
Posts: 2,494
How to format column 7 ?
Columns(7).NumberFormat = "#.00.00"
--
Gary
wrote in message
ups.com...
In VBA, if I have the integer 7, how do I format column 7?
The recorder does
Columns("G:G").Select
Selection.Numberformat = "blah"
Thanks.
Reply With Quote
Gary Keramidas
View Public Profile
Find all posts by Gary Keramidas