Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Print sheets by "All Sheets in workbook, EXCEPT for specific named sheets". Possible? | Excel Programming | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? | Excel Worksheet Functions | |||
How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook? | Excel Programming | |||
Macro for filter on protected workbook that works for all sheets, no matter what sheets are named? | Excel Programming |