D
Dan Kelly
We have a small macro embedded in our Normal template that is called whenever
someone uses the correct shortcut to Word (as below):
"C:\Program Files\Microsoft Office\Office\WINWORD.EXE" /n /mNewDoc
All the Macro does is call a program on a Network drive, which then allows
the user to select information from the company database to insert into
various document templates.
On one user something weird is happening - the VB debugger is appearing and
stopping at the call to the Network program. There is no breakpoint defined
in the VB, and the Network drive exists and runs if you press F8, etc
It's, as you can imagine, rather annoying.
Anyone seen similar?
someone uses the correct shortcut to Word (as below):
"C:\Program Files\Microsoft Office\Office\WINWORD.EXE" /n /mNewDoc
All the Macro does is call a program on a Network drive, which then allows
the user to select information from the company database to insert into
various document templates.
On one user something weird is happening - the VB debugger is appearing and
stopping at the call to the Network program. There is no breakpoint defined
in the VB, and the Network drive exists and runs if you press F8, etc
It's, as you can imagine, rather annoying.
Anyone seen similar?