No worries, I worked out what you meant :-) Thanks, Sarah
> Ack, that should have been: > > replace "###" with "\#\#\#" in someText > replace "***" with "###" in someText > filter someText with "*###*" > replace "###" with "***" in someText > replace "\#\#\#" with "###" in someText > > gc
