C
Clare-in-Sydney
Hi there
In the help files the code below is given as an example of setting an object
reference for a Word document specified in an unbound object control. My word
document is linked not embedded and points to a specific bookmark.
Dim objWord as object
Set objWord = Me!OLEWordDoc.Object.Application.WordBasic
This code fails saying that "Object" is not a valid property (even thought
the documentataion says it is)
What have I done wrong?
Clare
In the help files the code below is given as an example of setting an object
reference for a Word document specified in an unbound object control. My word
document is linked not embedded and points to a specific bookmark.
Dim objWord as object
Set objWord = Me!OLEWordDoc.Object.Application.WordBasic
This code fails saying that "Object" is not a valid property (even thought
the documentataion says it is)
What have I done wrong?
Clare