I have a macro that opens several files and activates a particular macro that brings up a message box that prompts the user the “OK” button
I would like code to would automatically accept the “OK” button so the user does not even see the message box appear
See print screen sample
I tried using application.enablevents = False, but this does not resolve this issue
Your assistance in this regard is most appreciated