View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WarrenR WarrenR is offline
external usenet poster
 
Posts: 7
Default Calling Sub / Called Sub

Scenario..
I have two Subs: sub A and sub B. sub A calls sub B where sub B has functionality to determine a true or false. I want to pass a value (in this case a true or false back to the calling sub (sub A). How do I get it to do this. what does the code structurelook like

I've looked all through the online help but haven't found anything. Maybe I am looking under the wrong topic

-Warren R.