
04-01-2012, 08:53 PM
|
 |
Sapience.Aquire
Super Moderator * Expert *
|
|
Join Date: Oct 2003
Location: Lake Bluff, Ill., U.S.
Posts: 3,306
|
|
Loop through the sheets using:
Code:
Thisworkbook.Sheets.Item(number_variable)
Looking for whatever you need to to determine the start of a schedule, exit the loop when you find it, and your variable will have the Item number of that sheet. Or, you could continue the loop and put the Item number into an array variable.
|
__________________
No the other right mouse click
|