View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default How to distribute addin with a reference library checked?

I am nearly sure it can be done without the reference.
Post the code you got now and somebody will change it to work
without the reference.

RBS


"Caroline" wrote in message
...
Thank you so much for your replies, Jim & RB.

I need count macros in Excel which is using VBE object. That needs
extensibility reference. Some machines got compiling error when running my
addin. I do need keep this reference checked. Am I right?

"Jim Thomlinson" wrote:

Uncheck the reference. You probably don't need it... Check out this link
for
a full discussion...

http://www.microsoft.com/communities...xp=&sloc=en-us
--
HTH...

Jim Thomlinson


"Caroline" wrote:

Hi,

I have created an addin for group people, which need Microsfot Visual
basic
for application extensibility 5.3 be checked. I have done this in my
addin
file. But when rest of group people got it and installed, some machines
won't
keep this reference checked. Can I solve this issue in my addin file,
so
other people won't need do anything?