-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IntelliSense is currently open workbooks is not picked up when adding add-in #103
Comments
version 1.4.2 had the same problem for me, The new version 1.4.3, has intellisense. Thanks for the fix |
with v1.4.3 (and older versions back to version 1.0) I have found that the function is underlined as it is displayed as a tip, as it should be, but clicking on the underline doesn't open the help file with that topic opened. I thought it should open the help topic or at least it used to. Checking old versions of the xll I find they also don't do this and then again I find that the help file and topic number are in the intellisense worksheet. I'm looking to see if I am doing something wrong, or has something changed in the system? |
the documentation says column C in the intellisense worksheet can or should be in column C I have , for instance: Stocksz.chm!2700 without any path information, and the chm file is in the same directory as the xlam. e.g. C:\Users#username#\AppData\Roaming\Microsoft\AddIns I have now also tried with the path information included in column C so I have found it works on windows10 (not updated for some time), excel32 bit with intellisense from 2.7.18, so version 1.1 32 bit. On this platform the help topic display also works with version 1.4.3 32 bit, and I used the same XLAM. I hope that helps to identify the issue, (or am I doing something wrong). If you want me to carry out some other test then let me know. |
You're not doing anything wrong. The code in the IntelliSense extension used to work, and still works when called outside Excel. Internally the call is
From another application this works fine. Would you like to open it as a separate issue? |
It looks like changing the code to use |
I left out that the platform on which it works is Excel 2010 32 bit and the platform in which it doesn't work is Excel 2016 64 bit so not office365. I assume you don't want me to try to change the code. I haven't got a coding environment set up for compiling the source |
I've made a new issue here #106 so that we don't forget. |
line 276 and 288 in ToolTipForm.cs. I am too old to learn c# , I do C++, VBA, assembler, and even Fortran77. |
I only do .NET, and I'm too old to learn how to do all the other kinds of 'code' to make it easy to build and release an update. |
opening the help topic (the functions are all in XLL and registered) from the function wizard works fine. I've sent feedback to Microsoft ." File -> Feedback -> Send a frown" parphrased text: forums are saying htmlhelp calls return NULL in office 365 and also I have the same issue in excel 2016 ProPlus |
This intellisense tool is really really good. Thanks for it. |
In version 1.4.2 it seems the open workbooks are not scanned when the add-in is opened.
The text was updated successfully, but these errors were encountered: