Warning when opening Excel with intellisense #782
Unanswered
samjameswilliams
asked this question in
Q&A
Replies: 1 comment
-
I think I can see what I’ve done wrong. I’ve just tried re compiling the xll having commented out the intellisense.vb file. It built fine and when I started up Excel there was no warning any more. So I think (please correct me if I’m wrong) the intellisense.vb code is only necessary if you want to package up intellisense in a single xll (which I’m not trying to do, I’m trying to go with the recommended approach of using the pre-compiled intellisense xll). So the error came from me doing that incorrectly, but it still worked because I had the intellisense xll installed. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’ve got a project which is working fine except I get the message below when I open Excel. I’m not trying to package intellisense into my project .xll. I’m perfectly happy to use the intellisense.xll. I’ve installed both my project xll with UDFs which I’ve decorated for intellisense and I’ve installed the intellisense xll. Once I dismiss the warning everything works as it should, the udfs are fine and the intellisense pops up just like I want. Can someone please let me know how to make the warning not pop up?
Warning when starting Excel
Excel_DNA_project.vbproj
intellisense.vb
I’m not a .NET developer and don’t even know VBA. I do Python mostly, so please don’t assume much knowledge.
Thank you for Excel-DNA it’s a great tool
Beta Was this translation helpful? Give feedback.
All reactions