Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Deploying an Excel Application


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 126
Default Deploying an Excel Application

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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
deploying data shazbat61 Excel Discussion (Misc queries) 0 May 23rd 08 05:20 PM
Deploying and don't have CD Wally Steadman[_4_] Excel Programming 3 December 30th 04 05:17 AM
Deploying excel sheet with a VB project anthony Excel Programming 1 October 31st 04 12:31 PM
deploying excel with a vb project anthony Excel Programming 1 October 31st 04 08:25 AM
Deploying a .NET add-in in Excel 2002 Matthew[_10_] Excel Programming 1 January 8th 04 05:37 PM


All times are GMT +1. The time now is 01:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"