Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am a beginner; I need to generate a new worksheet and rename the new work
sheet; Please help me out in this |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Krishnan,
Try: '============= Public Sub Tester003() ActiveWorkbook.Sheets.Add.Name = "Krishnan" End Sub '<<============= --- Regards, Norman "Krishnan" wrote in message ... I am a beginner; I need to generate a new worksheet and rename the new work sheet; Please help me out in this |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Editing a simple macro | Excel Worksheet Functions | |||
Worksheet tabs in a Macro | Excel Worksheet Functions | |||
I need help with a macro which will copy a worksheet and.. | Excel Worksheet Functions | |||
create menus in excel worksheet | Excel Worksheet Functions | |||
Executing macro for all worksheet from a different worksheet | New Users to Excel |