I am manipulating an excel spreadsheet from my access database.
I am having problems stopping excel prompt when I delete data in the spread sheet.
I have setwarnings to false in access but that doesn't seem to effect Excel and I have also used
But it doesn't seem to pass it to excel.
I have got excel object library reference activated in access.
So how do I stop prompts in excel from Access?
(I'm using Access and excel 2002)
Cheers!
I am having problems stopping excel prompt when I delete data in the spread sheet.
I have setwarnings to false in access but that doesn't seem to effect Excel and I have also used
Code:
[COLOR=black][FONT=Verdana]application.displayalerts = [/FONT][/COLOR][COLOR=blue][FONT=Verdana]False[/FONT][/COLOR]
I have got excel object library reference activated in access.
So how do I stop prompts in excel from Access?
(I'm using Access and excel 2002)
Cheers!