..csv is inherently unformatted - there are no standard "format control
characters".
If you have an application that interprets certain character strings as
format control codes, you'll probably need to write the .csv file using
VBA to insert the codes. It should be relatively stratightforward code -
post back with more information.