data from closed workbook password protected

B

b&s

Hi,
Excel97
Is it possible to get data from closed workbook, password protected, with
VBA?
 
D

Dave Peterson

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.
 
B

b&s

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.
 
D

Dave Peterson

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.
 
Top