Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that under different situations will have a
different number of worksheets. I want to move a new worksheet after a particular worksheet. I want to use the name of the worksheet. NOT the number of the worksheet. Is this possible? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worksheets("x").Move After:=Worksheets("y")
-- Vasant "Excel" wrote in message om... I have a workbook that under different situations will have a different number of worksheets. I want to move a new worksheet after a particular worksheet. I want to use the name of the worksheet. NOT the number of the worksheet. Is this possible? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
moving worksheets | Excel Discussion (Misc queries) | |||
moving worksheets | Excel Discussion (Misc queries) | |||
Moving Worksheets using VB | Excel Discussion (Misc queries) | |||
Moving all worksheets | Excel Discussion (Misc queries) | |||
moving a row between worksheets | New Users to Excel |