Trade in Yours
For a £3.15 Gift Card
Trade in
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
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.

Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA (Addison-Wesley Microsoft Technology) [Paperback]

Stephen Bullen , Rob Bovey , John Green
4.9 out of 5 stars  See all reviews (19 customer reviews)

Available from these sellers.


Trade In this Item for up to £3.15
Trade in Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft Excel and VBA (Addison-Wesley Microsoft Technology) for an Amazon.co.uk gift card of up to £3.15, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Card, when you trade-in at least £10 worth of books. Learn more

Book Description

1 Feb 2005 0321262506 978-0321262509 1

Microsoft Excel can be much more than just a spreadsheet. It has become a

development platform in it own right. Applications written using Excel are part

of many corporations' core suites of business-critical applications. In spite of

this, Excel is too often thought of as a hobbyist's platform. While there are

numerous titles on Excel and VBA, until now there have been none that

provide an overall explanation of how to develop professional-quality Excelbased

applications. All three authors are profesional Excel developers who run

their own companies developing Excel-based apps for clients ranging from

individuals to the largest multinational corporations. In this book they show

how anyone from power users to professional developers can increase the

speed and usefulness of their Excel-based apps.



Product details

  • Paperback: 936 pages
  • Publisher: Addison Wesley; 1 edition (1 Feb 2005)
  • Language: English
  • ISBN-10: 0321262506
  • ISBN-13: 978-0321262509
  • Product Dimensions: 17.7 x 4.3 x 23.3 cm
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (19 customer reviews)
  • Amazon Bestsellers Rank: 171,440 in Books (See Top 100 in Books)
  • See Complete Table of Contents

Product Description

From the Inside Flap

Unfortunately, Excel is still all too often thought of as a hobbyist platform; that people develop spreadsheet-based applications in their spare time to help out with their day job. A brief look at the shelves of any bookstore seems to confirm that opinion. While there are myriad titles explaining how to use Excel and numerous titles about Excel and VBA, there are none that provide an overall explanation of how to develop professional-quality Excel-based applications. This is that book.

While all the other major languages seem to have a de-facto standard text that explains the commonly-agreed best practices for architecting, designing and developing applications in that language, Excel does not. This book aims to fill that gap.

All three authors are professional Excel developers who run our own companies developing Excel-based applications for clients ranging from individuals to the largest multinational corporations. This book details the approaches we use when designing, developing, distributing and supporting the applications we write for our clients.

This is not a beginner-level book. We assume that the reader will have read and (mostly) understood our Excel 2000/2002 VBA Programmer's Reference, John Walkenbach's Excel N Power Programming or similar titles.

From the Back Cover

Finally, there's a book that treats Excel as the powerful development platform it really is, and covers every facet of developing commercial-quality Excel applications.

This is not a book for beginners. Writing for professional developers and true Excel experts, the authors share insider's knowledge they've acquired building Excel applications for many of the world's largest companies—including Microsoft. Professional Excel Development demonstrates how to get the utmost from Excel, addressing everything from application architectures through worksheet and userform design, charting, debugging, error handling and optimizing performance. Along the way, the authors offer best practices for every type of Excel development, from building add-ins through interacting with XML Web services. Coverage includes

  • Building add-ins to provide new Excel functions

  • Designing effective worksheets, userforms and other user interface elements

  • Leveraging Excel's powerful data analysis features

  • Creating sophisticated custom charts

  • Handling errors, debugging applications and optimizing performance

  • Using class modules and interfaces to create custom objects

  • Understanding Windows API calls: when to use them, and how to modify them

  • Adding worksheet functions with

  • C-based XLLs

  • Programming with databases

  • Controlling external applications from Excel

  • Integrating with Visual Basic 6, VB.NET and Visual Studio Tools for Office

  • Using XML to import and export data and communicate with Web services

  • Providing help, securing, packaging and distributing

