Hi all,
i need to maximize the excel window. I declared screensize as a window and i assigned the windowstate = screensize.maximize but i got an error. How can i manage or how can i maximize the window.
I defined excelapp as an excel.app
excelapp.WindowState = screenSize.Maximize()
The error is ‘Expression does not produce a value’
All codes are in the invoke code.
Thanks.