Customizing the tool bar

J

John Bahran

I customize the tool bar, but when I reset it ,it does not get deleted
from the bar. Any ideas? Would appreciate any input.
 
T

Tom Ogilvy

arguments for Add method of commandbarcontrols:

expression.Add(Type, Id, Parameter, Before, Temporary)

so set Temporary:=True
 
Top