Hi Logit,
Can't get through to your first link. The stack article is related but I cant write it into my code. I tried (shown here in green) but it never worked.
Code:
Sub OpenHarvestForm()
Application.WindowState = xlMinimized
frmHarvest.Show
Application.WindowState = xlMaximized
Application.Right
Application.Bottom
ActiveWorkbook.Sheets("GrpRecords").Activate
End Sub
Can you suggest a line or two?