userform position

  1. F

    Position userform relative to cell

    How can userform be positioned so that Top Left Hand corner is at Top Left corner of cell B2. It should work when window is maximized or restored. This doesn't seem to work. Private Sub UserForm_Initialize() Me.StartUpPosition = 0 Me.Top = Range("A1").Top + Range("A1").Height...
  2. F

    User form Me.Top - taking into account ribbon

    The useform startup position doesn't seem to take into account of the ribbon. I couldn't find a way to test if the ribbon was minimized or not. Tried to position relative to first row, but this still considers the ribbon, same position results if ribbon is minimized or not. Private Sub...
  3. P

    How to specify Calendar Userform position

    I downloaded a Userform that is a Calendar that that is portable. This can be downloaded here: Excel VBA Date Picker I am using an external monitor as an extended screen. I have the following code in the Worksheet Selection Change area of code: If Not Intersect(Target, Range("B5")) Is Nothing...
  4. Q

    Userform position "off the screen"

    It appears that when a userform's startup position property is set to Manual, the position of the form is relative to the selected cell, but only in terms of the cell's position relative to A1. I could select a cell such as AC8, which means that A1 would not be visible, but form pops up as if A1...
  5. S

    userform position

    I have a few userforms that you can click on buttons and to move back and forth using hide and show. here is the problem: Your on UF1 and click the button and go to UF2. Then you move that window, and click a button back to UF1 the window jumps. Move either window and you end up clicking...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top