Amazon.com: Vba Developer's Handbook (9780782119510): Ken Getz, Mike Gilbert: Books

Sell Back Your Copy
For a $0.44 Gift Card
Trade in
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 your Kindle here, or download a FREE Kindle Reading App.

Vba Developer's Handbook [Paperback]

Ken Getz (Author), Mike Gilbert (Author)
4.4 out of 5 stars  See all reviews (29 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
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 (29)
Out of Print--Limited Availability

Book Description

March 1997
A text which can be used in addition to the "Access Developer's Handbook", this publication covers Visual Basics applications, and includes information on Internet links, linking applications, and building more powerful applications. It aims to help the reader to combine VBA, OLE Automation and ActiveX controls. The accompanying CD includes reusable code from the text, and third party shareware and demos.

Editorial Reviews

From the Back Cover

WRITE BULLETPROOF VBA CODE FOR ANY SITUATION
This book is theessential resource for developers working with any of the more than 300 productsthat employ the Visual Basic for Applications programming language. Written byrecognized VBA experts, it provides detailed coverage of a wide range of specificVBA programming challenges. Its careful, step-by-step instructions and thousandsof lines of code offer answers, while teaching you to devise new and creativesolutions. The instruction applies equally to all VBA environments, whether youare building standalone applications or customizing commercial products usingtheir built-in VBA programmability.

Coverage Includes
  • Manipulating text, numbers, and dates
  • Using automation tocontrol other applications
  • Creating objects using VBA class modules
  • Usingstandard search and sort algorithms from within VBA
  • Creating standard dynamicdata structures, including linked lists, binary trees, stacks, andqueues
  • Working with Windows system information, including memory status,screen info, mouse, keyboard, and power status
  • Working with Windows Registrydata
  • Retrieving and setting Windows networking information
  • Working withthe Windows file system, iterating through folders, creating and deletingfiles
  • Adding sound and movies to VBA apps using Windows multimediaextensions
  • Tapping the system capabilities provided by the Windows Scripting Runtime library
  • Writing add-ins for the Visual Basic environment --This text refers to an out of print or unavailable edition of this title.
  • About the Author

    Getz is Senior Consultant with MCW Technologies, a frequent speaker at developer conferences throughout the world, and contributing editor for Office & VBA Developer and Access-Office-VBA Advisor magazines. He is the coauthor of the best-selling Access Developer's Handbook. Gilbert is Product Manager with Microsoft's Developer Tools division, specializing in VBA. He is a columnist for Office & VBA Developer magazine and a regular speaker at Microsoft TechEd and other developer conferences. --This text refers to an out of print or unavailable edition of this title.

    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.4 x 2.3 inches
    • Shipping Weight: 3.7 pounds
    • Average Customer Review: 4.4 out of 5 stars  See all reviews (29 customer reviews)
    • Amazon Best Sellers Rank: #872,428 in Books (See Top 100 in Books)

    More About the Author

    Discover books, learn about writers, read author blogs, and more.

     

    Customer Reviews

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

    150 of 151 people found the following review helpful:
    5.0 out of 5 stars An excellent, worth every penny, book!, May 13, 1999
    By A Customer
    This review is from: Vba Developer's Handbook (Paperback)
    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.

    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    24 of 24 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.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    22 of 22 people found the following review helpful:
    5.0 out of 5 stars intermediate User Loves This Book, March 7, 2003
    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. After reading many reviews I thought this book would be the perfect combination of real-world usability/practicality and some of the more theoretical stuff (like class modules) which I have never been able to pick up on my own.
    So far it has lived up to my expectations perfectly. I highly recommend this book.
    Brad
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No

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











    Only search this product's reviews



    Inside This Book (learn more)
    First Sentence:
    Almost any VBA application will need to handle string (text) data at one point or another. Read the first page
    Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
    playing waveform audio, enumeration handle, command message interface, enumerating network resources, current byte position, using class modules, right child pointer, command bar buttons, left child pointer, waveform audio file, rear pointers, network connection dialog, use class modules, caller pass, annuity functions, callback object, specific weekday, new class module, wrapper function, string interface, any datatype, new subkey, date portion, trailing backslash, code like the following
    Key Phrases - Capitalized Phrases (CAPs): (learn more)
    End Sub, Private Declare Function, Select Case, Property Let, Public Sub, Visual Basic, End If Next, End Function Function, Private Const, Option Compare, Microsoft Excel, Case Else, Exit Function, Object Browser, Property Set, Exit Sub, Private Type, Constant Value Meaning, Resume Next, Microsoft Access, End If Else, Option Explicit, Line Input, Option Base, Object Library
    New!
    Books on Related Topics | Concordance | Text Stats
    Browse Sample Pages:
    Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
    Search Inside This Book:




    Tag this product

     (What's this?)
    Think of a tag as a keyword or label you consider is strongly related to this product.
    Tags will help all customers organize and find favorite items.
    Your tags: Add your first tag
     

    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 Discussions

    This product's forum
    Discussion Replies Latest Post
    No discussions yet

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


    Active discussions in related forums
    Search Customer Discussions
    Search all Amazon discussions
       
    Related forums


    Listmania!


    Create a Listmania! list

    So You'd Like to...


    Create a guide


    Look for Similar Items by Category


    Look for Similar Items by Subject