Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
PWS PWS is offline
external usenet poster
 
Posts: 18
Default Custom Functions

How do I call a function from the Analysis Toolpak add-in in a user
function?

Application.worksheetfunction. does not work

How do i reference a function for the Toopak add-in?

PWS

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Custom Functions

In the VBE: ToolsReferences, check atpvbaen.xls
you can then use the functions as if they were intrinsic vbs functions (no prefixes);

Sub test()
Debug.Print eomonth(Date, 15)
End Sub

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"PWS" wrote in message ps.com...
| How do I call a function from the Analysis Toolpak add-in in a user
| function?
|
| Application.worksheetfunction. does not work
|
| How do i reference a function for the Toopak add-in?
|
| PWS
|


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 functions or VBA functions for Avg, Std, Min, Max? ExcelMonkey Excel Programming 0 July 17th 06 10:54 AM
Using custom functions within custom validation Neil Excel Discussion (Misc queries) 4 December 14th 05 10:40 PM
Custom Functions in C/C++ against in VBA agarwaldvk[_29_] Excel Programming 3 September 15th 04 03:31 PM
Custom Functions [email protected] Excel Programming 2 May 6th 04 08:33 PM


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