top of page
Search
Kimberlee Martin
Jan 3, 20235 min read
VBA: Three Ways to Handle Text in Numeric Fields
Users will make mistakes, and some of those will impact your VBA code. Here are three ways you can handle that.
10 views0 comments
Kimberlee Martin
Dec 22, 20223 min read
Using Access to Clean Excel Data, Part 5
I’ve been covering the use of Microsoft Access tools to clean your Excel data for the past few weeks. Today is the final entry in that...
20 views0 comments
Kimberlee Martin
Dec 19, 20224 min read
Doubles, but No Troubles
Use VBA to check for nearly identical data in your Excel worksheet.
20 views0 comments
Kimberlee Martin
Dec 12, 20226 min read
Using Access to Clean Excel Data, Part 4
Use MS Access to find duplicates in your Excel data
14 views0 comments
Kimberlee Martin
Dec 6, 20222 min read
Auto-replace Text in Excel Cell with VBA
In recent posts, I’ve been talking about validating your Excel data using VBA. I talked about creating a validation harness, which you...
25 views0 comments
Kimberlee Martin
Dec 2, 20224 min read
Validating Numeric Fields in Excel
Use Excel's Data Validation feature, in conjunction with Excel functions, to validate numeric data.
22 views0 comments
Kimberlee Martin
Dec 1, 20225 min read
Using Access to Clean Excel Data, Part 3
Use MS Access to clean numeric fields that contain text.
13 views0 comments
Kimberlee Martin
Nov 28, 20226 min read
Parse Phone and Extension with VBA
Last week, I wrote a blog post about creating a validation harness in Excel VBA. I laid out a structure you can add to your Excel file...
19 views0 comments
Kimberlee Martin
Nov 23, 20226 min read
Validate Phone Numbers in Excel
Use Excel's formatting and data validation features to validate phone numbers
27 views0 comments
Kimberlee Martin
Nov 21, 20226 min read
Using Access to Clean Excel Data, Part 2
Use MS Access to clean phone numbers in your Excel data.
21 views0 comments
Kimberlee Martin
Nov 18, 20229 min read
Validation Harness in Excel VBA
Adding a Visual Basic structure to your Excel file for validating data.
41 views0 comments
Kimberlee Martin
Nov 16, 20226 min read
Validating a State in Excel
Use Excel tools to validate a U.S. state.
30 views0 comments
Kimberlee Martin
Nov 14, 20225 min read
Using Access to Clean Excel Data, Part 1
Excel data can be messy. Use MS Access features to clean it up.
30 views0 comments
Kimberlee Martin
Nov 7, 20223 min read
Debugging VBA without Line Numbers
I wrote a post several years ago about adding line numbers to your VBA code. To this day, it remains my post popular post ever. Why? It’s...
9 views0 comments
Kimberlee Martin
Nov 4, 20227 min read
Appending Excel Data to an Access Table
Use an append query to add Excel data to an Access table
28 views0 comments
Kimberlee Martin
Oct 25, 20226 min read
Connections: Importing Excel Data into Access
Tips for making your Excel data import smoothly into Access
25 views0 comments
Kimberlee Martin
Jun 7, 20223 min read
Dynamic Highlighting in Excel
Find cells containing specific text A customer called me today to ask a question about Excel. I thought it was an interesting challenge,...
28 views0 comments
Kimberlee Martin
Apr 20, 20226 min read
One Click to Run Your Macro
I’ve written a couple of blogs lately about creating Excel macros. In a related topic, today I’m going to talk about one of the easiest...
23 views0 comments
Kimberlee Martin
Mar 21, 20223 min read
It's All Relative
Relative references vs absolute references in Microsoft Excel macros
12 views0 comments
Kimberlee Martin
Mar 14, 20222 min read
Where to Start with the Excel Macro Recorder
When getting started with the Excel macro recorder, start small, and build on your successes.
12 views0 comments
CATEGORY
ARCHIVE
bottom of page