ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copy VBA Module to new workbook (https://www.excelbanter.com/excel-programming/408359-copy-vba-module-new-workbook.html)

Mark

Copy VBA Module to new workbook
 
I have a script that I run the formats a bunch of data and copies 5 sheets
and puts them in a new work book. I want to add an autorun module to this
new book. I'm not sure if it is easier to add the module from scratch or
copy it, but I want the module to be there when the other code I have saves
the new work book.

Can anyone offer any suggestions?

thanks!
Mark

PatrickS

Copy VBA Module to new workbook
 
You might find the following web page of interest:

http://www.cpearson.com/excel/vbe.aspx

"Mark" wrote:

I have a script that I run the formats a bunch of data and copies 5 sheets
and puts them in a new work book. I want to add an autorun module to this
new book. I'm not sure if it is easier to add the module from scratch or
copy it, but I want the module to be there when the other code I have saves
the new work book.

Can anyone offer any suggestions?

thanks!
Mark


Nigel[_2_]

Copy VBA Module to new workbook
 
Create a template file with the code, layouts etc already in-situ. Then
when creating a new workbook use the template.

--

Regards,
Nigel




"Mark" wrote in message
...
I have a script that I run the formats a bunch of data and copies 5 sheets
and puts them in a new work book. I want to add an autorun module to this
new book. I'm not sure if it is easier to add the module from scratch or
copy it, but I want the module to be there when the other code I have
saves
the new work book.

Can anyone offer any suggestions?

thanks!
Mark



PWillis

Copy VBA Module to new workbook
 
Mark wrote:
I have a script that I run the formats a bunch of data and copies 5 sheets
and puts them in a new work book. I want to add an autorun module to this
new book. I'm not sure if it is easier to add the module from scratch or
copy it, but I want the module to be there when the other code I have saves
the new work book.

Can anyone offer any suggestions?

thanks!
Mark


Make an excel addin that contains your module. That way the module is
available to all workbooks as long as the addin is selected in excel.

P


All times are GMT +1. The time now is 04:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com