startRow = 2 ' Start from row 2 to skip the header row
Dim col As Long
col = 1
Do While startRow <= lastRow
For i = 0 To 7 Dim name As String Dim email As String Dim phone As String Dim designation As String Dim organization As String Dim location As String Dim photo As String