November 2015
Intermediate to advanced
656 pages
18h 57m
English
In This Chapter
Characteristics of Standard Add-ins
Converting an Excel Workbook to an Add-in
Having a Client Install an Add-in
By using VBA, you can create standard add-in files for your clients to use. After the client installs your add-in on his PC, the program will be available to Excel and will load automatically every time that person opens Excel. This chapter discusses standard add-ins.
Be aware that there are two other kinds of add-ins: COM add-ins and DLL add-ins. Neither of these can be created with VBA. To create these types of add-ins, you need either Visual Basic.NET or Visual C++.
Read now
Unlock full access