Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My Personal.XLS module contains code that is attached to a
custom button I created on my menu toolbar. That button is now on every workbook I have open, and because the code is attached to it, it can be run on any workbook I have open. I need to install this code thats in my personal.xls in everyone elses personal.xls, but Bob Phillips made the suggestion to just create an addin so I wont destroy other peoples code that may be in their personal.xls. Because of this, I am going to create an addin which contains the same code that is in my Personal.XLS. The only problem is how will I get that button on everyone elses computer without me having to manually create/load it on their computers. I want the code to be attached to the button. Thank you Todd Huttenstine |