View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
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