Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default userform size

Hello:

I want to make a userform width smaller then 93. Is it possible? I tried a
few way but will not let me. Any help?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform size


Set the width with the Initialize event


Code:
--------------------
Option Explicit


Private Sub UserForm_Initialize()
Me.Width = 90
End Sub
--------------------


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site
' (http://www.excel-it.com)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=30147

  #3   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default userform size

It does not help. try it you'll see that after 93 it will not get less than
that. Is there any way to have the userform smaller then 93 width?

Thanks.





"royUK" wrote:


Set the width with the Initialize event


Code:
--------------------
Option Explicit


Private Sub UserForm_Initialize()
Me.Width = 90
End Sub
--------------------


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site
' (http://www.excel-it.com)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=30147


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default userform size


The smallest width that I can get is about 89


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site
' (http://www.excel-it.com)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=30147

  #5   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default userform size

is there any way to make them smaller?




"art" wrote:

Hello:

I want to make a userform width smaller then 93. Is it possible? I tried a
few way but will not let me. Any help?

Thanks



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
maximizing the size of a UserForm Takashi Yamauchi Excel Programming 11 January 16th 08 07:01 PM
UserForm Size On Different Computers Minitman[_5_] Excel Programming 11 December 7th 06 04:22 PM
Print UserForm A4 size SZ Excel Programming 1 January 26th 05 10:03 AM
Userform size limitation Michael Harrer Excel Programming 0 July 9th 04 12:48 PM
Userform Size Richard Excel Programming 1 May 27th 04 12:16 PM


All times are GMT +1. The time now is 12:43 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"