Excel VBA Macro Programming and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.80 Amazon.co.uk Gift Card
Excel VBA Macro Programming
 
 
Start reading Excel VBA Macro Programming on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Excel VBA Macro Programming [Paperback]

Richard Shepherd
3.7 out of 5 stars  See all reviews (11 customer reviews)
RRP: £19.99
Price: £15.99 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.00 (20%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 6 left in stock--order soon (more on the way).
Want guaranteed delivery by Wednesday, May 30? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.39  
Paperback £15.99  
Trade In this Item for up to £0.80
Trade in Excel VBA Macro Programming for an Amazon.co.uk gift card of up to £0.80, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.
There is a newer edition of this item:
Excel 2007 VBA Macro Programming Excel 2007 VBA Macro Programming 3.0 out of 5 stars (1)
£22.79
In stock.

Frequently Bought Together

Excel VBA Macro Programming + Excel VBA Programming for Dummies (For Dummies (Computers)) + Excel Formulas and Functions For Dummies (For Dummies (Computers))
Price For All Three: £41.97

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 320 pages
  • Publisher: McGraw-Hill Osborne (1 Jan 2004)
  • Language English
  • ISBN-10: 0072231440
  • ISBN-13: 978-0072231441
  • Product Dimensions: 23.2 x 18.6 x 2 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon Bestsellers Rank: 191,716 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Richard Shepherd
Discover books, learn about writers, and more.

Visit Amazon's Richard Shepherd Page

Product Description

Product Description

Make Excel work harder and faster for you. This unique book presents sample code for more than twenty practical, high-powered Excel VBA macro applications. You’ll get all the essentials of VBA, and then explore ways to power Excel with VBA. Automate tasks, convert numbers to labels, transpose cells, add formula details, globally changes values, and much, much more.

From the Back Cover

Develop powerful, custom Excel applications using Visual Basic for Applications Maximize the features and functionality of Excel with help from this unique resource designed specifically for power users. Inside, you’ll find complete details on Excel VBA programming and application development--from the fundamentals to advanced techniques. Then, you’ll get 21 real-world projects, complete with working code, so you can create Excel VBA macros right away. These projects include everything from setting up timed events to auto totaling a matrix of numbers to altering the appearance of spreadsheet components--and much more.
  • Write and debug VBA code
  • Create custom dialog boxes and toolbars
  • Take advantage of the Excel object model
  • Write code to interact with a database
  • Use application programming interface (API) calls
  • Create and use class modules
  • Develop unique menus within the Excel menu structure
  • Expand calculation and search functions
  • Write macros for customized worksheets
  • Create full-fledged Excel add-ins
ABOUT THE AUTHOR: Richard Shepherd has been developing software for blue-chip corporations for 20 years. He has produced VBA code in Excel for major projects, including profit-and-loss reporting and business planning and budgeting.

Inside This Book (Learn More)
First Sentence
This chapter is intended to take you through the basic steps of using the Visual Basic Editor window and writing a simple piece of VBA code. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
77 of 77 people found the following review helpful
Well worth buying 20 Jun 2004
By A Customer
Format:Paperback
This book has opened up a whole new area of Excel for me. I can now do anything in VBA code within an Excel spreadsheet! My friends at work have become impressed with my Excel code. Recently, my boss was given a spreadsheet with similar information on 50 sheets within one file and he wanted to see it all on one sheet going downwards. Within 15 minutes I was able to produce VBA code to do this transition - he was over the moon!

I work in accountancy so I use Excel spreadsheets very frequently. However, I had only been able to record macros and did not have any understanding of how they worked. This book has taken me from the very basics through to some very complicated code and creating a professional add in file. I found everything was well explained and plenty of working examples were used. It shows how to build GUI interfaces which look really professional.

It describes the Excel Object model in very good detail - I have now realised that the object model is at the heart of the code and you need a very good understanding of this in order to start writing code for Excel. Two chapters are devoted to this.

There are a huge number of tricks explained in this book some of which could be described as hacks. I found out how to copy and view a hidden worksheet which was password protected simply using commands in the object model.

This has certainly whetted my appetite for Excel VBA

Comment | 
Was this review helpful to you?
52 of 52 people found the following review helpful
An excellent book 9 May 2004
By A Customer
Format:Paperback
An excellent book on Excel VBA. Easy to read without any waffle, and plenty of example code and pictures to take you through each subject which I really like.

There are also 21 example projects which start off simply and then work through to more complicated listings, some of which cover several pages of code and include construction of GUI interfaces. All the code is thoroughly explained and is easy to follow through. Several cool topics are included here - I loved the one on how to change shapes of comment boxes.

The final chapter draws all these projects into a professional Excel Addin which sounds complicated, but I managed it. I really felt that I had achieved something when I produced my XLA file and it worked like any other addin! It even set its own menu item up in the Excel menu.

The author hits the nail on the head in the introduction when he mentions learning by example and experimentation. You can read a book on a topic, but you will not learn it unless you put it into action, and this book gives plenty of opportunity to do that.

Comment | 
Was this review helpful to you?
5 of 5 people found the following review helpful
By A Customer
Format:Paperback
An easy to read book that is well structured in how it takes you through the mysteries of VBA. There is no boring information or padding such as 'History of macros'. Instead it takes you through all the technical terms and methodologies in an understandable way. Chapters 12 and 13 on the object model are really detailed and show you what can be done if you put your mind to it. Plenty of tricks to do things on a spreadsheet that you can't do from the Excel menu - ever changed the shape of a comments box?.

Great information on data manipulation. Chapter 16 gives you all you need to link to an Access database and pull the data across into Excel. Once you have the data in Excel, half a dozen chapters give fully worked examples to show you how to manipulate this data from inside your macro using code you can understand. Take a look on the Amazon 'See Inside feature' on this book.

One of the most interesting topics was creating Excel Add Ins. This is effectively a standalone file that you can give to anyone so that they can use your code and ideas in Excel. You can even adapt the Excel menu structure when your add in loads for a really professional appearance.

If you use Excel a lot macro automation is the key to working efficiently. This book is the best I have seen and the price is very competitive too.

Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
Excel-lent
Very good book, well set out with good code examples.

end of review, end of review, end of review, end of review
Published 1 month ago by andgreen99
Confusing layout
I have some experience writing code in a previous job, and thought this would be a good book to help me learn to code macros to help in my current role. Read more
Published on 10 Mar 2010 by Adam White
All the frills, no real substance
I bought this book as someone with previous experience of programming in other languages and using excel for various tasks, but with no knowledge of macro building and vba. Read more
Published on 20 Jun 2008 by A. D. Hudson
I'm very disappointed with all but one of the reviews here
I bought this book due to it's excellent overall rating

The contents of the book in no way match these ratings

Layout is very poor, examples weak and... Read more
Published on 23 Jan 2008 by M Marr
Easy, Clear, Lean!
It's like a recipe book: get the bits, add the pieces, bake and eat it. However, just one comment, you still need to be proficient in Excel. Read more
Published on 9 Feb 2007 by Francisco Marco Serrano
not the best
I'm suprised at the previous reviews. I have been programming in VBA since 1995 and had Elizabeth Boonins book, which was excellent for beginners (not now available). Read more
Published on 27 Feb 2006
Great
Use Excel regularly? Want to increase productivity? Fed up with manually repeating the same tasks?

This book could change your life, the power of VBA and Macros to excel is... Read more

Published on 22 Feb 2006 by Jim
Simply Quality!!
This book has taught me how to get the maximum out of Excel for any business purpose that i require. Read more
Published on 31 Dec 2004 by Addil
Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges