Common Data in Add_In

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created an Add_in which has some forms and lot of code. It works fine.

Here is what i want to do more.

I have some common data which i intend to put in common place. But i am sure
we cannot add the worksheet/data to an add-in.

Could anyone suggest the possible wayout. Suggestions will be greatly
appreciated.

Thanks,
 
Hi
one way:
use a worksheet in your xla file for storing this data
 
How do you do that?

I could not find a way to add worksheet to XLA file. I also tried opening
new xls, adding some data to it and when i save it as XLA the worksheet is
deleted.
 
Hi
in the VBA editor select your XLA project, open the properties window
(F4) and set the property 'IsAddin' to 'False'. Afterwards set it back
to 'True'
 

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