Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Add-in Description

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Add-in Description

Put it in the Comments of the FileProperties of the addin workbook.

--
HTH

Bob Phillips

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

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




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Add-in Description

Hi Bob

Thanks for that.

Geoff

"Bob Phillips" wrote:

Put it in the Comments of the FileProperties of the addin workbook.

--
HTH

Bob Phillips

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

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





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Add-in Description

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

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




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 371
Default Add-in Description

Hi Peter

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

Geoff

"Peter T" wrote:

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

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







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
COMPLETE DESCRIPTION Pascale Excel Discussion (Misc queries) 1 December 21st 07 12:31 PM
max in on column, description in another [email protected] Excel Worksheet Functions 2 April 24th 07 01:21 AM
Help and description for UDFs [email protected] Excel Worksheet Functions 0 March 13th 07 05:05 AM
Put help/description in formulas (XLA) Rodrigo Ferreira Excel Discussion (Misc queries) 3 September 19th 06 09:43 PM
Description box in excel Schmyerlou Excel Discussion (Misc queries) 1 December 1st 04 07:07 PM


All times are GMT +1. The time now is 01:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"