Thread
:
Move Worksheet
View Single Post
#
1
Posted to microsoft.public.excel.programming
TGalin
external usenet poster
Posts: 81
Move Worksheet
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
Reply With Quote
TGalin
View Public Profile
Find all posts by TGalin