extend application window over multi display

S

Sebastian

In excel 2007 I was able to use code below to control size of access window.
The code runs on auto_open
Application.WindowState = xlNormal
Application.Width = 1923
Application.Height = 1400
I am trying to do the same in Access 2007 to display application window over
multi display but this code is not supported.
Any help would be appreciated.
Sebastian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top