View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Attach reference/ library to file sent to users

If the reference is "Missing", then the user does not have that component on
their system. How can you use it ?
Either only use components that are known to be present, or use some form of
Installation routine.

NickHK

"Angus" wrote in message
...
When i sent a vba programmed file to users, some of them don't work

because
of missing references.

Is it possible to attach reference to file sent so that everyone can run

the
program?