M
Mike
Thank you in advance for any help.
I wrote the following code:
Worksheets(1).Select
ActiveCell.Offset(0, -4).Copy
Worksheets(3).Select
ActiveCell.Offset(1, -1).PasteSpecial
Is there any way I could simplify this down to two lines?
I am using Excel 2000. Thanks.
Mike
I wrote the following code:
Worksheets(1).Select
ActiveCell.Offset(0, -4).Copy
Worksheets(3).Select
ActiveCell.Offset(1, -1).PasteSpecial
Is there any way I could simplify this down to two lines?
I am using Excel 2000. Thanks.
Mike