Hello guys,
I have this problem exemplified in the picture bellow.
The problem is: when I close workbook A, the macro sub B stops running.
I tried this codes:
Sub A()
Workbooks("WorkbookB.xlsm").Close
(Call other subs)
End Sub
Sub B()
Workbooks("WorkbookA.xlsm").Close*...