Hi There,
I have a complex workbook which is shared. To work round the Macros / VBA in a shared workbook, I have used a hyperlink to open another set of workbooks to allow my macros to run.
Is it possible if I can have the following -
example. This week my shared workbook is called "Wk_32_Airbag.xlsx" I click hyperlink in the "planning" worksheet which opens a workbook called "SAP_BOM_External"
I have already linked SAP_BOM_EXTERNAL worksheet "planning" to my main sheet, so this week ok.
Next week I use new workbook called "Wk_33_Airbag.xlsx" worksheet planning to open "SAP_BOM_EXTERNAL", however as I have opened it from a new week, i would like the file opened from the hyperlink to now read Wk_33_Airbag.xlsx
The VBA will have to sit in the SAP_BOM_EXTERNAL workbook I guess with an 'upon open" command???
Many Thanks
I have a complex workbook which is shared. To work round the Macros / VBA in a shared workbook, I have used a hyperlink to open another set of workbooks to allow my macros to run.
Is it possible if I can have the following -
example. This week my shared workbook is called "Wk_32_Airbag.xlsx" I click hyperlink in the "planning" worksheet which opens a workbook called "SAP_BOM_External"
I have already linked SAP_BOM_EXTERNAL worksheet "planning" to my main sheet, so this week ok.
Next week I use new workbook called "Wk_33_Airbag.xlsx" worksheet planning to open "SAP_BOM_EXTERNAL", however as I have opened it from a new week, i would like the file opened from the hyperlink to now read Wk_33_Airbag.xlsx
The VBA will have to sit in the SAP_BOM_EXTERNAL workbook I guess with an 'upon open" command???
Many Thanks