Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
VBA Opening Access Table from Excel - Permission Error
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="ryguy7272, post: 13924971"] I can't tell which version of Access you are using, but I'm guessing it's pre-2007, based on this line: "Provider=Microsoft.Jet.OLEDB.4.0; " Make sure you close everything that you open. You seem to be doing that, but maybe there is an instance of Access still running in the background. Something like this at the end of your code may work... mdb.Quit Set mdb = Nothing End Sub [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
VBA Opening Access Table from Excel - Permission Error
Top