Export Toolbars and MenuBars In VBA?

J

JP

My application makes sub-set copies of itself to send that are sent out to
users for local, stand-along data collection. I'm using the
DoCmd.TransferDatabase to copy out the appropriate tables, queries, forms,
reports, macros, and modules. That all seems to work fine.

However, I can't seem to find a way to export toolbars and menubars. Since
each of my forms has its own custom menu bar, I need to be able to export
those objects.

Does anyone know of a way to export toolbars and menubars??

Thanks
 
Top