code image
VBInstr_Rev_Any

Finds first match of string inside another in reverse order. From right to left ...

Apr11

code image
SQL instr

Searching for a string inside a string in SQL. You may say it is the instr in ...

2024Feb3

code image
VBInstr_Any

Returns the index where any of the words from AnStrSearchFor found in SearchIn ...

Nov17

code image
InStr and InStrRev

How to use InStr and InStrRev VB functions It is silly, I know, but I keep ...

2021Dec6

code image
VBInstr (or Instr parameters)

The great function InStr I use a lot has a small confusing part. Which string ...

2019Jan9

code image
Frequency1

Finds how many a string found inside larger string. Similar to Frequency but ...

2023Dec16

code image
ANmaHTMLContent

Reads certain part in HTML output of a page. Will search for list of strings ...

2023Jul1

code image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Dec1

code image
VBInstr_Any

Search for string inside another, with ability to have multiple strings to ...

Nov15