May 2009
Intermediate to advanced
1176 pages
25h 8m
English
In the “Programming with the Windows API” chapter of our Excel 2007 VBA Programmers Reference, we approach the subject of using Windows API calls by explaining how to locate the definitions for various functions on the MSDN Web site and translate those functions for use in VBA. The idea was to give readers the ability to browse through the API documentation and be able to use anything of interest they found.
In reality, few people use Windows API calls in that manner. Instead, most of us go to Google and search the Web or the newsgroups for the answer to a problem and find the solution requires the use of API calls. We copy the solution into our application and hope it works, usually without ...
Read now
Unlock full access