.xla information tab

M

mark

Hello.

When you select a seeded Add-in, such as the Analysis ToolPak - VBA, the
frame at the bottom shows the Add-In's name as it's title, and offers a
description... in this case, "VBA functions for Analysis toolPak".

How do you put that description in for a custom Add-In?

I've tried put something in the Tools - VBA Project Properties - Project
Description text box, but apparently that's not the right place.

Thanks,
Mark
 
D

Dave Peterson

I find this the easiest way:

Open windows explorer
Traverse to the folder that holds the addin
Select the addin and rightclick on it.
Choose properties
On the Summary tab, you can change the:
Title and Comment.
(either in the simple or advanced dialog)

The title will be what you see in the listbox. You'll see the comment at the
bottom of that dialog.
 
R

Rob Bovey

Hi Mark,

The information displayed by the Tools > Add-Ins dialog is read from the
Excel workbook properties. Turn the IsAddIn property of your XLA to False so
you can see the workbook. In the Excel user interface choose File >
Properties from the menu to get the Properties dialog.

On the Summary tab of the Properties dialog the Title entry is used as
the list entry for your add-in in the Add-Ins dialog list and the Comments
entry is displayed at the bottom of the Add-Ins dialog when you select the
entry for your add-in from the list.

--
Rob Bovey, Excel MVP
Application Professionals
http://www.appspro.com/

* Take your Excel development skills to the next level.
* Professional Excel Development
http://www.appspro.com/Books/Books.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top