View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett[_2_] Don Guillett[_2_] is offline
external usenet poster
 
Posts: 1,522
Default VBA command to move cursor

activecell.offset(-1).select

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"dhstein" wrote in message
...
Is there a VBA command to move the cursor up one row ? Thanks.