View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geebee Geebee is offline
external usenet poster
 
Posts: 28
Default simulate down arrow

hi,

I have the following..
Range(Selection, Selection.xlDown).Select

But I just want to simulate hitting the down arrow key, to select the second
row in the current column.

Thanks in advance,
geebee