Help Needed: Smart Tags in Excel and Recognising cell formulas?

Hi there, I have successfully created a VS2005 C#.NET SmartTag DLL that recognises various cell text and actions them accordingly.

I am trying to find out how I can recognise a cell containing a "=RTD(,,,,)" type function.

The SmartTag Recogniser2 routine only allows me to parse the cell Text and not the formula. Is there any way I can do this Or is there anyway I can locate the source cell that is being parsed


Answer this question

Help Needed: Smart Tags in Excel and Recognising cell formulas?

  • wargammer2005

    anyone
  • SQ

    Smart Tags can only act on the value of the cell, not the formula.



  • deepak2000

    Thank you for your reply. It would be useful if it could be done in the future :)
  • Zoner21

     GCParris wrote:
    Thank you for your reply. It would be useful if it could be done in the future :)


    I agree, this would be an excellent addition with real added value - for starters it could be used to provide help and tips for managed code functions/udfs as there is no other way to provide these.

  • Help Needed: Smart Tags in Excel and Recognising cell formulas?