View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] charlbury@gmail.com is offline
external usenet poster
 
Posts: 2
Default How do I simulate a cursor down in Excel Macros

I don't want to selec the next cell down, I want simulate a cursor
down.

For example, if I have data grouped or hidden rows, when I do a cursor
down i don;t want it ogo to the current row + 1, I want it to go to the
next visible row which might be current row +Y.

Hitting cursor down does this but how do I make that happein in a macro

Thanks

Steve