Saurabh Rai wrote:
> what is word ??
> word := CreateOleObject('Word.Application');
> type of word ??Have you tried looking at the return type of CreateOleObject and using that as the type of the variable? -- Rob
Saurabh Rai wrote:
> what is word ??
> word := CreateOleObject('Word.Application');
> type of word ??Have you tried looking at the return type of CreateOleObject and using that as the type of the variable? -- Rob