S
stefan
Hi,
need help from experts!
Problem:
I have a VB program which creates on instance of Word:
Dim objWord as New Word.Application
Set objWord = CreateObject("Word.Application")
objWord.Documents.open(sFilename)
This program runs at system startup via a service
under "local systemaccount" user.
While executing the line "objWord.Documents.open
(sFilename)" I get the error "5097: Insufficient
memory...Save the document now!"
Running the program while I am logged in, there is no
problem.
We are using Windows2000 Professional (English) with
Office 2000 SP3 (English).
Any tips/hints are welcome!!! Could not find any
reasonable help at Microsoft Knowledge Base :-((
Thanks,
Stefan
need help from experts!
Problem:
I have a VB program which creates on instance of Word:
Dim objWord as New Word.Application
Set objWord = CreateObject("Word.Application")
objWord.Documents.open(sFilename)
This program runs at system startup via a service
under "local systemaccount" user.
While executing the line "objWord.Documents.open
(sFilename)" I get the error "5097: Insufficient
memory...Save the document now!"
Running the program while I am logged in, there is no
problem.
We are using Windows2000 Professional (English) with
Office 2000 SP3 (English).
Any tips/hints are welcome!!! Could not find any
reasonable help at Microsoft Knowledge Base :-((
Thanks,
Stefan