Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Macros available to several workbooks

I have 3 seperate reports that all act similarly (tracks the same data for
different departments). I'd like to record one set of macros assigned to one
userform but available in all 3 reports. What's the easiest way to do with
without saving the userform and macros in each file? I don't want 3
userforms popping up if they open all three files.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Macros available to several workbooks

Put you code and userform in an Addin and then create a reference from each
workbook to the addin. This will insure the Addin is loaded when any of the
workbooks are open. Then you would need to add code in the addin to have
the userform behave as you desire.

--
Regards,
Tom Ogilvy


"StephanieH" wrote in message
...
I have 3 seperate reports that all act similarly (tracks the same data for
different departments). I'd like to record one set of macros assigned to

one
userform but available in all 3 reports. What's the easiest way to do

with
without saving the userform and macros in each file? I don't want 3
userforms popping up if they open all three files.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 95
Default Macros available to several workbooks

Works wonderfully. Looks like I've found a new toy ; - )

Thanks Tom

"Tom Ogilvy" wrote:

Put you code and userform in an Addin and then create a reference from each
workbook to the addin. This will insure the Addin is loaded when any of the
workbooks are open. Then you would need to add code in the addin to have
the userform behave as you desire.

--
Regards,
Tom Ogilvy


"StephanieH" wrote in message
...
I have 3 seperate reports that all act similarly (tracks the same data for
different departments). I'd like to record one set of macros assigned to

one
userform but available in all 3 reports. What's the easiest way to do

with
without saving the userform and macros in each file? I don't want 3
userforms popping up if they open all three files.




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
Macros in shared workbooks Very Basic User Excel Discussion (Misc queries) 4 September 14th 09 08:20 PM
Cascading macros to new workbooks Phil N Dank Excel Worksheet Functions 3 November 13th 06 04:45 PM
Making Macros Available in All Workbooks QUESTION-MARK Excel Worksheet Functions 2 May 23rd 06 01:47 PM
How to Isolate macros from different Workbooks? MV[_2_] Excel Programming 0 October 16th 03 07:45 PM
Using VBA macros in all workbooks Ian Griffiths Excel Programming 6 September 1st 03 12:15 AM


All times are GMT +1. The time now is 01:09 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"