UDFs with IntelliSense Parameter Descriptions
UDFs with IntelliSense Parameter Descriptions
(OP)
I'm trying to add descriptions of various parameters in my UDFs using DNA-IntelliSense into an Addin I'm writing that contain a number of UDFs. The parameter descriptions can be saved as a table on a worksheet or saved in an xml file. The IntelliSense addin gets the descriptions from the table and shows them as a tool tip when the cursor is hovered over the parameter name. It works fine when I save the parameter description table on a worksheet, but I don't know how to load an xml file containing just the table description into the addin/workbook to accomplish the same thing. Supposedly the IntelliSense addin will automatically access either the worksheet table, or if an xml file is provided, it will access the xml table description, provided it can find it somewhere. How do I load it and where should I put it?
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
RE: UDFs with IntelliSense Parameter Descriptions
From: exce...@googlegroups.com [exce...@googlegroups.com] on behalf of deron jones [deronj...@gmail.com]
Sent: 27 July 2018 09:59 PM
https://groups.google.com/forum/#!searchin/exceldn...
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
xml
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
xlsm
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
RE: UDFs with IntelliSense Parameter Descriptions
Besides it seemed to be the answer to my question right there, but it didn't work, so it appeared to be a bit of a dead end.
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: UDFs with IntelliSense Parameter Descriptions
Rats! I have to make another account there! Maybe not.
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! https://www.youtube.com/watch?v=BKorP55Aqvg
FAQ731-376: Eng-Tips.com Forum Policies forum1529: Translation Assistance for Engineers Entire Forum list http://www.eng-tips.com/forumlist.cfm
RE: UDFs with IntelliSense Parameter Descriptions
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
https://github.com/Excel-DNA/IntelliSense/wiki/Usa...
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"
RE: UDFs with IntelliSense Parameter Descriptions
“What I told you was true ... from a certain point of view.” - Obi-Wan Kenobi, "Return of the Jedi"