Opening an Add-In

  • Thread starter Thread starter Kerry
  • Start date Start date
K

Kerry

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
 
--

HTH

RP
(remove nothere from the email address if mailing direct)
 
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)
 
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)
 
Sorry, replied to wrong question here.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
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)





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

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
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)





.
 

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

Back
Top