MS Excel: INSTR Function (VBA) - TechOnTheNet.com
Example (as VBA Function) The INSTR function can only be used in VBA code in Microsoft Excel. Let's look at some Excel INSTR function examples and explore how to use the INSTR function in Excel VBA code: InStr(1, "Tech on the Net", "the") Result: 9 InStr ...