-
How can I put IntelliSense into my UDF project, and so user just need add one excel addin? |
Beta Was this translation helpful? Give feedback.
Answered by
govert
Jul 12, 2023
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hxhgxy
-
It's great, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IExcelAddIn
and callsIntelliSenseServer.Install()
in theAutoOpen()
implementation.