May 2004
Intermediate to advanced
576 pages
14h 43m
English
IN THIS CHAPTER
With all the wonderful things you can do in Excel VBA, there are some things that are out of its reach or just difficult to do—such as finding out what the user's screen resolution setting is. This is where the Windows Application Programming Interface, or API, can help.
If you look in the folder \Winnt\System32 (NT systems), you'll see a lot of files with the extension .dll. These files are Dynamic Link Libraries; they contain various functions and procedures that other programs, including VBA, can access. ...
Read now
Unlock full access