View Single Post
 
Old 06-22-2016, 06:23 AM
kuyperlu kuyperlu is offline Windows 10 Office 2013
Novice
 
Join Date: Jun 2016
Posts: 2
kuyperlu is on a distinguished road
Default

found a solution, so I close the thread:

Sub miniMalizerenExcelBook()
On Error Resume Next
With GetObject(, "Excel.Application")
.ActiveWindow.WindowState = 1 ' xlMinimized = 1
End With

End Sub
Reply With Quote