Hello,
If possible, I would like to improve my code to be able to copy and paste all data in the sheet, including objects and attachments. Right now it looks like this:
With WBPrepaid.Sheets("Usage Summary")
.Activate
.Range("A1:Az150").Copy
WBExport.Sheets("Usage Summary").Range("A1").PasteSpecial xlPasteAll
I am not familiar with VBA, just changing macro created by my colleague.
I would appreciate any help!
If possible, I would like to improve my code to be able to copy and paste all data in the sheet, including objects and attachments. Right now it looks like this:
With WBPrepaid.Sheets("Usage Summary")
.Activate
.Range("A1:Az150").Copy
WBExport.Sheets("Usage Summary").Range("A1").PasteSpecial xlPasteAll
I am not familiar with VBA, just changing macro created by my colleague.
I would appreciate any help!