JeffGrant
Well-known Member
- Joined
- Apr 7, 2021
- Messages
- 558
- Office Version
- 365
- Platform
- Windows
Hi All,
I would like to find a better way to do this Find & Replace.
In my model, I have a data range which is constantly being appended. The data being added is being downloaded from an API.
In the Find and Replace, I have many instances of:
Find "Hello", Replace with "Hello World". All good there on the first pass.
However, on the second pass with the appended data, when doing the same Find & Replace, I regularly end up with "Hello World World"
To get around this, further down the Find & Replace list, I Find "World World" & Replace with "World".
Because of the timing of the API downloads, the Find and Replace code does not always run, which means I end up with "Hello World" & "Hello World World" in a Filtered list.
Has anybody got as better idea how I can handle this and only end up with "Hello World" in the Filtered list?
Thanks in advance for all your great ideas.
I would like to find a better way to do this Find & Replace.
In my model, I have a data range which is constantly being appended. The data being added is being downloaded from an API.
In the Find and Replace, I have many instances of:
Find "Hello", Replace with "Hello World". All good there on the first pass.
However, on the second pass with the appended data, when doing the same Find & Replace, I regularly end up with "Hello World World"
To get around this, further down the Find & Replace list, I Find "World World" & Replace with "World".
Because of the timing of the API downloads, the Find and Replace code does not always run, which means I end up with "Hello World" & "Hello World World" in a Filtered list.
Has anybody got as better idea how I can handle this and only end up with "Hello World" in the Filtered list?
Thanks in advance for all your great ideas.