S
stephen_enloe
I have a VB.NET application using Word 2003 VBA.
This works fine with most users but two users are recieving this error
when I am making the call to the VBA function:
m_ActiveDoc.Indexes.MarkEntry(r1, Entry, Entry)
(m_ActiveDoc is declared as Word.Document and is opened fine)
The document opens correctly, r1 is a valid word.range object and Entry
is a valid string. The funny thing is, it will work on the same machine
(All WinXP pro SP 2) when logged in as a different user. It doesn't
seem to be a user permission issue though.
Does anybody have ANY clue or ideas on things to look for? I believe
both users have installed Office using the same corporate IT
installation script so I expect their installs to be the same as
everyone elses.
I have sent them a new app.config file with tracing enabled so
hopefully I will recieve more info on the error shortly.
thanks for your help,
steve
This works fine with most users but two users are recieving this error
when I am making the call to the VBA function:
m_ActiveDoc.Indexes.MarkEntry(r1, Entry, Entry)
(m_ActiveDoc is declared as Word.Document and is opened fine)
The document opens correctly, r1 is a valid word.range object and Entry
is a valid string. The funny thing is, it will work on the same machine
(All WinXP pro SP 2) when logged in as a different user. It doesn't
seem to be a user permission issue though.
Does anybody have ANY clue or ideas on things to look for? I believe
both users have installed Office using the same corporate IT
installation script so I expect their installs to be the same as
everyone elses.
I have sent them a new app.config file with tracing enabled so
hopefully I will recieve more info on the error shortly.
thanks for your help,
steve