I am automating Excel via Access, just reading out some data. I don't want the user to do any interaction while this is happening. However I get warnings (Unklinked references, DO you want to save changes, etc.) which I'd like to turn off.
ExcepApplication.DisplayAlerts False
(right after setting up the Excel Object) results in an error: "DisplayAlert can not be executed." Anybody any ideas?
ExcepApplication.DisplayAlerts False
(right after setting up the Excel Object) results in an error: "DisplayAlert can not be executed." Anybody any ideas?