The accompanying CD-ROM contains the book's sample timesheet application at every stage of construction, with detailed code comments. It also includes many examples of the concepts introduced in each chapter and a collection of the authors' Excel development utilities.


© Copyright Pearson Education. All rights reserved.


Inside This Book (Learn More)
First Sentence
Microsoft Excel is much, much more than just a spreadsheet. Read the first page
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

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

3 star
0
2 star
0
1 star
0
4.9 out of 5 stars
4.9 out of 5 stars
Most Helpful Customer Reviews
21 of 21 people found the following review helpful
5.0 out of 5 stars Excel-lent! 28 Feb 2005
Format:Paperback
I ordered this book as soon as I'd read the sample chapters at [...] - I finally understood about the Windows API and wanted more!
It's totally different to any other Excel/VBA book available, so comparisons are hard. It doesn't have chapters about the Range or Worksheet objects - the authors seem to expect us to know that already - but instead has topics like choosing architectures, development best practices, optimising performance and rock-solid error handling.
It's a big book so it's hard to pick any bits out
for special mention. Every chapter seems to contain something I'd never seen before, with even the most complex topics (such as custom interfaces, creating XLLs and using XML and web services) explained in a way that made them all easy to understand.
The best bits for me though have to be the practical examples that end most of the chapters. By seeing how the concepts have been applied to their sample application, I can readily see how to apply them to mine, and have already begun to do so.
This is a serious book, not for beginners, and to me it seems to be in a different league to the rest.
Comment | 
Was this review helpful to you?
20 of 20 people found the following review helpful
5.0 out of 5 stars It's a must have 17 Mar 2005
Format:Paperback
Knowing a little of the reputation of the authors I expected this book to include the depth of content as advertised. It does, exceeding my expectations. What I am particularly impressed with is how well it is written. Taking the dry edges off a strictly technical manual makes such a difference to even wanting to get to grips with what may be new and complex topics.

Even where a particular topic is familiar to the reader it is bound to include some new tips, any one of which could repay an investment in the book.

It's not for beginners but a must have for anyone who uses Excel extensively. If that's you, and you are wondering if you need it, my best advice is stop thinking about it and get it!

Comment | 
Was this review helpful to you?
13 of 13 people found the following review helpful
By O. Luke
Format:Paperback|Amazon Verified Purchase
I have been writing Excel macros for sometime and when people wanted me to write macros for them I found this book invaluable. Before reading this my `applications' where merely taking the standard Excel interface and using the Active X functions it provides to maniple data as required. Now my applications have very specific interfaces and functions, most people who have seen them have said things like `I did not know Excel could do that'. If you are new to programming, Excel or Macro writing then this book is not for you (yet), the book is written assuming that the user knows a bit more then the basics. This book is all about creating an application, I.E using the readers existing knowledge to create that application. That said there is considerable coding included with practical examples showing how to implement the functions presented. Nearly everything is included in the accompanying CD and that is my only bug with this book, not all the code fragments are included with the result that some of the functions must be entered by the reader.
Comment | 
Was this review helpful to you?
10 of 10 people found the following review helpful
5.0 out of 5 stars Unbeatable 6 Feb 2007
Format:Paperback|Amazon Verified Purchase
After identifying a requirement at work to automate a number of tasks with Excel I decided to buy Professional Excel Development. I couldn't have made a better choice! This is not a 'hold your hand' book by any means, but the information contained within is priceless.

The rate at which I learned useful techniques and became aware of "i'd never have found that out myself" gotchas was so rapid I found myself re-reading sections tying to spot the catch. There was none. It really is that easy to learn from this book.

We do not have an official Excel developer employed at my place of work. I have already saved a good deal of man-hours through educating people on the use of Excel. There's scope for much more, now that I'm armed with this book. My pay-rise will be exceptionally healthy!
Comment | 
Was this review helpful to you?
21 of 22 people found the following review helpful
5.0 out of 5 stars The Excel book 28 July 2005
By "wysed"
Format:Paperback
Well this is the book us self-taught developers have been waiting for; for those puzzled as to what makes an intermediate, advanced or guru-like developer, right off the bat you are told in no uncertain terms how good you are, or how much more there is to learn.

