Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Word 2013 Runtime Error 4605

Status
Not open for further replies.

GhostWolf

Programmer
Jun 27, 2003
290
US
I'm testing one of our vb6 programs against Word 2013, and have run into the subject error message - but haven't yet found a way around it. The program executes:
Code:
Set wrdApp = CreateObject("Word.Application")
Set wrdDoc = wrdApp.Documents.Open(DocName)
wrdApp.Documents(wrdDoc).Unprotect (password)
which works just fine with Word '03, but results in "the unprotect method or property is not available because this command is not available for reading" in '13.

Any suggestions - short of rewriting?

 
Hi,

This question would get better results in forum707

Skip,
[sub]
[glasses]Just traded in my OLD subtlety...
for a NUance![tongue][/sub]
 
Since this is a vb6 application, I'll try forum 222...

Thanks Skip.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top