Skip to content

Instantly share code, notes, and snippets.

View relopezbriega's full-sized avatar

Raul E. Lopez Briega relopezbriega

View GitHub Profile
@relopezbriega
relopezbriega / excelCreateInsert.vb
Last active August 29, 2015 14:14
Create SQL INSERT stament from Excel
Sub CreateInsert()
Dim rng As Range
Dim insertRng As Range
Dim lastColumn As Integer
Dim lastRow As Integer
Dim tabla As String
Dim insertText As String
Dim wsTest As Variant
Dim my_column As Integer