December 2018
Intermediate to advanced
625 pages
18h 58m
English
In this chapter, you will:
Understand the parts of an API declaration
Learn how to use an API declaration
Make 32-bit- and 64-bit-compatible API declarations
Review some API function examples
With all the wonderful things you can do in Excel VBA, there are some things that are out of VBA’s reach or that are just too difficult to do, such as finding out what the user’s screen resolution setting is. This is where the Windows application programming interface (API) can help.
If you look in the Windows System directory \Windows\System32 (Windows NT systems), you will see many files with the extension .dll. These files, which are dynamic link libraries (DLLs), contain various functions ...
Read now
Unlock full access