View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default HTML Tags in Excel sheet

To the best of my knowledge, it won't interpret that if entered in a cell.
If you are opening an html file, it can interpret that construct at that
point, but the <U </U won't be entered into the cell.

--
Regards,
Tom Ogilvy

"Deepak Sethi" wrote in message
...
Can Excel sheet interpret the HTML tags embedded in a text.
e.g. if i write the following text in a cell of the excel
sheet:
What is <U your name ? </U
Can excel interpret this underline tag and display the
text as What is you name ? (with "your name" underlined).

Is there anny built in / programmable facility to achieve
this?

Thanks,
Deepak.