I am trying to manipulate Word from my Access application. I need to add some customdocumentproperties, but when I try to declare the following
I get the following error
I am sure that this is simply a problem with the reference, but I have no idea which one. Can anyone point me in the right direction?
Thanks!
Code:
Dim itmDocProp As DocumentProperty
I get the following error
User defined type not defined
I am sure that this is simply a problem with the reference, but I have no idea which one. Can anyone point me in the right direction?
Thanks!