Hello All,
So I am parsing a file comparing sorted names. If the name has special characters like #, its seems to give me an "Application-defined or object-defined error". Is there anyway to stop this from happening without going into the list of names and taking out characters? Below is the code snippet providing the error. Any help would be appreciated. Thanks!
![]()
Do While nameRng = nameRng.Offset(1, 0) Set nameRng = nameRng.Offset(1, 0) z = z + 1 ' Sets z for later Loop
Bookmarks