Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Monique,
The only practical way is to have an argument in your called function that take the name of the calling routine. Then based your the call to subsequent routines based on that. Function Calling Call Called ("Calling") End Function Function Called (WhoCalledMe As String) Select Case WhoCalledMe Case "Calling" 'Decide what to do Case Else MsgBox "No folllowing routine specified" End Select End Function NickHK "Monique" ... i need to create a function that will figure out which procedure called it and then run the appropriate procedure based on that call. re-wording...::: i have several procedures that will call the same procedure. depending on the procedure calling the procedure, another procedure is called. or this can be done with a function... and then i will produce the results and the procedure name any help will be appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't figure out the Function I need! | Excel Discussion (Misc queries) | |||
need to figure out an equation / function | Excel Worksheet Functions | |||
Is their any Function to convert no. in figure to in words | Excel Worksheet Functions | |||
Index function works in A2, but not in A10, Why is that? Cant figure it out. | Excel Worksheet Functions | |||
NEED HELP! Cannot figure out complex function | Excel Worksheet Functions |