#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default User Forms

How can I get a user form to maximize on user screens during show process? I have played with Zoom but need more. Thanks for your help
--
George G
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 227
Default User Forms

Hi Sgwapt

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

Note that objects on the UserForm will not adjust in size proportionately to
the UserForm's size

--
XL2002
Regards

William



"Sgwapt" wrote in message
...
| How can I get a user form to maximize on user screens during show process?
I have played with Zoom but need more. Thanks for your help
| --
| George G


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default User Forms

You shouldn't use the entire screen for trivial information like this. The
user should be allowed to browse the web or watch a movie in the meantime.
Use no more than this info needs, probably something like 300*50 pixels.

HTH. Best wishes Harald

"Sgwapt" skrev i melding
...
How can I get a user form to maximize on user screens during show process?

I have played with Zoom but need more. Thanks for your help
--
George G



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default User Forms

Thanks William, this helps very much. Al I have to do now is adjust the objects.

Thanks again
--
George G


"William" wrote:

Hi Sgwapt

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

Note that objects on the UserForm will not adjust in size proportionately to
the UserForm's size

--
XL2002
Regards

William



"Sgwapt" wrote in message
...
| How can I get a user form to maximize on user screens during show process?
I have played with Zoom but need more. Thanks for your help
| --
| George G



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default User Forms

Yes, I understand your message Harald. My only Intention is for database systems at work. I have been having problems with "button happy", "not authorized", "changing values", etc personnel that I have to prevent the data from being changed by them as these systems get bigger. I am trying to change to XLA format that will take care of this but boss man is in the way.

Thanks for the feedback. I will keep plugging and enjoy.

--
George G


"Sgwapt" wrote:

Thanks William, this helps very much. Al I have to do now is adjust the objects.

Thanks again
--
George G


"William" wrote:

Hi Sgwapt

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

Note that objects on the UserForm will not adjust in size proportionately to
the UserForm's size

--
XL2002
Regards

William



"Sgwapt" wrote in message
...
| How can I get a user form to maximize on user screens during show process?
I have played with Zoom but need more. Thanks for your help
| --
| George G





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default User Forms

"Sgwapt" skrev i melding
...
Yes, I understand your message Harald. My only Intention is for database

systems at work. I have been having problems with "button happy", "not
authorized", "changing values", etc personnel that I have to prevent the
data from being changed by them as these systems get bigger. I am trying to
change to XLA format that will take care of this but boss man is in the way.

I can feel your pain. Good luck with this project.

Best wishes Harald


Reply
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
New to User Forms Stacy New Users to Excel 2 July 30th 08 04:26 PM
User Forms Runner77 Excel Discussion (Misc queries) 1 January 12th 06 06:20 AM
User forms eklarsen[_7_] Excel Programming 5 May 17th 04 05:36 AM
User forms eklarsen[_4_] Excel Programming 2 May 6th 04 06:09 PM
User Forms Nev[_2_] Excel Programming 4 October 4th 03 12:35 AM


All times are GMT +1. The time now is 08:44 PM.

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

About Us

"It's about Microsoft Excel"