Macro Question
Posted by Buck on February 02, 2002 12:23 AM
I've got a question about a small macro I've recorded.
I had it go to a named cell called "addcell" & then I
pressed my up arrow button 8 times so I could paste the
data, but in the macro, it wasn't recorded as going up
8 times, it just references the cell it ends up at. It
works fine the first time, but when I run it again, it
always goes up to A45, instead of going up just 8 rows.
What is the command to "Go Up 8" instead of the second
line in the following?:
Application.Goto Reference:="addcell"
Range("A45").Select
ActiveSheet.Paste
Thanks for your help!
-Buck-