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

Cannot Dechiper Encoded String 10
InStr question 8
Instr() with multiple search terms 4
Search array for string 3
Send mail code from Ron 1
Find Command 9
Access 2007,reports,VBA 2
Problem with ComboBoxes 1

Back
Top