10-14-2011, 01:10 PM
Excel 2007 VBA Programmer's Reference
Author: John Green, Stephen Bullen, Rob Bovey, Michael Alexander | Size: 6.8 MB | Format: PDF | Publisher: Wrox | Year: March 26, 2007 | pages: 1176 | ISBN: 0470046430, ISBN-13: 978-0470046432
This book is aimed squarely at Excel users who want to harness the power of the VBA language in their Excel applications. At all times, the VBA language is presented in the context of Excel, not just as a general application programming language.
The book is loosely divided into three sections:
* Primer (Chapter 1)
* Working with Specific Objects (Chapters 2-27)
* Object Model References (Appendices A-C)
The Primer has been written for those who are new to VBA programming and the Excel object model. It introduces the VBA language and the features of the language that are common to all VBA applications. It explains the relationship between collections, objects, properties, methods, and events and shows how to relate these concepts to Excel through its object model. It also shows how to use the Visual Basic Editor and its multitude of tools, including how to obtain help.
The middle section of the book takes the key objects in Excel and shows, through many practical examples, how to go about working with those objects. The techniques presented have been developed through the exchange of ideas of many talented Excel VBA programmers over many years and show the best way to gain access to workbooks, worksheets, charts, ranges, and so on. The emphasis is on efficiency—that is, how to write code that is readable and easy to maintain and that runs at maximum speed. In addition, the chapters devoted to accessing external databases detail techniques for accessing data in a range of formats.
The final four chapters of the book address the following advanced issues: linking Excel to the Internet, writing code for international compatibility, programming the Visual Basic Editor, and how to use the functions in the Win32 API (Windows 32-bit Application Programming Interface).
Finally, the appendices are a comprehensive reference to the Excel 2007 object model, as well as the Visual Basic Editor and Office object models. All the objects in the models are presented together with all their properties, methods, and events.
From the Back Cover
Get ready to take your Excel applications to the next level by harnessing the power of the VBA language. This comprehensive resource will help you gain more control over your spreadsheets by using VBA while also showing you how to develop more dynamic Excel applications for other users. From introductory concepts to advanced developer topics, it guides you through every aspect of Excel 2007, including the Ribbon and the XML file formats.
In order to master all of the new features of this program, you'll find an introduction to VBA and details on how to use it to enhance Excel. You'll then learn how to work with the key objects and uncover the best ways to gain access to workbooks, worksheets, charts, and more. And you'll find out how to write code for international compatibility, program the Visual Basic Editor, and use the functions in the Win32 API, which will expand your Excel VBA programming skills.
What you will learn from this book
* How to write code that is readable, easy to maintain, and runs at maximum speed
*Tips for utilizing the Visual Basic® Editor and its multitude of tools
*Techniques for accessing data in a range of formats
* Ways to set up your applications and convert them to add-ins
* How to manipulate the Office XML file formats
* A thorough explanation of RibbonX
* Best practices for managing external data and using OLAP data sources
* Methods for effectively debugging your application
* Tips for packaging and distributing customized applications to other users
Who is this book for?
This book is for Excel users and programmers from beginning to advanced. You should have a reasonable working knowledge of Excel and a full installation of the software.
Code:
***************************************
Content of this section is hidden, You must be registered and activate your account to see this content. See this link to read how you can remove this limitation:
http://forum.civilea.com/thread-27464.html
***************************************