Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to make a function(vb script) global (as in used from every w.

how to make a custom function(vb script) available globally (as in used from
every workbook, without having to add the module manually)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default how to make a function(vb script) global (as in used from every w.

If you mean a UDF (User Defined Function) written in VBA, if you place it in
an Addin it should be available to all workbooks.

Alternatively you can also put it in a normal xls and use it in a cell like
this:

=Personal.xls!myFunction(arg1, arg2)

Regards,
Peter T

"nore" wrote in message
...
how to make a custom function(vb script) available globally (as in used

from
every workbook, without having to add the module manually)



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 do I make a global change of Hyperlink addresses? Rick Excel Discussion (Misc queries) 1 January 16th 09 04:31 PM
group workbooks/files to make global changes? MikeR-Oz New Users to Excel 1 September 12th 08 11:21 PM
How to make global changes to charts Rick Charts and Charting in Excel 3 June 5th 08 08:52 PM
How do I make a 'global' macro? Colin Higbie Excel Programming 5 November 6th 04 12:52 AM
Script to make my life easier?? dvshooter Excel Programming 1 June 3rd 04 04:07 PM


All times are GMT +1. The time now is 11:12 AM.

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"