View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
L. Howard Kittle
 
Posts: n/a
Default write a macro to input data

Unless you are dead set to have a macro do this, you can accomplish the same
from the keyboard.

After each entry hit the Tab until the ninth entry, for the ninth entry hit
Enter.

HTH
Regards,
Howard

"JPreeshl" wrote in message
...
I want to write a macro where I can input a number, move to the next cell,
input another number, move to the next cell, etc. for 9 numbers. After 9
numbers I want the cursor to go down and to the first column in the next
row
so I can do the same thing again.