View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Michel Pierron Michel Pierron is offline
external usenet poster
 
Posts: 214
Default activate excel application after userform activation in modaless

Hi x taol;

Private Sub UserForm_Activate()
AppActivate Application.Caption
End Sub

MP

"x taol" a écrit dans le message de news:
...


i opend the userform in modaless.
and then i want to activate not the userform but the xl application.

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