Sign up, and you can make all message times appear in your timezone. Sign up
Aug 20, 2014
12:18:54pm
VBA Question
So, I am using a loop to cycle through Excel sheets.
This is my current code for it. I need it to start at 5, but just run until it gets to the last sheet (not necessarily at 28). Any idea how to work with a variable sheet number at the end? Thanks!

For sheetNumber = 5 To 28
Sheets(sheetNumber).Select
Range("C4").Select
Next
Talker
Bio page
Talker
Joined
Aug 30, 2007
Last login
Apr 19, 2024
Total posts
3,311 (188 FO)
Messages
Author
Time

Posting on CougarBoard

In order to post, you will need to either sign up or log in.