View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
qBall qBall is offline
external usenet poster
 
Posts: 3
Default Different Controls across different excel versions

I have found that I am unable to run some VB code on other PC's because they
do not have the same controls as I have i my version of Excel. I have 2002,
others have the latest version yet I seem to have more controls.

I am not sure if the new controls come from std windows upgrades, or is
something I installed from my office disks or downloaded or ...??

What is the best way to make excel vb applications transportable across
different machines?

Do you need to package the controls with the code? - dont know if this can
be done / how to do it

Do you need to install the correct controls on each and every machine?

Please help