Hi
This I think can only be done using VBA, but I'm a bit confused how to do it.
I need a macro that opens a word document (docx) based on the answer to a question in a previous tab. Here in more detail:-
I have a spreadsheets with 2 tabs. Firstly one called 'PCalculator'. The other called 'DesktopSQ'. (These are the tab names)
I need a macro that selects to open only one of three documents using the following rules:
=IF('Pcalculator'C9'="A" then open the word document stored in C:\energyAA\MSDESKTOP.docx
IF 'Pcalculator'C9'="B" then open another document called ENDESKTOP.docx
IF it equals "C" then open another document called TESDESKTOP/docx
Any suggstions greatly appreciated.
This I think can only be done using VBA, but I'm a bit confused how to do it.
I need a macro that opens a word document (docx) based on the answer to a question in a previous tab. Here in more detail:-
I have a spreadsheets with 2 tabs. Firstly one called 'PCalculator'. The other called 'DesktopSQ'. (These are the tab names)
I need a macro that selects to open only one of three documents using the following rules:
=IF('Pcalculator'C9'="A" then open the word document stored in C:\energyAA\MSDESKTOP.docx
IF 'Pcalculator'C9'="B" then open another document called ENDESKTOP.docx
IF it equals "C" then open another document called TESDESKTOP/docx
Any suggstions greatly appreciated.
Last edited: