Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Krishnan
 
Posts: n/a
Default How can I create a worksheet using Macro

I am a beginner; I need to generate a new worksheet and rename the new work
sheet; Please help me out in this
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Norman Jones
 
Posts: n/a
Default How can I create a worksheet using Macro

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing a simple macro Connie Martin Excel Worksheet Functions 5 November 29th 05 09:19 PM
Worksheet tabs in a Macro jstoner50 Excel Worksheet Functions 4 November 10th 05 02:24 PM
I need help with a macro which will copy a worksheet and.. Greegan Excel Worksheet Functions 2 July 29th 05 11:48 PM
create menus in excel worksheet Anthony Excel Worksheet Functions 1 February 23rd 05 03:04 PM
Executing macro for all worksheet from a different worksheet Biti New Users to Excel 3 December 8th 04 10:05 AM


All times are GMT +1. The time now is 12:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"