Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
ann ann is offline
external usenet poster
 
Posts: 210
Default Move a particular named sheet to the end.

Using macros, how can I move a sheet called TOTAL to become the very last
sheet within a workbook?

Your assistance will be appreciated.

--
Thank U and Regards

Ann

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,355
Default Move a particular named sheet to the end.

Try this:

Worksheets("Total").Move after:=Worksheets(Worksheets.Count)

"Ann" wrote:

Using macros, how can I move a sheet called TOTAL to become the very last
sheet within a workbook?

Your assistance will be appreciated.

--
Thank U and Regards

Ann

  #3   Report Post  
Posted to microsoft.public.excel.newusers
ann ann is offline
external usenet poster
 
Posts: 210
Default Move a particular named sheet to the end.

Barb,

Works a treat, thank you for your assiatance.
--
Thank U and Regards

Ann



"Barb Reinhardt" wrote:

Try this:

Worksheets("Total").Move after:=Worksheets(Worksheets.Count)

"Ann" wrote:

Using macros, how can I move a sheet called TOTAL to become the very last
sheet within a workbook?

Your assistance will be appreciated.

--
Thank U and Regards

Ann

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
move rows of data seperated in a sheet to a sheet with no separat Lynn Excel Worksheet Functions 5 December 22nd 06 03:18 AM
Create a sheet name, won't let me, says already sheet named that Buckwheat Excel Worksheet Functions 7 May 2nd 05 12:55 AM
referencing a sheet named in a cell then using data from that sheet gbeard Excel Worksheet Functions 4 April 15th 05 08:42 AM
I would like to move from sheet to sheet in a workbook using keybo k-cess New Users to Excel 1 April 12th 05 03:23 AM
can't move a named cell without breaking a hyperlink to that cell Snakeye Links and Linking in Excel 3 January 26th 05 11:57 PM


All times are GMT +1. The time now is 09:48 AM.

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"