Hi there,
I set up a recordset in the following way:
Sub GetMailData(theMailID As Integer, skipMode As String)
' Declare variables.
Dim cn As ADODB.Connection, rs As ADODB.Recordset, f As Integer, r As Long, strSourceFile As String, strSQL As String, newString As String...