I have a cell value like this:
This is a line. /delete words in the area /keep this part
Lets say the cell is A1
, The cell value contains two /
s. I want to use excel VBA to delete the letters between them and change the cell value to:
This is a line. keep this part
Actually I asked a similar question before: Excel VBA: How to remove substrings from a cell?
There I had two different symbols to locate the substring, but here I have two same symbols. Then I dont know how to rewrite the code.
Any help will be appriated. Thanks!