View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default VBA Object (External) for EXCEL

Hi

As far as I know, no, and VB programs doesn't encapsule components either,
you'll have to enclose the external dll's and ocx'es in a Setup file. Which
brings us to setup files and also law; you need a license (for VB or
similar) to redistribute those files. But of course, you mya be lucky and
the user may already have the thing installed. Which component are you using
?

--
HTH. Best wishes Harald
Followup to newsgroup only please

"vb_bv" skrev i melding
...

Dear All:

I am facing a problem now, hope you guys can give me a help,
thx.


I've got a excel vba program, used some external vba object lib.
(i.e. not default given by Excel), and just wondor does it had
any methods to install this excel template to another machine
without intsall the external component again. (e.g. just like
VB program, once compile the program source, third party
component will included into the program).

Since i think i have no chance to find out the installer of that
component back, so, really some way to do so.

Your help would be appreciate and thanks a lot for you guys
reading this. : )

best regards,
vb_bv


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/