UMAKEMESIK
Active Member
- Joined
- Oct 3, 2005
- Messages
- 378
I have this simple copy and paste code from one workseet to another in the same workbook.
I get the runtime 1004 error on the activesheet. paste line
any help would be appreciated.
I get the runtime 1004 error on the activesheet. paste line
any help would be appreciated.
Code:
Sheets("numberlog").Range("a1").Copy
Sheets("sheet1").Range("ab3").Select
ActiveSheet.Paste