Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to open a document in a maximized mode always. Is it possible to do it ?
When I open my document, it is always opened as a small windows and it's a bit tedious
Thansk in advance
Try this macro and set to run On Open:
sub Maximize
on error resume next
Let window = CreateObject("WScript.Shell")
wscript.sleep = 1000
window.AppActivate 0
wscript.sleep = 1000
window.SendKeys ("% x")
end sub
I' m sorry but it doesn't work
It works.
macro security must be set to system access level.
On the accesspoint, the user must use the ocx client.