ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   userform size (https://www.excelbanter.com/excel-programming/420089-userform-size.html)

Art

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

royUK[_41_]

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


Art

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



royUK[_42_]

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


Art

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



All times are GMT +1. The time now is 10:35 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com