View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rubble Rubble is offline
external usenet poster
 
Posts: 45
Default How do I activate the next cell in a selected range?

I am trying to memorize the values and addresses in a selected range. Does
anyone know the syntax for going to the next selected cell? I thought
something like selection.next.activate would work, but that just goes to the
next cell regardless if it is selected or not.

Thank you !!