Hello All,
I'm having a little difficulty with learning about User Form's
My Code Thus Far:
'While Loop Checks for Data Beginning In Line 17
RowCounter = 17
While Cells(RowCounter, 2).Value <> ""
RowCounter = RowCounter + 1
Wend
'Data Input Into Excel Sheet...