Results 1 to 14 of 14

Thread: Solved: UserForm change width- Left Border?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Solved: UserForm change width- Left Border?

    On a UserForm there are 2 button. Normal & resize Userform.
    I would like to change the width of the UserForm left side (border) not the right side.

    How to do this?

    [vba]
    Private Sub CommandButton2_Click() '
    Do While Me.Width <= 400
    Me.Width = Me.Width + 15
    Loop
    End Sub
    [/vba]
    Last edited by omnibuster; 06-12-2009 at 03:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •