View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kerry[_4_] Kerry[_4_] is offline
external usenet poster
 
Posts: 6
Default Opening an Add-in

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