Hi BeefNoodleSoup
I'd guess a "For Each" loop.
![]()
Option.Explicit Dim rng as Range Dim name as Range Set rng = (some range of cells - you fill in the blanks) For each name in rng Application.Goto rng True ' Take some other action next name
Hi BeefNoodleSoup
I'd guess a "For Each" loop.
![]()
Option.Explicit Dim rng as Range Dim name as Range Set rng = (some range of cells - you fill in the blanks) For each name in rng Application.Goto rng True ' Take some other action next name
John
If you have issues with Code I've provided, I appreciate your feedback.
In the event Code provided resolves your issue, please mark your Thread as SOLVED.
If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks