Customer Reviews


48 Reviews
5 star:
 (27)
4 star:
 (13)
3 star:
 (1)
2 star:
 (4)
1 star:
 (3)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


119 of 127 people found the following review helpful:
5.0 out of 5 stars 3 Good Reasons To Buy This Book
When all is said and done, John Walkenbach only has three things going for him:

One, he really knows what he is talking about. While this is a For Dummies book, and doesn't go down really into the Power Programming (that's another of his books) level, they couldn't have gotten a more knowledgeable person to write it. You can take what he says in the book (or...
Published on September 17, 2004 by John Matlock

versus
6 of 6 people found the following review helpful:
3.0 out of 5 stars Good for a beginner.
The book is good for someone with no experience in Visual Basic. The examples are very manageable, however, I would have liked to have seen some more complicated code. But, I realize that this book is for dummies and it does fulfill the needs of a laymen.

I would suggest this for anyone who is excel savvy and wants to learn the basics of Visual Basic. I have...
Published 5 months ago by Hopewell


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

119 of 127 people found the following review helpful:
5.0 out of 5 stars 3 Good Reasons To Buy This Book, September 17, 2004
When all is said and done, John Walkenbach only has three things going for him:

One, he really knows what he is talking about. While this is a For Dummies book, and doesn't go down really into the Power Programming (that's another of his books) level, they couldn't have gotten a more knowledgeable person to write it. You can take what he says in the book (or on the books companion web site just in case a typo made it through the editing system) as something handed down on stone tablets.

Second, he really knows how to convey the information he has. I find his writing style to be well laid out, informative, almost a pleasure to read (true pleasure I associate with good Science Fiction, not any computer book).

Third, he really seems to be a nice guy. While I've never met him, the home page on his web site (given at the very beginning of the book) has a has a link - Send e-mail to John Walkenbach. On a couple of occassions, I've had a reason to send him an e-mail asking a question. He's answered promptly, curteously and save me a whole bunch of time.

If you want a quick and rapid introduction to macros or VBA programming (in Excel these are the same thing), something that will get you started, this is an excellent choice. As you become a power user, buy his Power Programming with VBA book, and indeed his other Excel books.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


