Macro Question

F

flummi

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

Regards

Hans
 
S

Stefi

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:
 
B

britwiz

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top