I want to maximize the active window. It is not a excel or word o any microsoft application.
I need to vba code to maximize any application that is active currently.
Thanks,
Balaji N
I want to maximize the active window. It is not a excel or word o any microsoft application.
I need to vba code to maximize any application that is active currently.
Thanks,
Balaji N
Windows has a maximize button already on the upper right side. Is that what you're after?
I don't understand? You can't use the button?
This should work for Microsoft Products. Not sure about other applications though.
![]()
With ActiveWindow .WindowState = xlNormal .Top = 1 .Left = 1 .Height = Application.UsableHeight .Width = Application.UsableWidth End With
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks