Thread: Sheets.Add
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Mark is offline
external usenet poster
 
Posts: 989
Default Sheets.Add

Sheets.Add
ActiveSheet.Cells.NumberFormat = "@"


"MsKitty_1949" wrote:

I am using Excel 2003 w/MVB 6.3
I have a macro in VBE that shows a comment of 'create a blank sheet, then
the next line shows Sheets.add.
I would like the sheet being added to be formattted as 'TEXT' instead of the
default 'GENERAL'. Can anyone help?

Thank you in advance for your assistance.