Welcome
This web site is brought to you as a public service by Chip
Pearson and Pearson Software Consulting, LLC. We provide complete
consulting and custom application design and development for Excel, Office, Visual Basic,
and the NET Framework in VB.NET and C#.
For more information about how to turn Excel into a powerful application platform,
contact Chip Pearson at (816) 214-6957.
This web site contains about 500 individual topic pages that together cover all aspects of
Excel, from simple formulas through Automation and COM Add Ins and into the NET
Framework. The content is aimed
at the intermediate level user although there is plenty of content for both beginners and expert users. Much
of the content is VB/VBA code, and those pages assume that you are
conversationally familiar with VB/VBA programming. I have been a professional computer programmer
for almost twenty years, ten years of that in the Windows/VB/VBA/Excel world.
The topics presented on the site are drawn from my real world experience. There
are approximately 250 downloadable files, which include sample workbooks, VB/VBA modules,
VB Project source code and compiled DLL files.
The content of the site provides you with the tools you need to create
workbooks and VBA projects. Since it is impossible to be all things to all people,
the workbooks, formulas, and code examples are rather generic, allowing you to
readily customize them for your own particular needs. The formulas and
appearing on this site should work in any version of
Excel, version 97 or later, unless noted otherwise. Most of the VBA code should
work in Excel 97 and later, but I do make use of the enhanced features of VBA
version 6, which was introduced with Excel 2000.
I have not yet upgraded all the modules to 64-bit Office, so some of the code may
not work in 64-bit Offfice, especially code that uses the Windows API functions
with the Declare syntax. Don't confuse 64-bit Office with 64-bit Windows. All of
the code will work fine in 32-bit Office, regardless of whether you have 64-bit
or 32-bit Windows.


Microsoft
Most Valuable Professional
Excel
1999 - 2012
Page Index
Topic Index
Search The Site
What's New
Contact Chip Pearson
chip@cpearson.com
Before you send me an email,
read this page.
Phone:
(816) 214-6957
Note: This phone is for existing and new clients only. If you call,
please be prepared to pay for 1/2 hour of consulting time.
Please call after 9:00 AM USA Central Time Zone.
|
What's New On The Site
The list below shows only the ten or so most recent additions to the web site
out of a total of about 500 individual topic pages. For a complete chronological list of updates, see
the What's New page. You can also locate
pages from the Page Index or the
Topic Index.
(Last Updated 5-April-2012)
Cell View content viewer (8-MAy-2012)
Several advances made for the CellView add-in. This allows you do display the content of a cell
byte by byte, including control and other invisible characters.
File Information Based On File Name (4-March-2012)
This page describes code that allows you to read the registry and return the ProgID and type description of
any file whose type is registered with Windows.
Determining Existing Versions (4-March-2012)
This page describes VBA code that you can use to read the system registry to determine what versions
of Excel are installed on your machine.
Protection In Excel (16-Feb-2012)
This page describes how to protect your workbooks, worksheets, and VBA code.
Changing The Excel Window Icon (8-Feb-2012)
This page describes the code required to change the main Excel window icon to your own, custom icon.
A Brief Introduction To 64 Bit Excel (3-Jan-2012)
Office is now available in both 64-bit and 32-bit versions. You may not see much difference
in a small workbook,
but the additional address space can really help very large workbooks. Read more about it.
Export a worksheet range to a fixed field length file. (3-Sept-2011)
This page describes code to export worksheet data to a fixed field length text file.
Importing data from fixed field length text files. (2-Sept-2011)
This page contains VBA code you can use to import text files where the data in the file is in fixed
length fields, as opposed to delimited text.
Pausing Code Execution (9-July-2011)
This page describes several methods of pausing code execution for a specified amount of time and to pause code to wait for
user input on a worksheet.
|
| |
|
 |
This page last updated: 3-September-2011. |