View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Tim is offline
external usenet poster
 
Posts: 145
Default Write/Paste RTF or HTML string into one cell??

Any code to show ?

If you paste into the cell *while in edit mode* it should all go into the
same cell.

Tim


"Bourgui" wrote in message
...
Hi experts,

I have this problem that's stalled me for a few days now: I want to pass
formatted text to an Excel cell. It sounds simple enough, but apparently
it
isn't.

The original text can be in RTF or HTML format. The closest I have come is
copying my data as HTML on the clipboard then pasting as HTML, however for
each line break the content gets sent to the next cell. I want to have it
all
in one cell.

Anybody has any idea? I don't need to use the clipboard, that's just
something that I thought might work...

Cheers!

Bourgui