open and run macro file on different computers

Status
Not open for further replies.

andymalan

Board Regular
Joined
Feb 22, 2017
Messages
128
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
hello anyone?
I have a macro enabled wb (ConfigureData) that depends on data from a non-macro wb (DrawingData). ConfigureData has a formula to get data from DrawingData, and place the data into sheet1 of ConfigureData.
Both wbs are in a folder named "ExcalDataConfig".

When I run the macro on my computer, (the computer that I wrote the macro on), everything works fine.
When I try to run the macro on a different computer, (I copied the ExcalDataConfig folder to a colleague's computer), the macro does NOT run, as it cannot find the wb DrawingData, even though both wbs are in the same folder.
Can you please tell me how to to this?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
If it cant find the workbook then the workbook isnt in the folder given by the supplied path. You can check the path of each file by right clicking it, then clicking properties. It will show Location of the file.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,603
Messages
6,125,784
Members
449,259
Latest member
rehanahmadawan

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