I have a macro that i want to run in many files that have the same structure but diferent number of sheets. I can only change sheets by writing:
Sheets("Sheet1").Activate
I would like to know if there is a command that would work, something like:
ActiveSheet.Activatenext (I tried this and didn't work)
Can someone tell me how to do this?
Bookmarks