I am running VBA code from an Excel workbook(wkb1) which then uses the code 'Application.run("'" & WorkbookName & "'!Auto_open") to start running the Auto_open routine in another workbook (wkb2).
Within this routine wkb1 is closed. However, on closing wkb1; the code from the currently active workbook (wkb2) stops running.
How can i get it to continue with the rest of the Auto_open routine?
Within this routine wkb1 is closed. However, on closing wkb1; the code from the currently active workbook (wkb2) stops running.
How can i get it to continue with the rest of the Auto_open routine?