GeneralShamu
Board Regular
- Joined
- Jul 6, 2007
- Messages
- 127
I have a file that currently has 37 worksheets. The first worksheet, call it sheet 'A' will tell us how many additional sheets we have (currently 36).
The naming convention on the sheets is not numerical (i.e. 1 2 3 4 ...) but:
A1
B1
C1
...
Z1
A2
B2
...
etc...
Does anyone know how I can create a loop that can cycle through these worksheets? After entering each worksheet I will need to extract specific data from that sheet itself but that's going to be a separate series of nested loops.
The naming convention on the sheets is not numerical (i.e. 1 2 3 4 ...) but:
A1
B1
C1
...
Z1
A2
B2
...
etc...
Does anyone know how I can create a loop that can cycle through these worksheets? After entering each worksheet I will need to extract specific data from that sheet itself but that's going to be a separate series of nested loops.