View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Letting user have temporary scrolling authority

Doh!

I agree.

Thanks for the correction, Rick.

Rick Rothstein wrote:

And then show that userform as non-modal.

UserForm1.Show False


More self-documenting would be to use the built-in VB constant...

UserForm1.Show vbModeless

--
Rick (MVP - Excel)


--

Dave Peterson