View Single Post
  #2   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

Stick to one thread, else you are wasting people's time.

--

HTH

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


"Kerry" wrote in message
...
Hi

I received an answer from this earlier question (how can
I open an add in workbook to modify it - either the code
or to add a description to the file). I need to ask a
further question but the post is very far down the list
now:-

The answer was:-
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).

My further question:-

What is the VB IDE?

Many Thanks

Kerry