Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm a bit new to excel VBA and wondered if it is possible to pass a UDF
reference as an argument to a UDF as in: Sub S1( subReference ) subRefrence() End Sub Sub S2() End Sub Call S1(S2) If it can not be done cleanly, is there a workaround such as passing the name of the function as an argument and then somehow evaluating it inside the UDF? Thanks for any clues. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Passing a range name as an argument to the Index Function | Excel Discussion (Misc queries) | |||
How do I set up an argument which asks for multiple criteria | Excel Discussion (Misc queries) | |||
text argument in vlook up which has a "" | Excel Worksheet Functions | |||
read in Vlookup an argument that has quotations(") | Excel Discussion (Misc queries) | |||
Passing Cell Address to Offset | Excel Worksheet Functions |