Thread: Userform Size
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
richard richard is offline
external usenet poster
 
Posts: 24
Default Userform Size

I have a userform which needs to be used by people using
laptops and desktops, all with different sized screens.

To solve the problem of them not seeing some parts of the
userform, i have put in some option butttons where they
can select the size:
userform1.zoom = 75%
and so on.

This only seems to zoom the objects on the userform
though, not the actual userform itself.

Is there a zoom funciotn for the userform window as well?

Thanks in advance

Richard