Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Module & Popup dialog

How/where can I save a vb macro that activates a pop-up dialog box so all
users can run it from their desktops.

I will add a menuitem to each desktop to run the macro but since it will
need to be updated monthy the target files will change.

Since we all share the same server, is there a way I can save this macro so
all can run it ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Module & Popup dialog

Maybe you can put your code in a different workbook than the workbook with the
data, then save that code workbook as an addin (*.xla).

Then put that file in the same drive/folder/location as the workbooks that
contain the data. Then you can tell the users to open the addin before they
open their data file.

If you're making changes to the code, remember to tell them to always use the
addin located in that common location. You don't want someone saving their own
copy and using that for the next 2 years!

You'll want to give the users a way to access the macros.

For additions to the worksheet menu bar, I really like the way John Walkenbach
does it in his menumaker workbook:
http://j-walk.com/ss/excel/tips/tip53.htm

Here's how I do it when I want a toolbar:
http://www.contextures.com/xlToolbar02.html
(from Debra Dalgleish's site)

ORLANDO V wrote:

How/where can I save a vb macro that activates a pop-up dialog box so all
users can run it from their desktops.

I will add a menuitem to each desktop to run the macro but since it will
need to be updated monthy the target files will change.

Since we all share the same server, is there a way I can save this macro so
all can run it ?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Module & Popup dialog

Thank you! I will try that.



"ORLANDO V" wrote:

How/where can I save a vb macro that activates a pop-up dialog box so all
users can run it from their desktops.

I will add a menuitem to each desktop to run the macro but since it will
need to be updated monthy the target files will change.

Since we all share the same server, is there a way I can save this macro so
all can run it ?

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
How to delete the "Insert Function Dialog Box" (dialog box only)? TBI''d biker Excel Worksheet Functions 2 April 7th 07 09:18 PM
calendar popup Aaron Excel Discussion (Misc queries) 1 May 11th 06 02:52 PM
code in module A to not execute a Worksheet_SelectionChange sub of another module Jack Sons Excel Discussion (Misc queries) 4 December 11th 05 11:52 PM
Creating Custom Dialog Boxex (Popup) Brad Sumner Excel Discussion (Misc queries) 9 June 17th 05 02:14 PM
"Why did we get here????" popup jtwspoon Excel Discussion (Misc queries) 3 February 4th 05 04:57 AM


All times are GMT +1. The time now is 10:34 AM.

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"