View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Leslie Isaacs Leslie Isaacs is offline
external usenet poster
 
Posts: 9
Default How to include a 'down' key in a macro

Hello All

I have a macro that I recorded and it works OK - except that when I used the
up/down/left/right arrows during the recording, this didn't seem to be
included in the macro. The actual cell addresses were recorded, whereas I
wanted to say "now move down 5 cells".
Is there a way of getting the macro to include these commands - or
alternatively of editing the macro and adding them directly?

Thanks for any help
Les