Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I do this by creating an add-in.
An add-in is just another wbk that is invisible. The add-in has code to create and display a new custom menu. It then opens the GUI - the wbk that the user sees and interacts with. The code behind the menu items is contained in the add-in and is password protected (from the casual user). I then deploy all of the above plus desktop icon etc by using VB Suite 6.0 to create an installation wizard. I have actually created an installation wizard totally in excel vba but it's not as smooth as the VB 6.0 If the above is unfamiliar to you and you want some reference material, I suggest you invest $50 plus some time to study Stephen Bullen's Professional Excel Development Hope this helps "triaz" wrote: I have created an excel application to perform a specific set of tasks. This application has a custom menu, templates and macros. Is there a way I can package this so that other users can use it without me having to set up menus, associating the macros and placing templates in the right locations each time a user requests this tool be installed on their systems ie can I some how create a deployment package that could do this? Thanks in advance T. -- triaz ------------------------------------------------------------------------ triaz's Profile: http://www.excelforum.com/member.php...o&userid=27180 View this thread: http://www.excelforum.com/showthread...hreadid=472887 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
deploying data | Excel Discussion (Misc queries) | |||
Deploying and don't have CD | Excel Programming | |||
Deploying excel sheet with a VB project | Excel Programming | |||
deploying excel with a vb project | Excel Programming | |||
Deploying a .NET add-in in Excel 2002 | Excel Programming |