View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Deepak Sethi Deepak Sethi is offline
external usenet poster
 
Posts: 1
Default HTML Tags in Excel sheet

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.