• Skip to main content
  • Skip to primary sidebar

Ryan McCormick

vba

Get Column Names From Access Database Table with VBA

August 11, 2017 by Ryan Leave a Comment

It has been a long time since I have added a VBA post, so here is something that I had to quickly put together for a little project that I am working on this evening. I have a really large table with a bunch of fieldnames that I need to query through to make some sample data for another project. I thought that it would be easiest to quickly grab all of the field names from … [Read more...] about Get Column Names From Access Database Table with VBA

Automatic Mail Merge With VBA and Access

November 23, 2015 by Ryan 20 Comments

I once built a program with MS Access that handled a mail merge job of ~1000 letters per week. It used a very simple word template. For input, every Friday, I pulled data from a production SQL database which I saved to an Excel spreadsheet. I built an import function that loaded the Excel data into table in my MS Access tool. The program ran a mail merge process for all … [Read more...] about Automatic Mail Merge With VBA and Access

Send Email Through Outlook with VBA

November 23, 2015 by Ryan 1 Comment

I have to say that I have been super hesitant to share this example as it could be used by spammers. That being said, there are plenty of legit uses for sending email through Outlook with VBA. I have used this function primarily to automate the delivery of scheduled reports where I pull in an HTML template (fancy), replace template "placeholders" and have the report sent to a … [Read more...] about Send Email Through Outlook with VBA

VBA Control Naming Conventions

November 23, 2015 by Ryan Leave a Comment

It is always helpful to use thoughtful naming conventions for controls when working on a VBA project. This is especially true for when you need to open an old project to see what is going on, or when someone else needs to work on your project in the future. Everybody does this differently, but I follow naming conventions that I learned back when I learned VB 6. Basically … [Read more...] about VBA Control Naming Conventions

MS Word Document text to String with VBA

November 23, 2015 by Ryan Leave a Comment

I once had a project where I had to work with a large directory of unsorted word documents. The main directory had a deep sub-directory where there were multiple versions of the same document with the same file name. It was a mess. Basically, my responsibilities were to pull out unique document filenames with the most recently modified version and parse each document for a … [Read more...] about MS Word Document text to String with VBA

Next Page »

Primary Sidebar

Recent Posts

  • Force Quit Kill all Chrome Windows MacOS
  • SOLVED: Angular 6 CLI Karma Stuck in Single Run | Karma Stops Running
  • How to Manually Install Java 8 on Ubuntu 18.04 LTS
  • Remove VirtualBox from Ubuntu 16.04 Xenial
  • Clear all Node Modules Folders Recursively Mac/Linux

Recent Comments

  1. KKV on Webstorm adding spaces between imports and braces | JavaScript and TypeScript
  2. jusopi on Clear all Node Modules Folders Recursively Mac/Linux
  3. Qaisar Irfan on Clear all Node Modules Folders Recursively Mac/Linux
  4. mustafa on Remove VirtualBox from Ubuntu 16.04 Xenial
  5. Pourya on How to Manually Install Java 8 on Ubuntu 18.04 LTS

Copyright © 2025 · Magazine Pro on Genesis Framework · WordPress · Log in