FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Samples/ArrayMap/AddIn.vb at ComServer · Excel-DNA/Samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Excel-DNA
/
Samples
Public
Notifications
You must be signed in to change notification settings
Fork
83
Star
134
Code
Issues
12
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
Samples
/
ArrayMap
/
AddIn.vb
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 339 Bytes
Breadcrumbs
Samples
/
ArrayMap
/
AddIn.vb
Copy path
File metadata and controls
14 lines (11 loc) · 339 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Import
s
ExcelDna.Integratio
n
Imports
ExcelDna.IntelliSense
Public
Class
AddIn
Implements
IExcelAddIn
Public
Sub
AutoOpen()
Implements
IExcelAddIn.AutoOpen
IntelliSenseServer.Install()
End
Sub
Public
Sub
AutoClose()
Implements
IExcelAddIn.AutoClose
IntelliSenseServer.Uninstall()
End
Sub
End
Class
Back
|
FazBrowse Home
|
New Git URL