View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ilvyanyatka ilvyanyatka is offline
external usenet poster
 
Posts: 1
Default Excel smart tags programming with .NET - recognizing formulas?

Is it possible to code smart tags in excel addin (.Net 2.0) so they recognize
not just excel cell text, but excel cell object or cell formula? I am looking
into ISmartTagAction and ISmartTagRecognizer, but it seems this way only cell
text can be parsed.