Hi,

Soes anyone knows how to minimize the excel spreadsheet window at the moment of opening the file?
I already know how to turn it invisible(following code), but not minimize it

Application.Visible = False

Does anyone knows how?