Hi Jeff,
if you have a word document in a ole control you can access the ole server using the .object notation. You have to activate the document fist.
e.g.
IF NOT ole_control.object.Saved THEN ole_control.object.Save()
Hi Jeff,
if you have a word document in a ole control you can access the ole server using the .object notation. You have to activate the document fist.
e.g.
IF NOT ole_control.object.Saved THEN ole_control.object.Save()