Thread: Toolbars
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Edgar Thoemmes[_4_] Edgar Thoemmes[_4_] is offline
external usenet poster
 
Posts: 16
Default Toolbars

I am trying to add some Toolbars via my personal.xls as for some reason my
toolbars reset each time I exit Excel. I have tried using the code below to
add the toolbars they are floating toolbars.

Application.CommandBars("WordArt").Visible = True

Does anyone know of a way that I can stick these to the toolbar?

I use Windows NT with Excel 97

Thanks