View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Srini Srini is offline
external usenet poster
 
Posts: 14
Default long time to create toolbar in excel 2003

Hi,

I am trying to create a toolbar and it takes a very long time in excel
2003(about 1 minute). What's the workaround for it ? It's very fast in excel
2000.

Code sample:

Application.CommandBars.Add Name:="ABC", Temporary:=True




--