J
johnnybhoy
Hi Folks,
I'm looking to expand a range of templates I have to work with Office XP and
would like to know the DLL to use in the reference string.
wordXP dll = ???? MSOWC.DLL ??
w2k dll = MSO9.dll
word 97 dll = MSO97.dll
I've tried adding the DLL to my references using VBA but I can't seem to get
it to load the addin using the command
IF application.version > "9.0" THEN
MyWizard.ThisDocument.VBProject.References.AddFromFile strRef
ENDIF
Any pointers??
John
I'm looking to expand a range of templates I have to work with Office XP and
would like to know the DLL to use in the reference string.
wordXP dll = ???? MSOWC.DLL ??
w2k dll = MSO9.dll
word 97 dll = MSO97.dll
I've tried adding the DLL to my references using VBA but I can't seem to get
it to load the addin using the command
IF application.version > "9.0" THEN
MyWizard.ThisDocument.VBProject.References.AddFromFile strRef
ENDIF
Any pointers??
John