Add-in Description

G

Geoff

Hi
How do you create the description of an add-in as it appears from the
popupmenu? I can create the project name within vbe and add a description
there. But only the Project name appears in the dialog box, the description
remains mysteriously blank.

Can anybody assist please?

T.I.A.

Geoff
 
B

Bob Phillips

Put it in the Comments of the File>Properties of the addin workbook.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
P

Peter T

Hi Geoff,

Manually, temporarily change IsAddin to false
File > Properties > Title
Perhaps put in a description in the comments field

or with code (could be in the immediate window with your addin highlighted)
ThisWorkbook.Title = "my-Title"

and save it

Regards,
Peter T
 
G

Geoff

Hi Bob

Thanks for that.

Geoff

Bob Phillips said:
Put it in the Comments of the File>Properties of the addin workbook.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Geoff

Hi Peter

Thanks for that as well. I'd been trying all sorts this morning but to no
avail.

Geoff
 

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