View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pgarcia pgarcia is offline
external usenet poster
 
Posts: 304
Default radio button with VB code

Hello all,
Im needing the following: 4 radio buttons, €śDefault€ť, €śGTD€ť, €śECO€ť, €śBOTH€ť.
When running a VB code, I need to code to look at what button has been
selected and call another VB code or in the case of €śDefault€ť it keeps
running the code with out interruption.
So, VB code is running, then it looks at the radio buttons, see that €śGTD€ť
is select and then calls another VB code, then it continues on with the rest
of the code when the other code is finished.

Thanks