I have multiple users accessing one addin and I need to manage this properlt
Posted by adam on May 08, 2001 6:24 AM
So heres the deal
Everyone has spreadsheet that all point to an addin on a shared drive. on the open event of the workbook, it calls the addins "CreateMenu" procedure and on the close of the workbook, it calls the "DeleteMenu" Procedure
So heres the question:
What is a better policy because I am going to be changing the addin all the time , upgrading etc...
Do I
1. Reference the addin in the spreadsheet under tools addin and implicitly call the CreateMenu and DeleteMenu procedures
2. Dont reference the addin and hard code the path on the open event such as S:/Addin/Addin.xla!CreateMenu
3. What is the better way to manage one addin with muliple users where i will be upgrading all the time ??
thanks,
adam