Excecl VBA: When a Dialog Appears that requires you to press "OK"
Try:
Application.DisplayAlerts = False
'run all your code here
Application.DisplayAlerts = True
RBS
"Bruce" wrote in message
...
In VBA code, how can I handel a Microsoft Office Excel Dialog that pops
up?
All I need to do is recogise that the dialog has appeard and press "OK".
--
Thanks
Bruce
|