Kimberlee MartinJan 27, 20233 min readVBA: Data Type ConversionVBA's automatic type conversion feature sometimes causes it to concatenate instead of add.
Kimberlee MartinJan 20, 20234 min readConnections: Bringing SQL Server data into ExcelAdd a link to SQL server data to your Excel worksheet.
Kimberlee MartinJan 17, 20236 min readConnections: Bringing SQL Server data into AccessLinking to data in SQL Server from a Microsoft Access database
Kimberlee MartinJan 11, 20234 min readVBA DatesExcel and MS Access store dates as numeric fields, allowing for each calculations in VBA.
Kimberlee MartinJan 9, 20234 min readConnections: Bringing Access Data into ExcelCreating links to Microsoft Access data in your Excel worksheet.
Kimberlee MartinJan 5, 20236 min readConnections: Bringing Excel Data into AccessCreate a Microsoft Access table that is linked to an Excel file.
Kimberlee MartinJan 3, 20235 min readVBA: Three Ways to Handle Text in Numeric FieldsUsers will make mistakes, and some of those will impact your VBA code. Here are three ways you can handle that.