Is there a way to move from one sheet to the next by using a macro or any other method??
I know you can simply write:
sheets("Sheet1").select
This is all well and good until I delete this page or insert one in front of it. If the tab is deleted the macro will crash. If a sheet is inserted in front of it, this macro will skip the new sheet.
I just want to move to the next sheet in the workbook... I've been stumped by this for ages now.
Any help is appreciated.
Thanks
Bookmarks