View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Norman Jones
 
Posts: n/a
Default Adding Customised Buttons to a toolbar

Hi GLT,

I tried your code but when I try to run it it comes up with a run-time
error
'5', Invalid Procedure Call or Argument. I am using MS Excel 2002.

Can you advise what might be causing this?


There is a small typo in the first line of each macro, change:

With Application.CommandBars("Formating")


to:

With Application.CommandBars("Formatting")



---
Regards,
Norman