Pearson's Progress Bar

  • Thread starter Thread starter Bill Martin
  • Start date Start date
B

Bill Martin

I've been using Pearson's Progress Bar happily for awhile, but I have a
question. Whenever I use it in a new project I always have to go in manually in
the VBE to tell it to reference the ProgressReporter.DLL file.

Is there some way to just tell Excel once to always link to this file? Or is
there some reason that I wouldn't want to link to it if I'm not using it in a
particular file?

Thanks...

Bill
 
If you create a workbook that doesn't require that reference and you share the
workbook with others who don't have that .dll file, then you could be breaking
something.

If you don't share with anyone, then I would suspect some sort of overhead
payment for having a reference checked -- even if you don't use it.

I think I'd create a workbook that has that reference set (maybe nothing else in
it). Then just open that workbook and do a File|saveas right away.

Actually, I'd just set the reference manually <vbg>. It would take me longer to
find that workbook than to just check that reference!
 
Dave said:
If you create a workbook that doesn't require that reference and you share the
workbook with others who don't have that .dll file, then you could be breaking
something.

If you don't share with anyone, then I would suspect some sort of overhead
payment for having a reference checked -- even if you don't use it.

I think I'd create a workbook that has that reference set (maybe nothing else in
it). Then just open that workbook and do a File|saveas right away.

Actually, I'd just set the reference manually <vbg>. It would take me longer to
find that workbook than to just check that reference!
 

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

Similar Threads


Back
Top