See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

26 used & new from $0.90

Have one to sell? Sell yours here
 
 
VBA Developer's Handbook
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

VBA Developer's Handbook (Paperback)

by Ken Getz (Author), Mike Gilbert (Author) "Almost any VBA application will need to handle string (text) data at one point or another..." (more)
Key Phrases: playing waveform audio, enumeration handle, command message interface, End Sub, Private Declare Function, Select Case (more...)
4.4 out of 5 stars See all reviews (27 customer reviews)


Available from these sellers.


4 new from $40.99 22 used from $0.90
Also Available in: List Price: Our Price: Other Offers:
Paperback (2) $49.99 $31.49 51 used & new from $22.49
There is a newer edition of this item:
VBA Developer's Handbook, 2nd Edition VBA Developer's Handbook, 2nd Edition 4.4 out of 5 stars (27)
$31.49
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Mastering VBA

Mastering VBA

by Guy Hart-Davis
4.0 out of 5 stars (7)  $26.39
VB and VBA in a Nutshell: The Languages

VB and VBA in a Nutshell: The Languages

by Paul Lomax
4.7 out of 5 stars (47)  $19.77
Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel, VBA, and .NET (2nd Edition) (Addison-Wesley Microsoft Technology Series)

Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel, VBA, and .NET (2nd Edition) (Addison-Wesley Microsoft Technology Series)

by Rob Bovey
4.8 out of 5 stars (28)  $37.79
Office VBA Macros You Can Use Today: Over 100 Amazing Ways to Automate Word, Excel, PowerPoint, Outlook, and Access

Office VBA Macros You Can Use Today: Over 100 Amazing Ways to Automate Word, Excel, PowerPoint, Outlook, and Access

by Juan Pablo Gonzalez
3.5 out of 5 stars (2)  $26.37
Access 2002 Desktop Developer's Handbook

Access 2002 Desktop Developer's Handbook

by Paul Litwin
5.0 out of 5 stars (11)  $38.76
Explore similar items

Editorial Reviews

Product Description
Attention developers! Here is the next insider's guide from two of the best-selling authors of Access 2 Developer's Handbook, Access 95 Developer's Handbook, and Access 97 Developer's Handbook. If you develop Office applications with Visual Basic for Applications (VBA), this book is a must-have. Learn the VBA language inside and out with special emphasis on Internet links, linking applications, and building more powerful applications. Find out how to combine VBA, OLE automation, and ActiveX controls. The companion CD includes reusable code from the book, and third-party shareware and demos.

From the Back Cover
WRITE BULLETPROOF VBA CODE FOR ANY SITUATION
This book is the essential resource for developers working with any of the more than 300 products that employ the Visual Basic for Applications programming language. Written by recognized VBA experts, it provides detailed coverage of a wide range of specific VBA programming challenges. Its careful, step-by-step instructions and thousands of lines of code offer answers, while teaching you to devise new and creative solutions. The instruction applies equally to all VBA environments, whether you are building standalone applications or customizing commercial products using their built-in VBA programmability.

Coverage Includes
  • Manipulating text, numbers, and dates
  • Using automation to control other applications
  • Creating objects using VBA class modules
  • Using standard search and sort algorithms from within VBA
  • Creating standard dynamic data structures, including linked lists, binary trees, stacks, and queues
  • Working with Windows system information, including memory status, screen info, mouse, keyboard, and power status
  • Working with Windows Registry data
  • Retrieving and setting Windows networking information
  • Working with the Windows file system, iterating through folders, creating and deleting files
  • Adding sound and movies to VBA apps using Windows multimedia extensions
  • Tapping the system capabilities provided by the Windows Scripting Runtime library
  • Writing add-ins for the Visual Basic environment --This text refers to the Paperback edition.

    See all Editorial Reviews

Product Details

  • Paperback: 922 pages
  • Publisher: Sybex Inc; Bk&CD-Rom edition (March 1997)
  • Language: English
  • ISBN-10: 0782119514
  • ISBN-13: 978-0782119510
  • Product Dimensions: 9 x 7.5 x 2.2 inches
  • Shipping Weight: 3.2 pounds
  • Average Customer Review: 4.4 out of 5 stars See all reviews (27 customer reviews)
  • Amazon.com Sales Rank: #103,724 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #12 in  Books > Computers & Internet > Programming > Languages & Tools > Basic
    #31 in  Books > Computers & Internet > Microsoft > Development > VBA

Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
Check a corresponding box or enter your own tags in the field below.
(34)
(23)
(4)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

27 Reviews
5 star:
 (18)
4 star:
 (5)
