Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Creating custom library of functions/macros

Is there a way to create a library of custom functions and macro's that can be used globally by all workbooks opened? I currently keep all of these things in one workbook, and just open that workbook to use the functions or macros. I'd like to NOT have to do it that way. Any suggestions?

Steve
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default Creating custom library of functions/macros

You can create a personal.xls or addin.

Record a new macro and select Store Macro in Personal Macro Workbook.
You can then open up your other workbooks and copy the functions over .

Jon

sclark wrote:

Is there a way to create a library of custom functions and macro's that can be used globally by all workbooks opened? I currently keep all of these things in one workbook, and just open that workbook to use the functions or macros. I'd like to NOT have to do it that way. Any suggestions?

Steve



--
42°57N 81°16W


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Creating custom library of functions/macros

Steve

Move/copy them to your Personal.xls

If you don't have a Personal.xls, start the Macro Recorder, select Personal
Macro Workbook to store it in then record a small macro.

Place your macros and Functions in modules in this workbook. You will save it
as "Hidden". It will open in the background when Excel starts up.

Second method, which I prefer because you don't have to preface the macro name
with the workbook name.

Move them to modules in a new workbook and save it as and Add-in(*.xla) which
can be loaded through ToolsAdd-ins.

Note: these macros will not show up in the ToolsMacroMacros list. When
assigning to buttons or menus, just type the name in the dialog box.

Gord Dibben Excel MVP



On Fri, 23 Jan 2004 12:51:06 -0800, sclark
wrote:

Is there a way to create a library of custom functions and macro's that can be used globally by all workbooks opened? I currently keep all of these things in one workbook, and just open that workbook to use the functions or macros. I'd like to NOT have to do it that way. Any suggestions?

Steve


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
creating a form to search for books in a library strawmanx Excel Discussion (Misc queries) 1 November 6th 09 01:40 PM
Storing User Defined Functions in Office\Library folder for MAC's Carrie_Loos via OfficeKB.com Excel Discussion (Misc queries) 0 April 1st 09 05:51 PM
Creating a data library Faiza New Users to Excel 1 August 4th 07 10:12 PM
Macros Library Jean-Paul Viel Excel Programming 0 September 11th 03 03:57 PM
preserving type library references when distributing macros gene Excel Programming 0 July 11th 03 02:43 PM


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

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

About Us

"It's about Microsoft Excel"