top of page
Search


Kimberlee Martin
Jan 27, 20233 min read
VBA: Data Type Conversion
VBA's automatic type conversion feature sometimes causes it to concatenate instead of add.
19
0

Kimberlee Martin
Jan 20, 20234 min read
Connections: Bringing SQL Server data into Excel
Add a link to SQL server data to your Excel worksheet.
21
0


Kimberlee Martin
Jan 17, 20236 min read
Connections: Bringing SQL Server data into Access
Linking to data in SQL Server from a Microsoft Access database
22
0


Kimberlee Martin
Jan 11, 20234 min read
VBA Dates
Excel and MS Access store dates as numeric fields, allowing for each calculations in VBA.
15
0


Kimberlee Martin
Jan 9, 20234 min read
Connections: Bringing Access Data into Excel
Creating links to Microsoft Access data in your Excel worksheet.
28
0


Kimberlee Martin
Jan 5, 20236 min read
Connections: Bringing Excel Data into Access
Create a Microsoft Access table that is linked to an Excel file.
23
0


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
0


Kimberlee Martin
Dec 27, 20225 min read
Connections: Importing CSV Data from your Software Package into Excel
Use Excel tools to report and analyze data in your software package. This post examines the process of importing a CSV or TXT file.
17
0


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
0


Kimberlee Martin
Dec 19, 20224 min read
Doubles, but No Troubles
Use VBA to check for nearly identical data in your Excel worksheet.
20
0


Kimberlee Martin
Dec 16, 20224 min read
Double Trouble
Today we’ll be looking at preventing duplicate values from being entered into your Excel sheet. This is the final entry in a series that...
16
0


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
0


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
0


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
0


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
0


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
0


Kimberlee Martin
Nov 23, 20226 min read
Validate Phone Numbers in Excel
Use Excel's formatting and data validation features to validate phone numbers
28
0


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
0


Kimberlee Martin
Nov 18, 20229 min read
Validation Harness in Excel VBA
Adding a Visual Basic structure to your Excel file for validating data.
47
0


Kimberlee Martin
Nov 16, 20226 min read
Validating a State in Excel
Use Excel tools to validate a U.S. state.
30
0
CATEGORY
ARCHIVE
bottom of page