ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Copying ThisWorkBook Events (https://www.excelbanter.com/excel-programming/318688-copying-thisworkbook-events.html)

mark_1969

Copying ThisWorkBook Events
 
I have to create 40+ workbooks from a single "template" workbook. These
workbooks will be used by collegues throughout the organization during their
daily analysis of financial data. One of the goals of these workbooks is to
sort the corresponding rows based on a specific column (column L). This sort
needs to occur only during the BeforeSave event and needs to be transparent
to the user.

I wanted to put the sort code in the ThisWorkBook BeforeSave event and
programatically use VBE to create the component in each of the 40+ workbooks.
Unfortnately, the "template" workbook's BeforeSave event code will not copy
to the 40+ workbooks. I also tried creating a separate class module to
handle event programming and this works only if I have a reference to the
event class from the newly created workbook.

Since I will have to have this code in 40+ workbooks, I wanted to see if
anyone knew how to copy the Thisworkbook's BeforeSave code to other workbooks?

Thanks for the help.
--
Mark

Tom Ogilvy

Copying ThisWorkBook Events
 
Export the code, then import it into the target workbook(s).

Regards,
Tom Ogilvy

"mark_1969" wrote in message
...
I have to create 40+ workbooks from a single "template" workbook. These
workbooks will be used by collegues throughout the organization during

their
daily analysis of financial data. One of the goals of these workbooks is

to
sort the corresponding rows based on a specific column (column L). This

sort
needs to occur only during the BeforeSave event and needs to be

transparent
to the user.

I wanted to put the sort code in the ThisWorkBook BeforeSave event and
programatically use VBE to create the component in each of the 40+

workbooks.
Unfortnately, the "template" workbook's BeforeSave event code will not

copy
to the 40+ workbooks. I also tried creating a separate class module to
handle event programming and this works only if I have a reference to the
event class from the newly created workbook.

Since I will have to have this code in 40+ workbooks, I wanted to see if
anyone knew how to copy the Thisworkbook's BeforeSave code to other

workbooks?

Thanks for the help.
--
Mark




mark_1969

Copying ThisWorkBook Events
 
Tom,

Thanks for the reply. I thought of exporting the code and manually
importing it, but this is a daunting task for 40+ workbooks on a daily basis.
Any idea on how to do this programmatically?

"Tom Ogilvy" wrote:

Export the code, then import it into the target workbook(s).

Regards,
Tom Ogilvy

"mark_1969" wrote in message
...
I have to create 40+ workbooks from a single "template" workbook. These
workbooks will be used by collegues throughout the organization during

their
daily analysis of financial data. One of the goals of these workbooks is

to
sort the corresponding rows based on a specific column (column L). This

sort
needs to occur only during the BeforeSave event and needs to be

transparent
to the user.

I wanted to put the sort code in the ThisWorkBook BeforeSave event and
programatically use VBE to create the component in each of the 40+

workbooks.
Unfortnately, the "template" workbook's BeforeSave event code will not

copy
to the 40+ workbooks. I also tried creating a separate class module to
handle event programming and this works only if I have a reference to the
event class from the newly created workbook.

Since I will have to have this code in 40+ workbooks, I wanted to see if
anyone knew how to copy the Thisworkbook's BeforeSave code to other

workbooks?

Thanks for the help.
--
Mark





Tom Ogilvy

Copying ThisWorkBook Events
 
If you creating the workbooks on a daily basis, why not create them from a
template that already contains the code.

In any event, see Chip Pearson's page on programming the VBE

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

--
Regards,
Tom Ogilvy


"mark_1969" wrote in message
...
Tom,

Thanks for the reply. I thought of exporting the code and manually
importing it, but this is a daunting task for 40+ workbooks on a daily

basis.
Any idea on how to do this programmatically?

"Tom Ogilvy" wrote:

Export the code, then import it into the target workbook(s).

Regards,
Tom Ogilvy

"mark_1969" wrote in message
...
I have to create 40+ workbooks from a single "template" workbook.

These
workbooks will be used by collegues throughout the organization during

their
daily analysis of financial data. One of the goals of these workbooks

is
to
sort the corresponding rows based on a specific column (column L).

This
sort
needs to occur only during the BeforeSave event and needs to be

transparent
to the user.

I wanted to put the sort code in the ThisWorkBook BeforeSave event and
programatically use VBE to create the component in each of the 40+

workbooks.
Unfortnately, the "template" workbook's BeforeSave event code will not

copy
to the 40+ workbooks. I also tried creating a separate class module

to
handle event programming and this works only if I have a reference to

the
event class from the newly created workbook.

Since I will have to have this code in 40+ workbooks, I wanted to see

if
anyone knew how to copy the Thisworkbook's BeforeSave code to other

workbooks?

Thanks for the help.
--
Mark








All times are GMT +1. The time now is 07:01 AM.

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