Hi Guys,
(All EXCEL.LENT ladies and gentlemen)
I have text in Column A.
Here are the rows of the table that start with the following characters:
<A1 ...
For example: <A1 S = "20" D = "5.70" Z = "15.68" Date = "2021-03-25" F = "1000615" Abj = "DE09876547" />
Then the lines follow
<B2
<C1
The task:
I need to find a table row, with the word: "<A1 ..."
I then copy (filter) all these lines and paste them into the second sheet.
The same happens when searching for other terms <B2 ..., <C1 ...
etc.
How to solve it in VBA?
(All EXCEL.LENT ladies and gentlemen)
I have text in Column A.
Here are the rows of the table that start with the following characters:
<A1 ...
For example: <A1 S = "20" D = "5.70" Z = "15.68" Date = "2021-03-25" F = "1000615" Abj = "DE09876547" />
Then the lines follow
<B2
<C1
The task:
I need to find a table row, with the word: "<A1 ..."
I then copy (filter) all these lines and paste them into the second sheet.
The same happens when searching for other terms <B2 ..., <C1 ...
etc.
How to solve it in VBA?