A
Agos
Hi all,
I've a recursive function that open .doc files on HDD, but
some of them can be password-protected...
I tried with the
Documents.Open(FileName).HasPassword
property, but Word still ask me password and
after that he continues with the code.
How can I ignore password-protected files from opening?
Agos
I've a recursive function that open .doc files on HDD, but
some of them can be password-protected...
I tried with the
Documents.Open(FileName).HasPassword
property, but Word still ask me password and
after that he continues with the code.
How can I ignore password-protected files from opening?
Agos