theflyingminstr
08-31-2008, 12:56 AM
Hi I am doing a search and replace query but I need to add a carriage return before and after the string-to-change before parsing.
I tried these and I think #1 added the returns but not before parsing..
1. Thetext= "<br>" & Thetext & "<br>"
2. Thetext= VbCrLf & Thetext & VbCrLf
I was looking into Len functions but I wasn't quite sure how to apply it properly.. Any help would be much appreciated.
Thank you
I tried these and I think #1 added the returns but not before parsing..
1. Thetext= "<br>" & Thetext & "<br>"
2. Thetext= VbCrLf & Thetext & VbCrLf
I was looking into Len functions but I wasn't quite sure how to apply it properly.. Any help would be much appreciated.
Thank you