I've been programming in VBA for Excel 2003 for some years now, and only recently I've been introduced to:
Declare Sub AAAA Lib "kernel32" Alias "AAAA"
by an answer here on Stack Overflow.
What I've been unable to find is (no googlefu could help me):
What are all the functions available in "kernel32"?
What are the other available (free) LIBS?
Can I make my own?
I just need some pointers, ideas and/or tutorial links to point me in the right direction.