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