Several macros determine which worksheets are visible or hidden. I would like for the macro to end with the first sheet selected (active, visible on screen, not sure of terminology). First means the leftmost tab (of visible sheets) in the order I have them which is not alphabetical and not in sheet number order either.
All I can think of is to use a bunch (more than would ever be needed) of
ActiveSheet.Previous.Select
but there has to be a better way.
All I can think of is to use a bunch (more than would ever be needed) of
ActiveSheet.Previous.Select
but there has to be a better way.