I have file1 which opens file2 and running a routine within file2. I loop that trough 350 file2 files
The problem i have is that the routine in file2 has 2 messageboxes.. which need to be ignored or be pressed on "Ok"![]()
Application.Run "'" & WorkbookExample.Name & "'! RoutineName"
**
Application.DisplayAlerts = False doesn't work of course. Perhaps something with debug or Optional UserInteract As Boolean = True
I am a bit out of ideas.
*edit also the Continue or Edit links popup need to be triggered.
![]()
Wb2.Application.DisplayAlerts = False Wb2.Application.AskToUpdateLinks = False Wb2.Application.EnableEvents = False Application.Run "'" & Wb2.Name & "'! Export_to_CSV"
Bookmarks