The ultimate Reference Guide to VBA in Excel

G

Guest

I am looking for a comprehensive tutorial og reference for VBA code in Excel.
I work in consultancy firm, where we use vba for modelling (health economic
analysis) and for creation of user friendly interfaces to our models.

Is there anyone out there who know the book that says it all?
 
G

Guest

There are lots of good books out there... Are you looking for a good
reference book or a good learning book. Reference book are normally for
experienced users who want a reference to help them solve very specific
problems. A learning book is more of a step by step how too, which teaches
the reader increasingly complex issues.
 
G

Guest

I would imagine a book that "says it all" would be quite large and probably
not all that useful. Nonetheless, one of the more useful books that I have
come across is John Walkenbach's "Excel ???? Power Programming with VBA".
(Insert a version name where the ????'s are located). Another useful book is
"VB & VBA in a Nutshell", written by Paul Lomax and published by O'Reilly &
Associates. For general programming tasks, these 2 references suit me fine.
The first book is more of a "how-to" book and shows you how to create custom
menus, user forms, interact with other applications, work with charts, etc,
while the second is more of a reference manual that addresses VBA language
elements (statements, procedures, functions, etc.). For more advanced
programming, I imagine there are other good books out there.

Jim
 
G

Guest

Thank you for your advice - maybe Excel 2002 VBA Programmer's Reference
plus Walkenbachs Power Programming together will meet my needs.
 

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