I have a text that is segregated with "/" and I need to get some parts of it.
Operator is my variable that gets the main text from the system.
The text is segregated with "/", so for example I need to get the text between the 2nd and 3rd "/".
Ex1: Main text: 40 XY3131Z/9'6"/ABC/OWN/STL/VENT/8741 column1:ABC
Ex2: Main text: 40 AB/9'6"/ABC/OWN/STL/VENT/8741 column1:ABC
Note: The main text is variable, so I cannot use only = Left or Right It need to be with VBA