Excel-DNA / Excel-DNA/ExcelDna
How to have the UDF called just after the OK button is clicked in the excel wizard?
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
I have created a UDF function with ExcelAsyncFunction attribute. It's working fine.
I also added a check for IsInFunctionWizard so it is not calling it when in the wizard. Fine.
However, I would like my UDF to be called automatically after the wizard window is closed.
How can I do that?
Contributor guide
Assessment
This issue has not been assessed yet.