D
Doug Bell
Hi,
I am trying to create an XLA Addin that will Add a button to the toolbar
that when clicked will open a user Form etc.
I don't have any problem with the code to add the new button or the form or
its code but I am having trouble getting it to work as an addin.
I open an (existing) Excel Workbook and tick the new addin (that is shown)
in the Addin dialogue box.
After ticking the box I would like the Addin to run the code to add the new
toolbar button so I put this code into a sub called Autoexec but not only
does this not run but it is not shown in the list of Macros to manually fire
it.
I thought that it might not launch until the Workbook was re-opened but this
still did not launch it.
Am I doing something incorrect?
Doug
I am trying to create an XLA Addin that will Add a button to the toolbar
that when clicked will open a user Form etc.
I don't have any problem with the code to add the new button or the form or
its code but I am having trouble getting it to work as an addin.
I open an (existing) Excel Workbook and tick the new addin (that is shown)
in the Addin dialogue box.
After ticking the box I would like the Addin to run the code to add the new
toolbar button so I put this code into a sub called Autoexec but not only
does this not run but it is not shown in the list of Macros to manually fire
it.
I thought that it might not launch until the Workbook was re-opened but this
still did not launch it.
Am I doing something incorrect?
Doug