VB.NET & WORD 2000

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

Hello everybody.
i am having strange problem with Addin for word 2000.
after each execution of a function or when user click on my button, a
MESSAGE BOX from word application show stating that "The macro cannot be
found................"

-I would like also to prevent word to start with blank document. but empty
!!!
 
Hi Mat,
I would like also to prevent word to start with blank document. but empty
I think the only way to do this would be to "Shell" the winword.exe with
the /n switch (suppresses generation of a new document). No way to do this
using New or CreateObject, though. Unless you're willing to fool with the
LocalServer32 key of the Word.Application CLSID in the Registry. Adding
the /n switch there will have that effect. But you sure as shootin' have
to remember to reset it!

path stuff\OFFICE9\WINWORD.EXE /n /Automation
i am having strange problem with Addin for word 2000.
after each execution of a function or when user click on my button, a
MESSAGE BOX from word application show stating that "The macro cannot be
found................"
Please post the COMPLETE error message.

-- Cindy
 
Back
Top