Advanced Programming

P

Pyball

Hello Everyone,

I have been programming with Excel VBA for a little over a year. I have
been able to figure out most everything about VBA from books and the
online help. The only things I haven't been able to get a handle on are
class modules and API calls.

I'm hoping that someone can suggest a book that contains some indepth
information on these subjects. I consider myself a intermediate
programmer.

Thanks in advance.
 
P

pikus

VB & VBA in a Nutshell by O’Reilly Press is excellent. I’m partial to
O’Reilly in general, and though the chapter that deals specifically
with Class Modules is fairly short, it is still a great introduction to
the subject and the book is an invaluable reference for all your VB
needs. - Pikus
 
D

DennisE

Pyall,

The classic reference book that should be on everyone's bookshelf is The Visual
Basic Programmer's Guide to the Windows API, by Daniel Appleman. It was
published in 1993 by PC Magazine and printed by Ziff-Davis Press
As old as it is, it's the text I reach for
when I need something explained dealing with API's.

-- Dennis Eisen
 
K

KJTFS

DennisE said:
*Pyall,

The classic reference book that should be on everyone's bookshelf is
The Visual
Basic Programmer's Guide to the Windows API, by Daniel Appleman. It
was
published in 1993 by PC Magazine and printed by Ziff-Davis Press
As old as it is, it's the text I reach for
when I need something explained dealing with API's.

-- Dennis Eisen *

Yes good reference book. Got a used copy on Amazon for about 6$. Good
deal.

Keith
www.kjtfs.com
 
L

Leo Heuser

A newer edition from 1999 is available:

Dan Appleman
Visual Basic Programmer's Guide to the Win32 API
SAMS
ISBN 0-672-31590-4
 

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