Skip to content

Commit 37de2e4

Browse files
authored
Update README.md
1 parent 0fb98b7 commit 37de2e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Overview
99
--------
1010
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.
1111

12-
Current status
13-
--------------
14-
The project is under activate development, and ready for intial testing.
12+
Example
13+
-------
1514

1615
For an Excel-DNA function defined like this:
1716
```C#
@@ -38,7 +37,7 @@ User-defined functions written in VBA (either in an add-in or regular Workbook)
3837

3938
The first configuration being tested now, is where the IntelliSense display server is loaded as a separate add-in.
4039

41-
Getting Started
40+
Getting started
4241
---------------
4342

4443
For existing Excel-DNA add-ins (v0.32 or later):
@@ -49,16 +48,17 @@ For VBA workbooks or add-ins:
4948
* Download and load the latest ExcelDna.IntelliSense.xll or ExcelDna.IntelliSense64.xll from the [Releases](https://github.com/Excel-DNA/IntelliSense/releases) page.
5049
* Either add a sheet with the IntelliSense function descriptions, or a separate xml file.
5150

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.
5352

5453
Future direction
5554
----------------
5655

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:
5857

5958
* enum lists and other parameter selection and validation
6059
* links to forms or hyperlinks to help
6160
* enhanced argument selection controls, like a date selector
61+
* Automatic registration of VBA help info with the 'Insert Function' dialog
6262

6363
Support and participation
6464
-------------------------

0 commit comments

Comments
 (0)