How can I do the following with a macro?:
{Sheet 1}
Copy A1:Z10
Paste at A11
(If I run the macro (press the button) again, it pastes to Z21.
Running again, it pasts at Z31, etc. Essentially, I want to paste to
the end of the list, wherever that may be.)
{Sheet 2}
Insert row with values from {Sheet 1} Row 10
(If I run the macro (press the button) again, it inserts another row
below that one with the values from {Sheet 1} Row 20).
It doesn't sound overly complicated, but I'm smart enough to know that
that means it is. ANy help is appreciated. Thanks,
Earl
Ron de Bruin - 02 Jan 2007 22:10 GMT
Hi Earl
You can start here
http://www.rondebruin.nl/copy1.htm

Signature
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
> How can I do the following with a macro?:
> {Sheet 1}
[quoted text clipped - 13 lines]
>
> Earl