Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Use custom VBA functions in cell formulas?

How can I make my custom VBA fuctions available to users who are entering
formulas in cells?

Thanks,

Keith


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Use custom VBA functions in cell formulas?

Place the functions in a module and declare the functions Public. You can
then use these functions the same as you would any other Excel formula
function.
--
HTH...

Jim Thomlinson


"keithb" wrote:

How can I make my custom VBA fuctions available to users who are entering
formulas in cells?

Thanks,

Keith



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Use custom VBA functions in cell formulas?

Put it in a general module in a workbook, then make that workbook an addin
and have your users install it under Tools=Addins.

http://support.microsoft.com/?id=167909
XL: Securing Visual Basic Code in Microsoft Excel

http://support.microsoft.com/?id=156942
XL97: How to Create an Add-in File in Microsoft Excel 97

http://msdn.microsoft.com/library/en...xceladdins.asp

http://msdn.microsoft.com/library/en...exceladdin.asp

http://www.j-walk.com/ss/excel/tips/tip45.htm
Excel 97: Creating Add-Ins
--
Regards,
Tom Ogilvy


"keithb" wrote in message
...
How can I make my custom VBA fuctions available to users who are entering
formulas in cells?

Thanks,

Keith




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
Custom Functions DTTODGG Excel Worksheet Functions 7 January 11th 08 07:37 PM
custom lists and custom formulas? nameruc Excel Discussion (Misc queries) 0 December 6th 06 04:18 PM
Using custom functions within custom validation Neil Excel Discussion (Misc queries) 4 December 14th 05 10:40 PM
Custom Functions scott Excel Worksheet Functions 2 December 28th 04 12:23 AM
custom functions Roel Excel Programming 2 January 20th 04 07:30 PM


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