Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to make user forms FULL SCREEN?


Hi all,

i was wondering how to make a normal user form has the option of FULL
SCREEN, just like how windows does?

Does anyone have a hint please?

ThankThank
Fendic


--
Fendic
------------------------------------------------------------------------
Fendic's Profile: http://www.excelforum.com/member.php...o&userid=23959
View this thread: http://www.excelforum.com/showthread...hreadid=380926

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 860
Default How to make user forms FULL SCREEN?

Hi Fendic,

Fendic wrote:
i was wondering how to make a normal user form has the option of FULL
SCREEN, just like how windows does?

Does anyone have a hint please?


I don't think there's any way to truly make a UserForm go fullscreen. But
you could do something like this:

With Application
.WindowState = xlMaximized
Me.Move .Left, .Top, .Width, .Height
.Visible = False
End With

This will move the UserForm and resize it so that it takes up the whole
screen. It will also hide the Excel application (you can comment out the
..Visible=False line if you don't wish to do this). Just make sure that if
you do hide the Excel app, you provide a mechanism for making it visible
again when the UserForm is closed.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]

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
full screen Tree*Rat New Users to Excel 1 October 20th 08 09:26 AM
Bitmaps on User Forms...can you make it a jpeg???? novicevbaer[_7_] Excel Programming 0 August 26th 04 06:02 PM
Resetting Screen to Full Steve Excel Programming 0 November 5th 03 07:41 PM
Resetting Screen to Full Steve Excel Programming 0 November 5th 03 07:31 PM
Resetting Screen to Full Phobos Excel Programming 1 November 5th 03 06:31 PM


All times are GMT +1. The time now is 10:11 PM.

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"