embedding Format Functions in a .CSV file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I embed format control characters, such as BOLD, in a .csv file?
 
..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.
 
Hi
you can't. CSV files are pure ASCII files (this is what they are meant
for)

--
Regards
Frank Kabel
Frankfurt, Germany

Jeffw@Optum said:
How do I embed format control characters, such as BOLD, in a .csv
file?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top