#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Macro

I have a command button that runs a macro. The macro copies a worksheet
template and renumbers it.

The problem is that I would like the worksheets to be numbered in sequence
i.e. 01, 02, 03 etc. The line below is an extract from the macro.

Sheets("Template (2)").Name "1"

Ca you please advise how to change this line so that each time the command
button is pressed the next number is allocated in sequence.

Many thanks for your assistance.

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Macro

Sheets("Template (2)").Name = Format(Worksheets.Count - 1, "00")

Regards,
Stefi


zephyr ezt *rta:

I have a command button that runs a macro. The macro copies a worksheet
template and renumbers it.

The problem is that I would like the worksheets to be numbered in sequence
i.e. 01, 02, 03 etc. The line below is an extract from the macro.

Sheets("Template (2)").Name "1"

Ca you please advise how to change this line so that each time the command
button is pressed the next number is allocated in sequence.

Many thanks for your assistance.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Macro

Stefi

Many thanks
you're solution worked.

Zephhyr

"Stefi" wrote:

Sheets("Template (2)").Name = Format(Worksheets.Count - 1, "00")

Regards,
Stefi


zephyr ezt *rta:

I have a command button that runs a macro. The macro copies a worksheet
template and renumbers it.

The problem is that I would like the worksheets to be numbered in sequence
i.e. 01, 02, 03 etc. The line below is an extract from the macro.

Sheets("Template (2)").Name "1"

Ca you please advise how to change this line so that each time the command
button is pressed the next number is allocated in sequence.

Many thanks for your assistance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Macro

You are welcome! Thanks for the feedback!
Stefi


zephyr ezt *rta:

Stefi

Many thanks
you're solution worked.

Zephhyr

"Stefi" wrote:

Sheets("Template (2)").Name = Format(Worksheets.Count - 1, "00")

Regards,
Stefi


zephyr ezt *rta:

I have a command button that runs a macro. The macro copies a worksheet
template and renumbers it.

The problem is that I would like the worksheets to be numbered in sequence
i.e. 01, 02, 03 etc. The line below is an extract from the macro.

Sheets("Template (2)").Name "1"

Ca you please advise how to change this line so that each time the command
button is pressed the next number is allocated in sequence.

Many thanks for your assistance.

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
error when running cut & paste macro Otto Moehrbach Excel Worksheet Functions 4 August 9th 06 01:49 PM
Compiling macro based on cell values simonsmith Excel Discussion (Misc queries) 1 May 16th 06 08:31 PM
Search, Copy, Paste Macro in Excel [email protected] Excel Worksheet Functions 0 January 3rd 06 06:51 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
Highlight Range - wrong macro, please edit. Danny Excel Worksheet Functions 8 October 19th 05 11:11 PM


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

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

About Us

"It's about Microsoft Excel"