LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,565
Default Adjust userforms to fit in screen

It is one of the possibilities. Depends on the size of the monitor and what
the normal resolution should be. I am just thinking that trying to solve
the problem with code may not be the best answer, although it could probably
be done. If the resolution is set properly, they should get the same view
you had originally. Of course, this assumes your resolution is also set
properly.


"Ryan H" wrote in message
...
I did that. They have a lap top and the resolution is as high as it can
go,
1280x800 @ 96 dpi. Would that be a problem?
--
Cheers,
Ryan


"JLGWhiz" wrote:

If some users are having a screen overflow, it could be because they have
their screen resolution set to an unconventional setting. If so, they
are
forcing you to alter a standard feature to meet their non-standard whims.
I
would check their settings before trying to accommodate them.


"Ryan H" wrote in message
...
I don't think I need to expand the userform to fit the screen. I need
to
shrink the userform. Any ideas?
--
Cheers,
Ryan


"Jacob Skaria" wrote:

Try the below

Private Sub UserForm_Initialize()
With Me
.Height = Application.Height
.Width = Application.Width
.Left = 0
.Top = 0
End With
End Sub

--
If this post helps click Yes
---------------
Jacob Skaria


"Ryan H" wrote:

I have many different users for one of my workbooks. The workbook
has
many
different sized userforms. Some userforms are too large for the
users
screen. Is there a way for VBA to automatically adjust the userform
to
fit
in the users screen properly like other software does?
--
Cheers,
Ryan






 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Userforms fill screen whatever resolution JohnP Excel Programming 4 March 14th 08 04:47 PM
Can't Adjust the Screen Image harcon Excel Programming 1 January 2nd 08 12:21 PM
want several userforms to remain on screen bforst[_3_] Excel Programming 1 April 14th 04 11:21 PM
GetSystemMetrics32() [Screen Size and UserForms - pt 2] Jason Gatsby Excel Programming 0 August 4th 03 06:54 PM
Screen Size and UserForms Jason Gatsby Excel Programming 2 August 4th 03 01:48 PM


All times are GMT +1. The time now is 09:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"