Show userform but don't give focus

  • Thread starter Thread starter dave.cuthill
  • Start date Start date
D

dave.cuthill

I have a scrollbar on a slide that allows an image to be scrolled
about on the slide in slideshow view. When the scrollbar has a
specific value I cause a userform to be shown - the problem is the
userform takes focus and the scrollbar cannot be used until the
userform is closed. Is it possible to open a userform but not have it
take focus?

Thanks for you help.

David
 
I figured this out - if I change the showmodal value of the userform
to false then the form does not get focus.
 
Back
Top