
This tutorial explains how to use MID Function to extract substring from a string in Excel / Access VBA
Excel / Access VBA MID Function
MID Function is quite similar to LEFT Function and RIGHT Function, where RIGHT Function extracts a substring on the right, LEFT Function extracts a substring on the left, while MID extracts a substring in the middle of the string.
MID Function is commonly used with INSTR Function, which returns the position of the string (In Excel worksheet, use Search Func...
Read More