Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I'm working on VSTO Excel 2007 AddIn in C#. I need to call Formula Dialog and than to fetch the formula string from that dialog. Problem is that dialog doesn't offer something like dialog.FormulaText but instead inserts formula in ActiveCell. So code like this: var dlg = this.Application.Dialogs[Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlD ialogFunctionWizard]; dlg.Show(missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing, missing); So, this code will Show Function Dialog, and it will correctly place generated formula to ActiveCell. Is it possible that I do this without placing value in ActiveCell and get Formula string? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Evaluator Addin??? | Excel Discussion (Misc queries) | |||
Excel "Insert Formula" dialog always call my user defined function | Excel Programming | |||
Question on Ganttool AddIn Code(formula) | Excel Programming | |||
Removing an addin from the addin's list dialog | Excel Programming | |||
Using UDF in COM Addin as formula in worksheet | Excel Programming |