This works fine on a Win/NT box; however, I have a client who needs this code on a Win/XP box using VB6 and Office 97.
Make a reference to "Microsoft Word 8.0 Object Library"
Dim objWordApp As Word.Application
Set objWordApp = New Word.Application
The last line gets "Run-time error '70' Permission denied".
I'm logged in as the administrator.
Any ideas?
Thanks in advance! Tarek