K
Kreiss
Is there a way to create a toolbar on the fly? I have the
following code in the open procedure...
CommandBars("OutOfState").Visible = True \\which brings up
two things 1.) Print Preview & 2.) Print option.
My problem is this...I have to create that "OutOfSate"
toolbar on each users PC that will be using the document.
Otherwise it can't find the "OutOfState." toolbar
My question is can I create this command bar on the "Open"
procedure so the print preview and the print option are
the only options visible?
Thanks in advance,
Kacy
following code in the open procedure...
CommandBars("OutOfState").Visible = True \\which brings up
two things 1.) Print Preview & 2.) Print option.
My problem is this...I have to create that "OutOfSate"
toolbar on each users PC that will be using the document.
Otherwise it can't find the "OutOfState." toolbar
My question is can I create this command bar on the "Open"
procedure so the print preview and the print option are
the only options visible?
Thanks in advance,
Kacy