Cover image for product 0470046430
Excel 2007 VBA Programmer's Reference
John Green, Stephen Bullen, Rob Bovey, Michael Alexander
ISBN: 978-0-470-04643-2
Paperback
1176 pages
March 2007

Back to description

About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: Primer in Excel VBA
62 pages

This chapter is intended for those who are not familiar with Excel and the Excel macro recorder, or who are inexperienced... more

Chapter 2: The Application Object
14 pages
US $4.99

This chapter examines a range of Excel functionality, looking at features that are not necessarily related to each other.... more

Chapter 3: Workbooks and Worksheets
16 pages
US $4.99

In this chapter, you learn how to create new... more

Chapter 4: Using Ranges
32 pages
US $4.99
Chapter 5: Using Names
16 pages
US $4.99

One of the most useful features in Excel is the ability to create names. You can create a name by selecting the Formulas... more

Chapter 6: Data Lists
20 pages
US $4.99

This chapter shows you how to set up VBA code to manage data in lists, and code to filter and sort information in lists.... more

Chapter 7: PivotTables
20 pages
US $4.99

PivotTables are an extension of the cross tabulation tables used in presenting statistics, and can be used to summarize complex... more

Chapter 8: Charts
18 pages
US $4.99

In this chapter, you see how you can use the macro recorder to discover what objects, methods, and properties are required... more

Chapter 9: Event Procedures
10 pages
US $4.99

Excel makes it very easy for you to write code that runs when a range of worksheet, chart sheet, and workbook events occur... more

Chapter 10: Adding Controls
14 pages
US $4.99

As discussed in Chapter 1, you can add two different types of controls to Excel worksheets: ActiveX controls or Form controls... more

Chapter 11: Text Files and File Dialog
16 pages
US $4.99

Text files provide one way to communicate information between different types of computers. There is no universal format... more

Chapter 12: Working with XML and the Open XML File Formats
34 pages
US $4.99

XML (Extensible Markup Language) functionality has been available in various forms since Office 2000. It made its debut in... more

Chapter 13: UserForms
20 pages
US $4.99

UserForms are essentially user-defined dialog boxes. You can use them to display information and to allow the user to input... more

Chapter 14: RibbonX
26 pages
US $4.99

One of the biggest changes in Office 2007 is, of course, the Ribbon. Early in the design of the Ribbon, Microsoft realized... more

Chapter 15: Command Bars
36 pages
US $4.99
Chapter 16: Class Modules
18 pages
US $4.99

Class modules are used in VBA to create your own customized objects. Most VBA users will never have to create their own objects... more

Chapter 17: Add-ins
10 pages
US $4.99

If you want to make your workbook invisible to the user in the Excel window, you can turn it into an Add-in file. An Add-in... more

Chapter 18: Automation Add-Ins and COM Add-Ins
28 pages
US $4.99

With the release of Office 2000, Microsoft introduced a new concept for creating custom Add-Ins for all the Office applications... more

Chapter 19: Interacting with Other Office Application
20 pages
US $4.99

The Office application programs Excel, Word, PowerPoint, Outlook, and Access all use the same VBA language. Once you understand... more

Chapter 20: Data Access with ADO
38 pages
US $4.99

ActiveX Data Objects, or ADO for short, is Microsoft’s technology of choice for performing client-server data access between... more

Chapter 21: Managing External Data
22 pages
US $4.99

Chapter 20 discussed how to access data with essentially unlimited flexibility using ADO. Excel also provides some built-in... more

Chapter 22: The Trust Center and Document Security
16 pages
US $4.99

Document security issues have become inescapable for Excel VBA developers. Even if you intend to develop macros only for... more

Chapter 23: Browsing OLAP Data Sources with Excel
18 pages
US $4.99

The dominant database type in most organizations is the OLTP (On-line Transaction Processing) database. Indeed, most of you... more

Chapter 24: Excel and the Internet
12 pages
US $4.99

Until a few years ago, a typical Excel-based application was almost entirely contained within Excel itself; the only external... more

Chapter 25: International Issues
34 pages
US $4.99

If you think that your application may be used internationally, it has to work with any choice of Windows Regional Setting... more

Chapter 26: Programming the VBE
30 pages
US $4.99

Up until now, the book has focused on writing VBA procedures to automate Excel. While writing the code, you have been working... more

Chapter 27: Programming with the Windows API
34 pages
US $4.99

Visual Basic for Applications is a high-level language that provides you with a rich, powerful, yet quite simple set of functionality... more

Appendix A: Excel 2007 Object Model
336 pages
US $9.99

Most of the objects in the Excel object model have objects with associated collections. The collection object is usually... more

Appendix B: VBE Object Model
24 pages
US $4.99

Officially known as “Microsoft Visual Basic for Applications Extensibility 5.3,” the VBE object library provides access to... more

Appendix C: Office 2007 Object Model
84 pages
US $4.99

Common Properties with Collections and Associated Objects

Most of the objects in the Office object model have objects with... more

Add to Cart