I have two userforms. On a command button click of 1 form, that form shows the next form, and then unloads itself. Is there a way to capture the screen location of the 1st userform on the click, and then use it in the initialize code of the other form to place the 2nd form in the same position as the first used to be?