JimMcAlees
New Member
- Joined
- Mar 31, 2011
- Messages
- 4
I am going crazy with a simple macro which will not go to the next sheet, it will change to first sheet but never move on to the next. I feel so dumb over this.
Sub Cyclethrough ()
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
Range("a1").select
next ws
End Sub
Sub Cyclethrough ()
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
Range("a1").select
next ws
End Sub