Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a process that sequentially opens and processes all xls files in a
chosen folder. This works OK, however if I come across a file with a password open protection, I wish to detect it, then pass over these files. I am using the following to open each file Set wB = Workbooks.Open(myFile) If the file has an open password I get the standard dialog to enter a password. How can I avoid this by detecting a the file is password protected? -- Regards, Nigel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XLS password protected file | Excel Discussion (Misc queries) | |||
how to automate opening a password protected excel file? e.g. a .xls that has a password set in the security tab. | Excel Worksheet Functions | |||
bypass password when update linking of password protected file | Excel Discussion (Misc queries) | |||
PASSWORD PROTECTED FILE | Excel Programming | |||
Save protected file into unprotected file without password | Excel Programming |