View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Formatting all cells or sheet


Activesheet.Cells.Numberformat = "@"

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Steve Schroeder" wrote in message
...
Although I'm not familair with the Excel object libarary, I am familiar

with
VBA. How can I format the whole sheet to use Text as the cell formatting,

as
opposed to General, the default?

Me.Cells.Format...?

Thanks,

Steve