Ive found a short macro that looks like it might be related.
Code:
Sub OpenHarvestForm()
Application.WindowState = xlMinimized
frmHarvest.Show
Application.WindowState = xlMaximized
ActiveWorkbook.Sheets("GrpRecords").Activate
End Sub
I think what I may be looking for is what is called here, "frmHarvest"
But where would I find it?