D
drew_p
I have created automation add-in in c# VS-2005. This adding contains two
functions
getCommodityFullName(string cmdtyCode)-return commodity name from table and
getCommodityPrice(string cmdty,date dt)-read commodity name from cell which
referencing getCommodityName() formula. I have used this formulas in multiple
cells.
But problem is that when Excel lauch it doesn't refresh these formula
calculation. Is there any reason for that ? I have also used Excel.Volatile()
in these functions. Still no luck.
Thanks
functions
getCommodityFullName(string cmdtyCode)-return commodity name from table and
getCommodityPrice(string cmdty,date dt)-read commodity name from cell which
referencing getCommodityName() formula. I have used this formulas in multiple
cells.
But problem is that when Excel lauch it doesn't refresh these formula
calculation. Is there any reason for that ? I have also used Excel.Volatile()
in these functions. Still no luck.
Thanks