View Single Post
 
Old 04-06-2017, 03:45 PM
Cyberseeker Cyberseeker is offline Windows 10 Office 2010 32bit
Advanced Beginner
 
Join Date: Jun 2016
Posts: 44
Cyberseeker is on a distinguished road
Default

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?
Reply With Quote