Skip to content

Instantly share code, notes, and snippets.

View msigley's full-sized avatar
Ummm coffee

Matthew Sigley msigley

Ummm coffee
View GitHub Profile
@msigley
msigley / gist:7338024
Last active December 27, 2015 14:09 — forked from anonymous/gist:7337367
Dim strText As String
Dim i As Integer
Dim x As Integer
Dim LenTextLeft As Integer
Dim CriticalCounter As Integer
'Array for full sentences
Dim arrTextSentences() As String
'Array for arrays of words
Dim arrTextWords() As Variant