sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this to replace the subject in an outlook message;
Can someone show me how to take it a step further and remove not only the above but any text after 'IMPORTED'?
Code:
Item.Subject = Replace(Item.Subject, " - IMPORTED", "")
Can someone show me how to take it a step further and remove not only the above but any text after 'IMPORTED'?