Importing LDB (Access Lock File) Into Excel

  • Thread starter Thread starter adammenson
  • Start date Start date
A

adammenson

I want to be able to query the Access lock file (*.ldb) from Excel s
that it can give me a snapshot of who is using our shared database.

I attempted to import the *.ldb file as a text file, but I received a
error that says it can't be imported, although I can view the fil
through notepad.

Any suggestions for a quick VBA code to accomplish this?

I've tried renaming the file (from *.ldb to *.txt), but it appears tha
FileSystemObject.CopyFile doesn't allow me to do this. I also trie
OldName and NewName (under the Name command) and that didn't wor
either.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top