Partial String Comparison

  • Thread starter Thread starter jdberman
  • Start date Start date
J

jdberman

Hello. I have a field in a form that I want to check whether it is a
hyperlink or not. I was thinking I could just check if the string
contained "http://" or "https://", but I could not find a way to see
if a partial string is contained within a string. I have been
searching around and am surprised that VBA does not have such
functionality built in. Does anyone have any suggestions?
 
Hello. I have a field in a form that I want to check whether it is a
hyperlink or not. I was thinking I could just check if the string
contained "http://" or "https://", but I could not find a way to see
if a partial string is contained within a string. I have been
searching around and am surprised that VBA does not have such
functionality built in. Does anyone have any suggestions?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top