View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David J. Braden David J. Braden is offline
external usenet poster
 
Posts: 14
Default Formatting text within VBA

Hi,
How can I (or can I) format a string to be written to a cell *before* it
is put there? I'm encountering strings from html that I would like to
correctly represent in Excel (e.g., using bold font for text between
asterisks) without having to do it in situ within a cell. Any one of
these strings could be a mixture of bold, italic, and unemphasized fonts.

TIA
DaveB
--
Please keep response(s) solely within this thread.