Thread
:
how to use shift and down arrow keys in a macro?
View Single Post
#
2
David McRitchie
Posts: n/a
Hi John,
If you recorded a macro, you would then have your example.
If you want something even a little different that the absolute references
then you would need to modify the macro.
.
http://www.mvps.org/dmcritchie/excel/getstarted.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages:
http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page:
http://www.mvps.org/dmcritchie/excel/search.htm
"John W" <John
wrote in message ...
Using Excel 2003, I have a macro that does everything except for holding down
the shift key and using the down arrow key.
I need to copy three rows, C5:C7. Starting in C5, the macro needs to SHIFT,
DOWN DOWN to highlight the three cells so they can be copied. (I can't use
end-down because C6 & C7 may be blank.)
Can you show me an example of how the SHIFT command and the DOWN command
should be written into my macro?
Thank you very much,
John
Reply With Quote