Hi Gary
Without the benefit of an example of your email text, I'd probably do the following:
- First find the end position of the HTML start-tag for the text you want to extract from your data item using the InStr() function.
- Then you determine the start position of the HTML end-tag for the text, again with the InStr() function.
- Finally you use the Mid() function to extract the text between the found positions
Happy coding!
---------------
Paul
Sweden
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)