Thread: User Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tim tim is offline
external usenet poster
 
Posts: 105
Default User Form

Hello All,

I have a user form that inputs data into a worksheet upon
clicking a command button. After I click the button, I
would like my userform to be active (not my spreadsheet)
and the cursor returned to the first tabstop.

BTW:My userform is modeless as other forms can be opened
and utilized.

I think this has something to do with TakeFocus?

Thanks in advance.