Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
Suppose I have to subroutines, ProcParent and ProcChild. ProcParent calls ProcChild. For some reasons, I don't want the control to be passed back to ProcParent after Executing ProcChild. I have searched through the VBA help and I found that both END statement and STOP statement placed in the ProcChild could do the job, but they have side effects: END will reset any module-level variables, which certainly I don't want, and the STOP statement will just leave the VB editor in (undesired) break mode. Are there any other options? Please advise. Frederick Chow Hong Kong. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separating sub procedures | Excel Discussion (Misc queries) | |||
VBA Sub procedures | Excel Programming | |||
Calling Procedures | Excel Programming | |||
what's wrong with this sub procedures? | Excel Programming | |||
Splitting Procedures | Excel Programming |