how to link to a file that is password protected

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create reports in Access by linking to an Excel file. However the
excel file is password protected, how can I bypass this, I really don't want
to remove the password from the excel file.
Thanks.
 
You can open Excel first using CreateObject("Excel.Application")
Then open your excel sheet there, providing password
Now you can link to this excel file from excel
HTH
 

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

Back
Top