How to loop through table rows and then the columns?
I am new to VBA and what I am trying to do is to pull information into datasheet from user form, that enters 7 rows not 7 columns. Currently the code
'copy the data to the database
With ws
.Cells(lRow, 2).Value = Me.cboEmployID.Value...