View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Haarish Haarish is offline
external usenet poster
 
Posts: 6
Default Forms and WorkSheets

Hi All,

I have a user form wherein I set the variable of a global variable
based on the selection of certain radio buttons. Based on the value
chosen I have command buttons selected and deselected in the
worksheet.

But after I hide the form and activate the sheet, the control is not
transferred to the worksheet_activate() method where the functionality
has been handled. Is there something that I am missing?

Thanks in advance,
Haarish.