Hi All,
I have a module in my Access Database that opens Excel and runs an Excel Macro.
As it stands now, the user can see Excel opening / closing. I don't want the user to see this. In Excel there you can use appliction.screenupdating = false to prevent this type of thing.
I can't find anything similar in Access. I tried the application.Echo false, but that didn't work and in fact seemed to freeze my Database.
Can anyone please adive? Thank You!
I have a module in my Access Database that opens Excel and runs an Excel Macro.
As it stands now, the user can see Excel opening / closing. I don't want the user to see this. In Excel there you can use appliction.screenupdating = false to prevent this type of thing.
I can't find anything similar in Access. I tried the application.Echo false, but that didn't work and in fact seemed to freeze my Database.
Can anyone please adive? Thank You!