Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How do I get a sheet to move to the end of the workbook in excel.
Thanks Greg |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Record a macro and you'll see it!
Regards, Stefi €˛Greg€¯ ezt Ć*rta: How do I get a sheet to move to the end of the workbook in excel. Thanks Greg |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
right click on the sheet tab
select "Copy or Move" then select "Move to End" Regards Hans |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi flummy,
I think Greg wants a macro doing this, because I read his very similar question among the Programming topics! Greg, record as a macro what flummi said! Stefi €˛flummi€¯ ezt Ć*rta: right click on the sheet tab select "Copy or Move" then select "Move to End" Regards Hans |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Greg
If you want a macro rather than click and drag, try this in a module: Sub MoveSheet() ActiveSheet.Move After:=Sheets(Sheets.Count) End Sub Regards Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Quick Macro question - How to delete two rows then skip one - and repeat | Excel Discussion (Misc queries) | |||
Excel Macro Question | Excel Worksheet Functions | |||
using a macro question revisited | Excel Discussion (Misc queries) | |||
Excel Macro Question about Conditional Formatting | New Users to Excel | |||
Attn: Dave P. Question re Pix Calls via Macro | Excel Discussion (Misc queries) |