D
Drew
I'm trying to automate Word from a VB dll. This statment works when used in
a VB exe project but throws a "Type Mismatch" exception from the dll:
Set tabl = WordDoc.Tables.Add(WordDoc.Bookmarks("\endofdoc").Range, 8, 5,
wdWord9TableBehavior, wdAutoFitWindow)
Any ideas?
Thanks,
Drew
a VB exe project but throws a "Type Mismatch" exception from the dll:
Set tabl = WordDoc.Tables.Add(WordDoc.Bookmarks("\endofdoc").Range, 8, 5,
wdWord9TableBehavior, wdAutoFitWindow)
Any ideas?
Thanks,
Drew