Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do I call a procedure from within another procedure?
Let's say the procedure I need to call is TestProc. -- Boris |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Boris,
Assuming it is a sub with no arguments required ; TestProc Or Call TestProc Function with argument(s) required ; dim RetVal As Long 'Or the appropriate return value RetVal=Test("SomeSting") 'If a string argument required. Check out the "Call" keyword in Help. NickHK "BorisS" wrote in message ... how do I call a procedure from within another procedure? Let's say the procedure I need to call is TestProc. -- Boris |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call Procedure | Excel Programming | |||
Where else to look for procedure call | Excel Programming | |||
Where else to look for procedure call | Excel Programming | |||
call procedure | Excel Programming | |||
procedure won't call | Excel Programming |