S
Suresh Reddy
Hi,
Please help me in resolving the problem with Custom
Document Prporties. I have developed one Dll to print the
word documents in VB5 by using AutoTexe Entries. Created
the component and deployed its working fine. Due to some
issues I need to change the same DLL, so when I am trying
to debug the same I am getting the error called Variable
not defined : msoPropertyTypeString. The following is the
code.
docWord.CustomDocumentProperties.Add _
Name:=msEUCPREF & msSTART, _
LinkToContent:=False, _
Value:=masLetters(0, iLetters), _
Type:=msoPropertyTypeString
Please help me in correcting the same.
Regards,
Suresh
Please help me in resolving the problem with Custom
Document Prporties. I have developed one Dll to print the
word documents in VB5 by using AutoTexe Entries. Created
the component and deployed its working fine. Due to some
issues I need to change the same DLL, so when I am trying
to debug the same I am getting the error called Variable
not defined : msoPropertyTypeString. The following is the
code.
docWord.CustomDocumentProperties.Add _
Name:=msEUCPREF & msSTART, _
LinkToContent:=False, _
Value:=masLetters(0, iLetters), _
Type:=msoPropertyTypeString
Please help me in correcting the same.
Regards,
Suresh