Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a program which calls a subroutine which in turn calls another
subroutine as in this schematic.. main program call suba(z) end sub suba(z) some code call subb(x) more code end sub sub subb(x) some code if x 100 then return more code end sub When x 100 in subb, the progam returns to the main program and not to suba. Can someone tell me what I am doing wrong please? Thanks Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Call a subroutine using variable subroutine name | Excel Discussion (Misc queries) | |||
SUBROUTINE HELP | Excel Discussion (Misc queries) | |||
association of hot key with subroutine | Excel Programming | |||
editing a subroutine | Excel Programming | |||
Every second subroutine | Excel Programming |