API

R

Robin777

Version: 2004

I have been asked to write an excel program (I am using Excel 2007 for Windows) but the program is to be used on different Mac computers. I have tested the program and ewverything appears to have been converted correctly. However, the computers use different screen resolutions.
In the Windows version, I use an A.P.I. declaration to ascertain the screen resolution. Is it possible to this using Excel for Mac?
 
B

Bob Greenblatt

Version: 2004

I have been asked to write an excel program (I am using Excel 2007 for
Windows) but the program is to be used on different Mac computers. I have
tested the program and ewverything appears to have been converted correctly.
However, the computers use different screen resolutions.
In the Windows version, I use an A.P.I. declaration to ascertain the screen
resolution. Is it possible to this using Excel for Mac?
No, it is not possible to use Windows API functions on the Mac. You may be
able to use application.usableheight and application.usablewidth to get what
you want.
 

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