Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Opening an Add-In

Hi

I have created an Excel add-in file, saved it, activated
it etc. Its working fine. However, I would like to add
a description to it and make some amendments but I can't
open the file. Any ideas?

Many Thanks

Kerry
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Opening an Add-In



--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in message
...
Hi

I have created an Excel add-in file, saved it, activated
it etc. Its working fine. However, I would like to add
a description to it and make some amendments but I can't
open the file. Any ideas?

Many Thanks

Kerry



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Opening an Add-In

Kerry,

Go into the VB IDE, select ThisWorkbook in the addin project, and change the
IsAddin property to False. This then becomes a visible workbook, you can add
your description, reset the IsAddin property and save it (in the VB IDE).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in message
...
Hi

I have created an Excel add-in file, saved it, activated
it etc. Its working fine. However, I would like to add
a description to it and make some amendments but I can't
open the file. Any ideas?

Many Thanks

Kerry



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Opening an Add-In

Laurent Longre has an addin that provides language support and much more.
You can get it
http://longre.free.fr/english/
although I do not know that it supports Portuguese, you could check it out

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in message
...
Hi

I have created an Excel add-in file, saved it, activated
it etc. Its working fine. However, I would like to add
a description to it and make some amendments but I can't
open the file. Any ideas?

Many Thanks

Kerry



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Opening an Add-In

Sorry, replied to wrong question here.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Bob Phillips" wrote in message
...
Laurent Longre has an addin that provides language support and much more.
You can get it
http://longre.free.fr/english/
although I do not know that it supports Portuguese, you could check it

out

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in message
...
Hi

I have created an Excel add-in file, saved it, activated
it etc. Its working fine. However, I would like to add
a description to it and make some amendments but I can't
open the file. Any ideas?

Many Thanks

Kerry







  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Opening an Add-In

Sorry - whats the VB IDE?

Thanks

Kerry

-----Original Message-----
Kerry,

Go into the VB IDE, select ThisWorkbook in the addin

project, and change the
IsAddin property to False. This then becomes a visible

workbook, you can add
your description, reset the IsAddin property and save it

(in the VB IDE).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in

message
...
Hi

I have created an Excel add-in file, saved it,

activated
it etc. Its working fine. However, I would like to

add
a description to it and make some amendments but I

can't
open the file. Any ideas?

Many Thanks

Kerry



.

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Opening an Add-In

The development environment within Excel. Do Alt-F11 to get to it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in message
...
Sorry - whats the VB IDE?

Thanks

Kerry

-----Original Message-----
Kerry,

Go into the VB IDE, select ThisWorkbook in the addin

project, and change the
IsAddin property to False. This then becomes a visible

workbook, you can add
your description, reset the IsAddin property and save it

(in the VB IDE).

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in

message
...
Hi

I have created an Excel add-in file, saved it,

activated
it etc. Its working fine. However, I would like to

add
a description to it and make some amendments but I

can't
open the file. Any ideas?

Many Thanks

Kerry



.



  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Opening an Add-In

Great - Thanks v much

-----Original Message-----
The development environment within Excel. Do Alt-F11 to

get to it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Kerry" wrote in

message
...
Sorry - whats the VB IDE?

Thanks

Kerry

-----Original Message-----
Kerry,

Go into the VB IDE, select ThisWorkbook in the addin

project, and change the
IsAddin property to False. This then becomes a visible

workbook, you can add
your description, reset the IsAddin property and save

it
(in the VB IDE).

--

HTH

RP
(remove nothere from the email address if mailing

direct)


"Kerry" wrote in

message
...
Hi

I have created an Excel add-in file, saved it,

activated
it etc. Its working fine. However, I would like to

add
a description to it and make some amendments but I

can't
open the file. Any ideas?

Many Thanks

Kerry


.



.

  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Opening an Add-In

Hi Kerry,

Sorry - whats the VB IDE?


It's the editor you see when you click Tools Macro Visual Basic
Editor, aka the VBE.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk


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
How do I stop blank workbook from opening when opening an existing kjg Excel Discussion (Misc queries) 3 February 12th 10 09:36 PM
REF errors when opening excel in xp. works fine when opening wor. br Excel Discussion (Misc queries) 6 September 13th 05 11:41 AM
Prevent "Opening..." alert when opening from VBA Steven Wallace Excel Programming 1 January 29th 05 02:09 AM
excel VBA problem - setting workbook as variable & opening/re-opening safe Excel Programming 1 August 20th 04 12:22 AM
How to make opening of workbook conditional of opening of another workbook turk5555[_2_] Excel Programming 2 December 15th 03 11:07 PM


All times are GMT +1. The time now is 04:14 PM.

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

About Us

"It's about Microsoft Excel"