KenCriss
Active Member
- Joined
- Jun 6, 2005
- Messages
- 326
I have tried to use the Substitute function to replace part of a file. I need to do this in VBA with a UDF or something.
I want to search for this string (the characters between < employeeid >< /employeeid > could vary - that is the wildcard part)
< employeeid >A7554A01-411E-196E-E040-A8C0C2DC5F7D< /employeeid >
and replace with
< employeeid >< /employeeid >
Any thoughts on this?
I want to search for this string (the characters between < employeeid >< /employeeid > could vary - that is the wildcard part)
< employeeid >A7554A01-411E-196E-E040-A8C0C2DC5F7D< /employeeid >
and replace with
< employeeid >< /employeeid >
Any thoughts on this?
Last edited by a moderator: