T
Tom B
Windows 2000/Excel 2000
I am automating some reports in Excel. These reports
access data from a data cube located on a server. We have
a third party .xla that manages the process.
I have several files I am updating, but the third
party .xla has a 'message' box that pops up at the
completion of one of the tasks that requires the selection
of 'OK' in order to continue.
I would like to either disable the feature, or , use code
to select 'OK' for any messages that require the selection
of 'OK'
I have tried
With Application
.DisplayAlerts = False
End With
but of course that does not work for this type of message
box.
Thanks in advance...
- - TB - -
I am automating some reports in Excel. These reports
access data from a data cube located on a server. We have
a third party .xla that manages the process.
I have several files I am updating, but the third
party .xla has a 'message' box that pops up at the
completion of one of the tasks that requires the selection
of 'OK' in order to continue.
I would like to either disable the feature, or , use code
to select 'OK' for any messages that require the selection
of 'OK'
I have tried
With Application
.DisplayAlerts = False
End With
but of course that does not work for this type of message
box.
Thanks in advance...
- - TB - -