If you arrogantly thought you knew it all in terms of excel's front-end functionality, charting capability, and presentational tools, then this book will bring you back down to earth.

If you are looking for an all-in-one book on the intricacies of API programming, xll, xml and web serivces, a refresher on ADO and SQL, this is it

If you aren't in an environment that fosters best development practice, but craved that discpline to produce effective and efficient code, short of working for Microsoft, this is the book for you.

look no further; this is the book to quench that thirst/hunger you have about Microsoft Excel's immense capabilities, and inject some fun into learning process.

Comment | 
Was this review helpful to you?
21 of 22 people found the following review helpful
5.0 out of 5 stars A Great Book to Accelerate Development Skills 15 Mar 2005
Format:Paperback
I have developed quite a few automated Excel applications over a number of years but mostly on my own. To do this, I'd picked up quite a lot of bits and pieces knowledge on the whole Excel VBA subject from various books and newsgroups. However, I'd not had the coaching to do complete development projects from design to distribution.

This book has proved to be the perfect manual for someone like me, who just didn't quite have the professional knowledge of how to build a well-designed, robust application from start to finish. After reading just the first few chapters, I'm already much more advanced in understanding the thinking behind the design, why to take which approaches and why not to take other approaches. It really is similar to having an expert sitting beside me and leading me through the steps. Many thanks to the authors for filling this hole in the knowledge market.

Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Most Recent Customer Reviews
4.0 out of 5 stars Profesional Excel Development
This book is very useful if you have a reasonable working knowledge of VBA, that is, more than just recording macros for later editing. Read more
Published on 16 Feb 2009 by A. V. Hunt
5.0 out of 5 stars Fantastic Book! BUY IT!!
Have just finished reading this book, and it is absolutely superb! Fair enough, it was printed before the days of the 2007 Office/Excel version, however, as I've just discovered,... Read more
Published on 9 Feb 2009 by Belial
5.0 out of 5 stars Excellent book but not for beginners
Great book.Learnt a lot about how to develop applications in Excel.Would not recommend it to beginners though.
Published on 9 Oct 2008 by S. Kamineni
5.0 out of 5 stars The standard text
Brilliant, just don't buy it until you are reasonably confident with the same authors Excel reference or similar - this is not an entry level text. Read more
Published on 26 Jun 2008 by Neal G. O'nions
5.0 out of 5 stars Excellent
If you are an Excel developer/advanced user and wanting to further your knowledge then this is the book for you. Read more
Published on 24 May 2008 by Whitespaces
5.0 out of 5 stars The best book for serious VBA applications
I have been building Excel models and using VBA for almost 10 years, and this is by far the best book that I have read about how to build robust VBA applications. Read more
Published on 17 Feb 2008 by AMK
5.0 out of 5 stars The one to get if you are developing serious applications
If you want to use excel as a development platform to produce a sophisticated windows program with no sign that excel is powering it this is the book for you. Read more
Published on 3 Aug 2006 by Bobby
4.0 out of 5 stars Takes you from Novice to Nerd.
Stephen enthusiastically takes you through very easy stages of developing a professional, sophisticated application. Read more
Published on 17 Jun 2006 by G. C. Hannah
5.0 out of 5 stars The Bible for Excel Development
There have been books like C Programming Language by Kernighan & Ritchie which are considered the de facto standard that every developer using that language must read. Read more
Published on 10 Mar 2006 by "rajx"
5.0 out of 5 stars The Best VBA Book Yet!
Just backing up what everyone else has already said. This book is fantastic! I have picked up so many tips and tricks from it and this book really has taken my VBA coding to the... Read more
Published on 5 Jan 2006 by Mark Blandford
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
   
Related forums


Listmania!

Create a Listmania! list

Look for similar items by category


Feedback