View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Amil Amil is offline
external usenet poster
 
Posts: 11
Default Arrow right code?

i am recording macros for an excel solution, however, i noticed that when I
arrow right, excel records an absolute reference (ie. Range("B32").Select) of
the row. This is not good because the number of rows will always be
different. How do I make the selection move to the next cell to the right
without absolute reference?