Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all,
I don't have any specific query. But I am looking for a way to create a customized and user-specific addin in excel. The user must have the option to activate and deactivate the addin. Can anyone let me know the way how to do that Regards Raj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set Workbook IsAddin Property to true.
-- Olly "raj" wrote in message ... Dear all, I don't have any specific query. But I am looking for a way to create a customized and user-specific addin in excel. The user must have the option to activate and deactivate the addin. Can anyone let me know the way how to do that Regards Raj |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
and how do we do that.
Regards -----Original Message----- Set Workbook IsAddin Property to true. -- Olly "raj" wrote in message ... Dear all, I don't have any specific query. But I am looking for a way to create a customized and user-specific addin in excel. The user must have the option to activate and deactivate the addin. Can anyone let me know the way how to do that Regards Raj . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the vbe, look at the properties of the ThisWorkbook entry in the project
explorer. One of the properties is IsAddin. -- Regards, Tom Ogilvy wrote in message ... and how do we do that. Regards -----Original Message----- Set Workbook IsAddin Property to true. -- Olly "raj" wrote in message ... Dear all, I don't have any specific query. But I am looking for a way to create a customized and user-specific addin in excel. The user must have the option to activate and deactivate the addin. Can anyone let me know the way how to do that Regards Raj . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Raj,
Just develop a workbook as you would usually do it, and then save the file as an add-in (type xla). The user installs the add-in, and that gives them the option to activate and de-activate via ToolsAdd-Ins -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "raj" wrote in message ... Dear all, I don't have any specific query. But I am looking for a way to create a customized and user-specific addin in excel. The user must have the option to activate and deactivate the addin. Can anyone let me know the way how to do that Regards Raj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|