What is the proper way to code the below Do....While as I get a While without Wend error
Code:
'
Do
If Left(s, 14) = "EndProfileList" Then
normalMessage = True
Exit Sub
End If
NumberOfProfiles = NumberOfProfiles + 1
ProfileList(NumberOfProfiles) = inMsg
While True
'