3 star:
 (3)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (27 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
139 of 140 people found the following review helpful:
5.0 out of 5 stars An excellent, worth every penny, book!, May 13, 1999
By A Customer
I have had this book for a long time and thought I should put in my .02 cents worth.

Please do not let some of the earlier reviews fool or confuse you. This is a VBA based book. What does that mean? First off it means that it covers the common programming language 'Visual Basic for Applications' (VBA) that is used by Microsoft Office as well as third party products like Visio, AutoCAD, etc. Second, 'the language' VBA is the same 'programming language' which is used by 'the product' Visual Basic 5.0/6.0 from Microsoft. Think of it this way: Microsoft Visual C++ is a Windows development tool that uses the language C++. Microsoft Excel is a spreadsheet tool that happens to contain a full blown programming language, VBA. In addition, Microsoft happens to sell a 'Windows development tool', called Visual Basic which in turn contains a full blow programming language, VBA. Except for some minor differences, the VBA in Office 97 is the 'same' as the version in the product Visual Basic 5.0.

This book does not pretend to be about 'the Visual Basic product' or any of the Microsoft Office products. It is about the 'common' programming language, VBA, which they (Visual Basic, Office, Visio, etc.) share! Some of the previous reviewers seem to be confused to these facts.

While the current edition of this book covers the version of VBA released with Office 97, all of the code would work in Visual Basic 5.0 or 6.0, Visio, AutoCAD, etc. In fact, with the release of VBA 6.0, the 'common programming language' will be the same in Visual Basic 6.0 and Office 2000 and soon to be released versions of Visio, etc.

This excellent book will NOT show you how to do database programming in Access, spreadsheet programming in Excel, or document programming in Word. It will NOT show you how to write ActiveX DLL's using the Visual Basic PRODUCT or do DCOM programming.

This book WILL however show you how to write great VBA code (remember, the language) you can use in any of the previously mentioned products. In addition, you will obtain code that will help you get system information, perform 'correct' date calculations, access the system registry, use multimedia features and more! Remember, if I'm wrong, you can send the book back. Nevertheless, if you want to get some understanding about the VBA 'language', get this book.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
31 of 32 people found the following review helpful:
3.0 out of 5 stars VB versus VBA, January 31, 2000
By A Customer
Page xxi has "As a developer, I don't want to have to write a charting application from the ground up. And with Microsoft Excel, I don't have to. Need a corporate calendar or contact management system? You can customize Microsoft Outlook..." This foreword from a Microsoft Product Manager should not belong in this book. This book's chapter on automation describes customizing the toolbar. It doesn't guide you through the above. It does not include info on using VBA with DNA to accomplish client/server programming. The title of the book is misleading. The book is more about code. On the positive note, this book accomplishes its objective. It provides ready-to-run code on a number of topics. It provides the information you need to view or add information to the registry or some other intermediate or advanced topic without explaining the details of why serious developers are interested in those topics. The book requires VBA 5.0. Microsoft has released a newer version.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
23 of 23 people found the following review helpful:
5.0 out of 5 stars Object-Oriented Programming in VBA, April 8, 2003
Finally there is a book that addresses advanced/state-of-the-art topics and program functionality in VBA. Most other VBA books end their discussion of object-oriented constructs and custom classes with a weak example of a collection class. This book goes way beyond into custom events, interface and implementation classes, and error handling. You're left with the feeling that you have access to all the armament VBA has to offer. Plus, there are lot's of tips & tricks for everything else, and lot's of code you need but haven't had the time to write yourself.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars One of the best How-To books in the Language
I have been a developer ever since VB1 hit the streets, and I have never used a book so much as I do this one. By far the best of it's kind ever.
Published 10 months ago by Mrs. C. Williams

5.0 out of 5 stars I'm not a programmer ...
but I wanted to calculate an average cost per day. Obviously the number of days in a month depends on the month.

No problem. Pop in the CD included ... copy ... Read more
Published 21 months ago by Rusty Johnson

5.0 out of 5 stars Excellent! Great book
This is really the best book i ever found. I have bought several books for Excel VBA. Non of them will explain as detail as this book. Read more
Published 24 months ago by Yee Khoon

4.0 out of 5 stars Excellent reference book for Intermediate users
In the introduction the authors state : "To make it possible to stuff as much code into this book, we've had to dispense with material specifically geared for beginners"... Read more
Published on July 12, 2007 by C. Asplin

5.0 out of 5 stars Thorough, Instructional, with great code samples
This book has gotten me out of many scrapes. It is a rare book that can be read from the beginning, while trying out the sample code, as a way to learn the language, or as a... Read more
Published on February 27, 2006 by Michael

5.0 out of 5 stars Reference Book
Good reference book... help you find tricks to do automation and to maximize the output of your VBA code. Not for newbies.
Published on November 30, 2003

5.0 out of 5 stars intermediate User Loves This Book
I've been programming part-time for work and school over the last 3 years. At my new full-time job I'm doing enough programming to warrant upgrading my skills. Read more
Published on March 7, 2003 by R. Brad Bierman

5.0 out of 5 stars In at the deep end.
Having been dropped in the at the deep end at work, Having to re-create many Excel spreadsheets, in a very short time frame I found this book easy to understand and having the... Read more
Published on March 25, 2002 by tenforward

5.0 out of 5 stars VBA Developer's Handbook
As a more traditional Java/C++ developer I always scoffed at VBA and VB. When I began to develop using VB and VBA I was surprised to see how quickly and easily I could get things... Read more
Published on September 3, 2001

5.0 out of 5 stars Not a VBA Book
The book is definitely a treasure and will set on my desk a long time; ready for referal. But it is more of a VB book than anything else. Read more
Published on May 12, 1999 by mastadon@transport.com

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Lithium Ion Stays Powered Longer

Shop lithium ion tools at Amazon.com
Work longer and charge batteries less often with lithium ion tools from Amazon.com. Our large selection of lithium ion power tools offers many choices.

Start shopping

 

Big Savings in Books

Bargain Books
Find great titles at fantastic prices in our Bargain Books Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Never Run Out of Power

Shop for replacement batteries
Keep a spare battery on hand to make sure your power tools are always running.

Shop for power tool batteries

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates