Skip to content

Instantly share code, notes, and snippets.

View bobvmierlo's full-sized avatar

Bob van Mierlo bobvmierlo

  • Brabant, Netherlands
View GitHub Profile
@blonkm
blonkm / modSQL.bas
Created October 2, 2015 19:37
Generate SQL using Excel VBA
'---------------------------------------------------------------------------------------
' Module : modSQL
' Author : Michiel van der Blonk (blonkm@gmail.com)
' Date : 10/1/2015
' Purpose : generate SQL queries from Excel cell data
'---------------------------------------------------------------------------------------
Option Explicit
Enum eEscape