Thread: Custom Menubar
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bret Bret is offline
external usenet poster
 
Posts: 32
Default Custom Menubar

Ive created a customized menubar in my Excel VBA program. Ive coded it the
menubar to be visible when workbook is opened. My problem is this particular
workbook is being distributed to a number of users and I notice when I send
workbook to them my program errors out when it tries to enable the customized
menubar, reason Ive found is the menubar is no longer available to be
displayed so I have to recreate it on individual workstations.
Is this an Excel limitation? Is there something I can do for this menubar
"travels" or is always attached to this workbook no matter who I distribute
to?

thanks in advance