StefanVanSusteren
New Member
- Joined
- Aug 7, 2018
- Messages
- 8
Hi all,
I am calling a procedure in another workbook with VBA. The workbook is already open. I am trying to suppress all alerts with application.displayalerts = False.
I added the application.displayalerts in both procedures.
But after calling the procedure in the other workbook I am still getting alerts.
To call the procedure I use:
Application.Run "'" & wkb.Name & "'!" & Module & "." & Procedure
Is there a way to suppress the alerts, or a workaround?
Thanks for your help.
I am calling a procedure in another workbook with VBA. The workbook is already open. I am trying to suppress all alerts with application.displayalerts = False.
I added the application.displayalerts in both procedures.
But after calling the procedure in the other workbook I am still getting alerts.
To call the procedure I use:
Application.Run "'" & wkb.Name & "'!" & Module & "." & Procedure
Is there a way to suppress the alerts, or a workaround?
Thanks for your help.