Thread
:
ActiveNext
View Single Post
#
2
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)
external usenet poster
Posts: 2,202
ActiveNext
ActiveWindow.ActivateNext ----Is there a ActiveSheet.ActivateNext
You could always use something like this (it stops at the last sheet)...
Worksheets(ActiveSheet.Index-(ActiveSheet.Index<Worksheets.Count)).Activate
Rick
Reply With Quote
Rick Rothstein \(MVP - VB\)
View Public Profile
Find all posts by Rick Rothstein \(MVP - VB\)