You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,8 @@ Overview
9
9
--------
10
10
Excel has no known support for user-defined functions to display as part of the on-sheet intellisense. We use the UI Automation support of Windows and Excel, to keep track of relevant changes of the Excel interface, and overlay IntelliSense information when appropriate.
11
11
12
-
Current status
13
-
--------------
14
-
The project is under activate development, and ready for intial testing.
12
+
Example
13
+
-------
15
14
16
15
For an Excel-DNA function defined like this:
17
16
```C#
@@ -38,7 +37,7 @@ User-defined functions written in VBA (either in an add-in or regular Workbook)
38
37
39
38
The first configuration being tested now, is where the IntelliSense display server is loaded as a separate add-in.
40
39
41
-
Getting Started
40
+
Getting started
42
41
---------------
43
42
44
43
For existing Excel-DNA add-ins (v0.32 or later):
@@ -49,16 +48,17 @@ For VBA workbooks or add-ins:
49
48
* Download and load the latest ExcelDna.IntelliSense.xll or ExcelDna.IntelliSense64.xll from the [Releases](https://github.com/Excel-DNA/IntelliSense/releases) page.
50
49
* Either add a sheet with the IntelliSense function descriptions, or a separate xml file.
51
50
52
-
See the [Getting Started](https://github.com/Excel-DNA/IntelliSense/wiki/Getting-Started)page for more detail.
51
+
See the [Getting Started](https://github.com/Excel-DNA/IntelliSense/wiki/Getting-Started)and [Usage Instructions](https://github.com/Excel-DNA/IntelliSense/wiki/Usage-Instructions) pages for more detail.
53
52
54
53
Future direction
55
54
----------------
56
55
57
-
Once a basic implementation is working, there is scope for quite a lot of enhancement. For example, we could add support for:
56
+
There is scope for further enhancement. For example, we could add support for:
58
57
59
58
* enum lists and other parameter selection and validation
60
59
* links to forms or hyperlinks to help
61
60
* enhanced argument selection controls, like a date selector
61
+
* Automatic registration of VBA help info with the 'Insert Function' dialog
0 commit comments