K
kevin
Hi
I am writting several modules. The modules refer to a lot
of the same spreadsheets within a single workbook. For
each module I have been declaring the different sheets.
for instance
Dim wsMe as worksheet
set wsMe = thisworkbook.worksheets("Me")
Basically I am repeting the code in every module
Can I declare things like this just once and then not have
to include it in every module
Thanks in advance
I am writting several modules. The modules refer to a lot
of the same spreadsheets within a single workbook. For
each module I have been declaring the different sheets.
for instance
Dim wsMe as worksheet
set wsMe = thisworkbook.worksheets("Me")
Basically I am repeting the code in every module
Can I declare things like this just once and then not have
to include it in every module
Thanks in advance