ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Move a particular named sheet to the end. (https://www.excelbanter.com/new-users-excel/138703-move-particular-named-sheet-end.html)

ann

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


Barb Reinhardt

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


ann

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



All times are GMT +1. The time now is 04:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com