Hi,
I am new to the new forum and trying to help some help in importing emails from outlook into excel based on email body filter. My search string contains "dot" in between and that seems to be creating issue. The number 29 in search string needs to be a variable number which will be picked up excel cell.
filterText = "'%29.AAA.BBB%'"
filterString = "@SQL=""urn:schemas:httpmail:textdescription"" LIKE " & filterText
Please guide me on creeting search string which includes variable and speacial characters. The above search string is not giving expected result.
Thanks
Suji
I am new to the new forum and trying to help some help in importing emails from outlook into excel based on email body filter. My search string contains "dot" in between and that seems to be creating issue. The number 29 in search string needs to be a variable number which will be picked up excel cell.
filterText = "'%29.AAA.BBB%'"
filterString = "@SQL=""urn:schemas:httpmail:textdescription"" LIKE " & filterText
Please guide me on creeting search string which includes variable and speacial characters. The above search string is not giving expected result.
Thanks
Suji