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 how to get the formula shown in linked cell's names

ActiveCell.Name.RefersTo

or just
ActiveCell.Name

--
Regards,
Tom Ogilvy


"EXCEL NEWS" wrote in message
...
hi,

i want get the formula as a text shown in the linked cell's names instead

of
the linked cell's addresses,

maybe Apllynames can do it ,but it cannot return the formula to be shown

in
the linked cell's addresses.

i just only want to get the formula a text shown in the linked cell's

names
, not to want the cell is really shown in the linked cell's names .

thanks