I recently copied all my e-mails out of an archive folder, so I could zip them up on my hard drive and then delete them out of my mailbox. To do this I wanted to rename each file with the date the email was sent, using the format YYYY-MM-DD. The Visual Basic for Application script within this post does just that 🙂
Category: Visual Basic
This category contains general information about visual studio .net
VB: Retrieve the header row column names from a text file
The code within this post, is an example of how to retrieve the column/field names from the header row from a text file, and add them to a “ListBox”.
VB: The ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on local machine
I was in the middle of writing an application to retrieve the list of Access Database Tables, but I was getting the error “The ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on the local machine.” I discovered, that as I was using Vista x64, I needed to change the “Advanced Compiler Options” in Visual Studio to target […]