MATLAB Excel Builder    

Saving the Add-in

Now that the Visual Basic coding is complete, you can save the add-in. Save this file into the <project-directory>\distrib directory that mxltool created when building the project. Here, <project-directory> refers to the project directory that mxltool used to save the Fourier project. Name the add-in Spectral Analysis.

Follow these steps to save the add-in.

  1. From the main menu in Excel, select File->Properties.
  2. When the Workbook Properties dialog appears, select the Summary tab and enter Spectral Analysis as the workbook title.
  3. Click OK to save the edits.
  4. Select File->Save As from the Excel main menu.
  5. When the Save As dialog appears, select Microsoft Excel Add-In (*.xla) as the file type, and browse to <project-directory>\distrib.
  6. Enter Fourier.xla as the file name and click Save to save the add-in.

  Adding The Spectral Analysis Menu Item to Excel Testing The Add-in