Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. I have a Standard Module Function:
Public Function GetARoot(ByVal FirstGuess As Double, ByVal FunctionName As _ String) As Double that calculates the root of an equation. I have several equations programmed as Functions in the Standard Module. I wish to pass the name of one of these Functions as an argument to "FunctionName" and call the Function with this name from inside GetARoot. Can this be done? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range name as an argument to the Index Function | Excel Discussion (Misc queries) | |||
Passing range as an argument in a function | Excel Programming | |||
VBA - Passing a FUNCTION as an Argument | Excel Programming | |||
Passing Userform as an argument to a procedure | Excel Programming | |||
passing a variable as an argument to a function | Excel Programming |