View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil[_12_] Neil[_12_] is offline
external usenet poster
 
Posts: 1
Default Macro to move to next cell

Trying to get a macro to move like I am using the arrow
keys left, right etc. with a number to left or right etc.

Ex. ActiveCell.Activate.toRight = 3

Thanks Neil