June 2010
Beginner to intermediate
656 pages
15h 29m
English
IN THIS CHAPTER
Characteristics of Standard Add-Ins
Converting an Excel Workbook to an Add-In
Using VBA, you can create standard add-in files for your clients to use. After the client installs the add-in on his PC, the program will be available to Excel and loads automatically every time he 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++.
If you are going to distribute your applications, ...
Read now
Unlock full access