Quick and easy question...

CRWeaks23

New Member
Joined
Mar 10, 2002
Messages
48
I was just wondering, If I have references set up in my VBA project, will these settings work on another computer who has different default settings for references in excel?

For example, I include Microsoft Outlook 9.0 object library to do some email coding with Outlook. If I run the excel file on another computer that usually DOESNT have MS Outlook 9.0 refrenced, will the code still work?

Thanks,
Chris
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
probably not. I had the same problem when going from 97 to 2000. Our default installation of 2000 put some references in the workbook that then crashed when I tried to run it on 97.
 
Upvote 0
Yeah bummer, HOWEVER, if you are just attaching the reference and not actually using it, the user on the 97 machine can open the VBA editor, click the references menu,and find the reference that is lisated as missing. Unchecking the box for that reference will get it to working, but again only if you haven't actually used the reference in that workbook
 
Upvote 0
Yea thats the problem, I WANT to use it...I guess this program can do without automated email... :-/
 
Upvote 0

Forum statistics

Threads
1,214,429
Messages
6,119,435
Members
448,898
Latest member
dukenia71

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top