data from closed workbook password protected

  • Thread starter Thread starter b&s
  • Start date Start date
B

b&s

Hi,
Excel97
Is it possible to get data from closed workbook, password protected, with
VBA?
 
If you know the password, you can open that workbook, extract the values, and
then close the workbook.

With "application.screenupdating = false", it'll be pretty much transparent to
the user.
 
Hi Dave, thanks for your reply.
Yes, I now the password; but I was just curious is there any possibility to
extract the values without opening the file.
 
Not that I know.



b&s said:
Hi Dave, thanks for your reply.
Yes, I now the password; but I was just curious is there any possibility to
extract the values without opening the file.
 

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