Hi all, I am using Access to grab some data from a database and plot a graph in Excel. When I do this, there is a message box in Excel that pop ups with an initialization error, that asks me to click ok - however the data that I want is already in the worksheet.
Is there a way to automate the "ok" so that I don't need click it every time I generate one of these sheets? I generate 13 at a time. I have tried the
application.Dis playAlerts = false
but it doesn't work. Any ideas? Thanks in advance!
Is there a way to automate the "ok" so that I don't need click it every time I generate one of these sheets? I generate 13 at a time. I have tried the
application.Dis playAlerts = false
but it doesn't work. Any ideas? Thanks in advance!
Comment