VbA code to copy data from one workbook to another

Derek

Registered User.
Local time
Today, 15:26
Joined
May 4, 2010
Messages
234
Hi All

I have data present in "Date" sheet of Workbook1. Now I have another workbook named "Workbook2" which is not open. I want VBA code in userform1 of workbook1 so that when a commandbutton is clicked then it will copy data from "Data" sheet to a copy of Workbook2 and send copy of workbook as an attachment in email . I want all of it to be done using VBA.

Thanks​
 

Users who are viewing this thread

Back
Top Bottom