Jun 13, 2003 #1 luceze Programmer Apr 26, 2001 842 US Is there a way to return a character's position using VBA? For example, I need to find which position "}" is in the string "asdfasdf}asdf". Thanks, Eric
Is there a way to return a character's position using VBA? For example, I need to find which position "}" is in the string "asdfasdf}asdf". Thanks, Eric
Jun 13, 2003 1 #2 S SkipVought Programmer Dec 4, 2001 47,492 US Hi, Use the InStr function. Skip, Skip@TheOfficeExperts.com http://www.TheOfficeExperts.com Upvote 0 Downvote