View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KajBre KajBre is offline
external usenet poster
 
Posts: 7
Default Activate Excel worksheet after showing a user form ?

After this the worksheet is not active (selected), so a user must click on
the worksheet to continue.

The problem is that I would like to execute another VBA subroutine after

the
value from the user form is returned into a worksheet cell, but now this
doesn't work.

I'd like to add that in this case, of course, I can call the other
subroutine after the user has closed the form, but I was thinking this as a
general problem, how to make the worksheet active after closing a user form.

Kaj B.