VBA project with command button on a userform. You'd think something like this would work: Private Sub cmdZoomW_Click()   Me.Hide   Application.ZoomPickWindow   Me.Show   MsgBox "Continue executing code." End Sub Try it! Then how?