Features
- Cover Type: Paperback with 912 pages
- Published by: Wiley; Pap/Cdr edition May 21, 1999
- Written in: English
- ISBN 10 Number: 0764532634
- ISBN 13 Number: 978-0764532634
-
Book Dimensions:
9.1 x 7.4 x 1.9 inches
- Weighs: 3 pounds
Product Review
If you've mastered Excel and need to develop customized applications,
Microsoft Excel 2000 Power Programming with VBA should have a place by your side. Written by noted Excel expert and
PC World columnist John Walkenbach, it will thrust you deep into the inner workings of Excel and Visual Basic for Applications (VBA) to get you writing code immediately.
Somewhat text-heavy (as programming books tend to be), it still contains a number of good illustrations and screenshots to effectively teach you. The first three sections cover the basics of Excel and VBA; the next three deal with programming and development topics such as user forms, pivot tables, and event handling; the final section covers miscellaneous issues like compatibility, file manipulation, and class modules.
The five appendices are useful for referencing Excel and VBA information, and the accompanying CD-ROM contains all the code and files you'll need to work through the book, not to mention the shareware version of Walkenbach's Power Utility Pack. (The full version is available through a free offer.) Nobody ever said programming was easy, but with
Microsoft Excel 2000 Power Programming with VBA it's a lot simpler.
--Rob Lightner
Book Description
With the latest version of Visual Basic for Applications and the new Office Component Object Model, Excel 2000 now provides an amazing platform for the development of custom spreadsheets and turnkey applications for a wide range of business needs. With the expert guidance of John Walkenbach, a leading Excel expert better known as "Mr. Spreadsheet," you'll quickly learn how to harness the full programming power of Excel 2000 -- from UserForms to class modules.
Reader Reviews
I spend a lot of time writing Excel macros for my current employer and I can tell you that Excel 2000 Power Programming with VBA has been an invaluable tool. I was familiar with VBA (novice level) before purchasing the book and I feel I've been learning new code at an exponential rate thanks to John Walkenbach's exceptionally clear examples. You really can do some powerful stuff with VBA and Walkenbach is a gifted (and entertaining) teacher. If you have no previous experience, you will be amazed at how easy it is to create professional looking message boxes, input boxes, and even custom multi-page dialog boxes. Walkenbach demonstrates how to add and remove buttons from toolbars and menus, work with cell and range data, use "ActiveX" controls (such as option buttons, check boxes, and combo boxes), run procedures when certain events occur (such as opening a workbook or clicking on the right mouse button), and even how to use API calls to perform functions that are normally outside the scope of VBA (such as identifying the path to the Windows folder or identifying the printer port). All of the code examples (and there are plenty of them) are clearly explained. Walkenbach doesn't just list page after page of code an expect you to figure out what each line accomplishes. Instead, he defines all of the objects and properties he uses and explains the methods he uses to manipulate them. You won't be overwhelmed by the complexity of the code but you will be thrilled about how powerful your macros are. I'll give you an example from my own experience to demonstrate the usefulness of Excel 2000 Power Programming with VBA. I had created several worksheets templates at my job to be used by other employees. I locked several cells that contained formulas because I didn't want the employees to be able to change them. It quickly came to my attention, though, that people could inadvertently destroy the formulas by using Excel's "cut" function on unlocked cells that the formulas referenced. I needed to disable Excel's "cut" function whenever the workbook in question was active. Using the book I found out how to remove the "cut" button from both the "Edit" menu and the standard toolbar, disable the shortcut menu that pops up whenever you right click on a worksheet object (which also contains the "cut" button), and disable Excel's cell drag and drop feature since it produces the same results as the "cut" function. I just inserted the relevant code in the "ThisWorkbook" module as Walkenbach explains, and now nobody can accidentally screw up the protected formulas. I think it's important to note, though, that while this book is OK for novice programmers, it assumes the reader is already very familiar with Excel's tools and functions. Don't buy it if you aren't already an advanced Excel end-user. Some previous experience with VBA would also help, but since Walkenbach spends a good portion of text discussing foundational concepts and providing entry-level code snippets, this book can be just as useful to neophytes as it is to intermediate and advanced developers.
Comment | |
(Report this)