58 of 61 people found the following review helpful:
5.0 out of 5 stars Quick, Accurate, Not Just For Dummies - A Trusted Author, December 31, 2004
By 
David Gurgel (Roseland, New Jersey United States) - See all my reviews
(VINE VOICE)    (REAL NAME)   
Amazon Verified Purchase(What's this?)
I needed to quickly do a macro for a large Excel workbook. Although I have programmed off and on for thirty years, I have done little with VBA.

One night with this book was all that it took to learn the basics; and I completed the project the following day with only brief use of one other VBA reference book. As noted by another, Wallenbach is the best-known author of books on VBA for Excel and writes with a pleasant style - friendly enough but little of the silliness of some introductory books.

The book is written for those with good familiarity with Excel but with little or no prior programming experience. It seems also to be a good quick-start or overview for those with more experience.

Code samples are quite short and can be downloaded from the web. There is no CD. You must have Excel 2000 or later. (The book itself was published in 2004. VBA for Excel has changed little since the Excel 2000 version.) You may want Wallenbach's 1018-page "Excel 2003 Power Programming with VBA" or other general reference for heavy-duty VBA work, although of course the on-line Microsoft documentation for VBA is very, very extensive.

VBA is of course very similar to its big-brother, the general-purpose language, VB.NET. If you are new to programming and enjoy this book, you can move on to VB.NET easily. Hey, you're not writing macros with VBA, you're programming!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


35 of 38 people found the following review helpful:
5.0 out of 5 stars Worth the money, February 1, 2005
By 
I bought this book because of good reviews, and was quite pleased. I have some of a background in programming (decent at PERL, a tiny bit of visual basic), but had never done it in excel.

I wanted to learn VBA for excel to automate my data analysis for a psychology experiment I am running. I knew that the actual program I would need to write would be fairly simple (just some contingent branching that averages response times for like responses together), but I needed to know the way to reference everything for excel and excel objects. In under two days (and 150 pages of this book), I was able to write the necessary code.

Dummies books are usually good, and this one is great for ease of reading and clarity and organization.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


21 of 22 people found the following review helpful:
5.0 out of 5 stars This is the place to start with Excel VBA, May 20, 2006
Plenty of fellow office workers have all come upon the same plight I did not too long ago. We're going along with our busy non-programming related work when all of a sudden *bam!* the boss decides we are the perfect candidates to either implement a new software solution or simplify/refine an existing one. I'd dabbled in C++ and Liberty Basic for my own personal use before, but had absolutely no experience whatsoever working in Visual Basic for Applications, and no knowledge of how to make all the different components of the Microsoft Office suite work in tandem. "Excel VBA Programming for Dummies" entered stage left, and completely saved me from bringing down the whole play.

Someone with absolutely no programming experience at all could pick this book up and be pumping out simple VBA applications within a day. The whole thing is very user friendly, and includes a lot of tips that individuals new to VBA or the office suite won't think to check. The first chapter briefly describes exactly what VBA is, how it interacts with the office suite, and then gives an overview of the different versions of Excel and how they differ. From chapter two onward it's all VBA, progressively adding on new concepts to move the reader upward towards VBA mastery. As this is a "For Dummies" book, all the basic information such as code syntax and the various dialog boxes are presented in detail, providing a firm foundation for the user to expand on in his own experimentation and further study. A few tidbits of more advanced information, pertaining to the most frequently needed solutions, are presented throughout the book. For example, towards the end the author clearly explains how to use VBA to open up a blank e-mail and populate it with information from an Excel spreadsheet, as this is a rather commonly needed use for VBA, but it does require a little extra knowledge beyond the absolute basics. My only real complaint about this book would be that it never adequately explains when VBA should be used versus when normal Excel forumulas would suffice, or most importantly, when a good combination of the two are called for. As the focus of the book is on teaching VBA basics however, this can be overlooked.

Anyone needing to learn the basics of VBA quickly but lacking a teacher to explain everything should do themselves the favor of picking Excel VBA Programming for Dummies. If you need info beyond the basics, and want to take your skills to the next level, move on to "Professional Excel Development : The Definitive Guide to Developing Applications Using Microsoft Excel and VBA" after mastering the info presented in this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 19 people found the following review helpful:
5.0 out of 5 stars A Must, August 16, 2005
Best beginners book available for Excel VBA programing and I have tried them all!!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
5.0 out of 5 stars A Very Good Book for Beginners - You Will Be Coding in No Time!, February 24, 2008
By 
Amazon Verified Purchase(What's this?)
I have tried to pick up VBA for Excel a few times, but the pieces just didn't seem to fall together for me. I am in IT, but I don't have a development background. I have solid Excel skills, but still got frustrated with VBA and would put it down. Recently, I had a very specific problem to solve for work and thought I would give it another try.

I decided to get a book with the basics and read it completely first, then try to start coding my project. I was in a hurry so I also got the online upgrade to start reading even before my book got here. I found the book an easy read and occasionally tried a few of the examples as I went along. I got through the book easily in a few days and feel as if I had a good knowledge base to begin.

I am happy to say within 2 weeks, I have completed the project I had first planned and then an even more complex project. I have a third planned now. I used other Excel VBA resources along the way, but have to give credit to this book for getting me started and with the basics so I could even understand where to go next. I see the time and money I invested in this book coming back to me many times over due to the hours and hours of work the macros I have been able to write will save both myself and my team members.

I still have a lot to learn, but I am very satisified with this book. I picked this book because of the other good reviews it has on this Amazon site, so I hope you will find my review helpful to you!!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars Good for a beginner., September 2, 2011
Amazon Verified Purchase(What's this?)
This review is from: Excel VBA Programming For Dummies (Paperback)
The book is good for someone with no experience in Visual Basic. The examples are very manageable, however, I would have liked to have seen some more complicated code. But, I realize that this book is for dummies and it does fulfill the needs of a laymen.

I would suggest this for anyone who is excel savvy and wants to learn the basics of Visual Basic. I have enrolled in a Visual Basic programming class, since reading this book, and it has given me a good foundation for understanding this Windows based programming language.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
4.0 out of 5 stars Excel VBA Programming for Dummies, August 13, 2010
By 
Lois Coppic (San Angelo, Tx) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Excel VBA Programming For Dummies (Paperback)
I am an accountant--not a programmer and I am only about 1/2 way through the book. I need this information to improve my job skills. I need to complete Excel spreadsheets faster, more accurately, and less manually repetitiously. I am learning many new things that are going to help reach that goal. My previous experience with Macros only included what you could write with the keystroke wizard method (which is very limiting).

Starting around Chap 7, Mr. Walkenbach starts giving a lot of examples of code that is setting dimensions; static counters, offsets; cells vs ranges, etc, but he doesn't complete those examples with the actually code that would run some macro after the previously defined dimensions. I would prefer to see how each actually work; thus I need an example of some code in each case so I can type it and run it. Maybe in some following chapters, he get to it, but by then I will have to go back and review.

Guess this is why this is a book for "Dummies"--looks like I qualify. LOL All in all, I'm getting along well. And occasionally, he throws something funny in--which gives me major amusement considering how intense all of this language is for non-computer programming techie like me.

I recommend this book as a good starting place for someone like me who has some experience using the Macro Record tool in Excel.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 9 people found the following review helpful:
5.0 out of 5 stars A Very Practical Book, February 26, 2006
The author of this book states that is very difficult to learn the concepts being presented unless you have an application you are going develop. Coming at it from the other end, having the need to develop an application I found this book to be extremely helpful. Using only this book and the Microsoft help system I was able to create what would be called a fairly complex Excel VBA solution.

While working on my project I bought some other books because I thought they would be needed. They have been collecting dust. If you are a beginner to programming I would highly recommend this book because the basic principles are presented in such a way to give a good foundation for building upon the more complex ones needed to go forward. At least that is what I got from using this book, and this book now looks very used.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Excellent... don't let the Dummies fool you, April 27, 2009
By 
I have always used Walkenbach's Excel books so when I saw the Dummies guide, I had to give it a try. I am a novice at programming anything but consider myself to be a fairly advanced Excel user.
This book certainly provided me with an easy start to Excel Programming. I read it within a week and at the end, I understood all the concepts introduced. The book would be perfect if it had some exercises set at the end of the chapters (with solutions on a CD or website somewhere).

Now that I am attempting to utilize this at work, I find that I need a more in-depth book to help me with more intricate programming solutions and to work out the bugs in code that I have written. Notwithstanding, I credit this book with allowing me to understand Excel's full potential and to design spreadsheet solutions (even if I am not yet expert at executing my designs).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 25| Next ›
Most Helpful First | Newest First

This product

Excel VBA Programming For Dummies
Excel VBA Programming For Dummies by John Walkenbach (Paperback - May 24, 2010)
$29.99 $16.67
In Stock
Add to cart Add to wishlist