Hello All,
How can I tell the following code to drop down to the next line and retrieve that lines' data?
If (Left(ImportedRecord, 12) = " ADV") Then
“MOVE DOWN 2 LINES AND CAPTURE DATA”
strfund = Trim(Left(ImportedRecord, 15))
End If
thanks in advance for your help.
How can I tell the following code to drop down to the next line and retrieve that lines' data?
If (Left(ImportedRecord, 12) = " ADV") Then
“MOVE DOWN 2 LINES AND CAPTURE DATA”
strfund = Trim(Left(ImportedRecord, 15))
End If
thanks in advance for your help.