ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   .xla information tab (https://www.excelbanter.com/excel-programming/411801-xla-information-tab.html)

Mark

.xla information tab
 
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

Dave Peterson

.xla information tab
 
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.

mark wrote:

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


--

Dave Peterson

Rob Bovey

.xla information tab
 
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

"mark" wrote in message
...
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




Mark

.xla information tab
 
thanks guys!




All times are GMT +1. The time now is 03:22 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com