Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Office: toolbars are disappearing.

Status
Not open for further replies.

ZakiMaksyutov

Programmer
Feb 28, 2001
87
RU
Hi!

I've encountered with following problem:
I wrote one program which automate WORD. This program starts it, add new toolbar, button and quit from it.
Toolbar successfully being added, but when I quit the Word
(Appliacation.Quit) they are disappearing...
If I leave Word without quiting and later quit manually, then all is OK: my toolbar exist when I run Word the next time.

May be one can help me?
I will be very glad!

P.S. when I add new CoomandBar, of course I use bTemporary = FALSE.
 
Hi again!

Should use:
Application.Quit(-1,,)

With best regards,
Zaki
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top