Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Attach reference/ library to file sent to users

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Attach reference/ library to file sent to users

What is installation routine?

i put a calendar control object in my excel file, the user didn't have this,
so i download from internet, but when I install there is a message that there
is no MS Form library in her machine and the calender object cannot be
installed.

Even more seriously, I have to send this file to 20 more users.

"NickHK" wrote:

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?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Attach reference/ library to file sent to users

I have some VBA codes written for Excel and some other code for MS Project. I
have to let other people who also have the same office installation to use
the office files containing these codes. The required dll files are present
on the users machine.

Can some one please tell me how I can make a VB6 excecutable file that will
set the references required by my VBA codes.
--
Sajit
Abu Dhabi


"NickHK" wrote:

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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
!!Macro to attach pdf and reference excel!! [email protected] Excel Programming 1 January 26th 07 06:41 PM
Help - Automating a file.. Adding Users , Deleting users, Changing Tim Harding Excel Worksheet Functions 0 March 16th 05 01:25 PM
Reference Library - Missing Library in a lower version. luvgreen Excel Programming 1 October 7th 04 02:08 AM
Reference Library Kevin Wickersheim Excel Programming 2 May 5th 04 08:18 PM
Is it possible to set a reference to a library in another file using VBA in Excel? quartz Excel Programming 6 April 20th 04 01:27 AM


All times are GMT +1. The time now is 02:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"