Thread
:
Move Worksheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Dave Peterson
external usenet poster
Posts: 35,218
Move Worksheet
I wouldn't select it first.
TGalin wrote:
3 worksheets. Named A, B, C. Is there a better way to move them then this?
Sub Macro1()
Sheets("A").Select
Sheets("A").Move After:=Sheets(2)
End Sub
--
Dave Peterson
Reply With Quote
Dave Peterson
View Public Profile
Find all posts by Dave Peterson