Transporting a toolbar within a spreadsheet

  • Thread starter Thread starter Kent Spry
  • Start date Start date
K

Kent Spry

I've developed a toolbar which is using a number of
macros. I wanted to embed the toolbars and macros into
the file so that when I use it on another PC the macros
and toolbars are ready to go.

I have saved the macros within the workbook but every time
I copy the file to another PC I have to rebuild the
toolbar.

PS. The toolbar calculates baseball batting and fielding
stats if anyone wants it. I just need to get it completed
first.
 
Create the tool bar in the open event of the workbook, delete it when it's
close/deactivated
 
Back
Top