Thread: formatted link
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default formatted link

If the cell contains a formula (or a number), then you can't do this kind of
character by character formatting--not even using VBA.

mino wrote:

Hi,
there is a way to format a link?

EX:
in cell A1 there is the text: "hello Massimo", where Massimo is in Bold
format.

If in B1 there is a link to A1 (=A1) is possibile to obtain the same
format (only the name in bold format) without using VBA?

Thanks in advance,
M.


--

Dave Peterson