View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default activate excel application after userform activation in modaless

AppActivate Application

AppActivate UserForm1.Caption

Regards,
Peter T

"x taol" wrote in message
...


THE problem is the activate.
currently, the activation window is the userform.
but, i want to activate the xl window.

*** Sent via Developersdex http://www.developersdex.com ***