Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Custom Functions | Excel Worksheet Functions | |||
Custom functions or VBA functions for Avg, Std, Min, Max? | Excel Programming | |||
Using custom functions within custom validation | Excel Discussion (Misc queries) | |||
Custom Functions in C/C++ against in VBA | Excel Programming | |||
Custom Functions | Excel Programming |