instr() ?

  • Thread starter Thread starter mark kubicki
  • Start date Start date
M

mark kubicki

is there an XL or XL/VBA equivalent of the function: INSTR() which returns
the first occurrence of a character within a string?

I've used it in ACCESS/VBA, but can't seem to find it in Excel

thanks in advance,
mark
 
In XL there are Find (Case Sensitive) and Search (Not Case Sensitive)... In
VBA you can use InStr...
 

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

Similar Threads


Back
Top