April 2022
Intermediate to advanced
640 pages
19h 53m
English
In this chapter, you will:
Learn what a standard add-in is
Learn how to create, install, and uninstall an add-in
Use a hidden workbook as an alternative to an add-in
You can create standard add-in files for your clients to use by employing VBA. After the client installs your add-in on her PC, the program will be available to Excel and will load automatically every time she opens Excel. This chapter discusses standard add-ins.
Be aware that there are two other kinds of add-ins: COM add-ins and Office add-ins. Neither of these can be created with VBA. You need either Visual Basic.NET or Visual C++ to create COM add-ins. You use HTML, CSS, and JavaScript to create Office add-ins. Chapter 27, “An introduction ...
Read now
Unlock full access