Writing a text file from Excel using VBA ... a small issue

  • Thread starter Thread starter ajames54
  • Start date Start date
A

ajames54

I have written a small app the writes flat text files from excel
(order/routing tickets) and sends them to various different
printers around this place..

it is pretty simple and uses the

Open strfilename For Output Access Write Lock Write As #1
Print #1, " This is where the text goes" & string & ""

formats... I've just been asked to Bold some of the fields...I
don't think that is possible but I can't find any real info...
can someone tell me for sure yes or no?

Please?
 
Its not possible. When you are writing basic text format files,
you can't use any sort of formatting like bold or italics.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
Its not possible. When you are writing basic text format files,
you can't use any sort of formatting like bold or italics.


My thanks to both of you..
 

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