I have following string values in cells like
"EnglishText / OtherLanguageText"
or
"UniversalText"
I need to get 2 substrings from that like "EnglishText" and "OtherLanguageText" or "UniversalText" (text which not contain "/")
Im selecting data with command
wbImportFrom.Sheets("Sheet 4").Cells(4, 6 + x).Value
How can i do that ? :-) Thank you
Split()and on the spreadsheet=FIND()and=MID()