Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Greg
 
Posts: n/a
Default Macro Question

How do I get a sheet to move to the end of the workbook in excel.

Thanks

Greg


  #2   Report Post  
Posted to microsoft.public.excel.newusers
Stefi
 
Posts: n/a
Default Macro Question

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   Report Post  
Posted to microsoft.public.excel.newusers
flummi
 
Posts: n/a
Default Macro Question

right click on the sheet tab
select "Copy or Move"
then select "Move to End"

Regards

Hans

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Stefi
 
Posts: n/a
Default Macro Question

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   Report Post  
Posted to microsoft.public.excel.newusers
 
Posts: n/a
Default Macro Question

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
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
Quick Macro question - How to delete two rows then skip one - and repeat David Smithz Excel Discussion (Misc queries) 3 March 3rd 06 02:58 PM
Excel Macro Question billrl34 Excel Worksheet Functions 1 December 19th 05 10:38 PM
using a macro question revisited Adam Kroger Excel Discussion (Misc queries) 4 December 16th 05 03:37 PM
Excel Macro Question about Conditional Formatting David Britton via OfficeKB.com New Users to Excel 3 February 10th 05 02:23 PM
Attn: Dave P. Question re Pix Calls via Macro DocuMike Excel Discussion (Misc queries) 1 January 10th 05 01:38 AM


All times are GMT +1. The time now is 07:24 PM.

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

About Us

"It's about Microsoft Excel"