Issue with Programming word 2013 : " ComException Occurred"

40 Views Asked by At

I have a piece of code written in vb.net which is working fine with word 2007.. but same code is throwing error when run on system with office 2013.. my code are below.

OWDoc.Application.Selection.Find.Execute(FindText:="DATE:", Format:=True, Forward:=True)

and I get the below error .. ComException Occurred This method or property is not available because this command is not available for reading.

thanks in Advance...

0

There are 0 best solutions below