Hello,
I would like open my display in a full screen mode. What can i do via VBA?
*************************************************
private sub display_activate
'Open in a full screen mode
end sub
*************************************************
Besides this, how can i hide all my toolbar via VBA?
My main objective is to open a display in a full screen mode and hide all toolbars, including the full screen toolbar.
Thanks!