Rx_
Nothing In Moderation
- Local time
- Yesterday, 18:39
- Joined
- Oct 22, 2009
- Messages
- 2,795
My guess is that in the form close event, there are a couple of run time x,y parameters to save to a forms's variable.
Then reuse those numbers the next time the popup is opened again.
Guessing in the popup form's close event, save the left and top into the parent form's level variable using.
Debug.Print Me.WindowLeft, Me.WindowTop
Then pass them back into the pop-up as openarg or some other process.
Me.Move Left:=220, Top:=545
Anyone have any suggestions?
Then reuse those numbers the next time the popup is opened again.
Guessing in the popup form's close event, save the left and top into the parent form's level variable using.
Debug.Print Me.WindowLeft, Me.WindowTop
Then pass them back into the pop-up as openarg or some other process.
Me.Move Left:=220, Top:=545
Anyone have any suggestions?