Find a file and path through network???

Alpacino

Well-known Member
Joined
Mar 16, 2011
Messages
511
Hi peeps,

My work uses a network. Is there a way to find a file in a network that uses http//: address so I can use it to open it can get figures from a xls file.

e.g.
The file I am after is in http//:worknetwork/AlanExample.xls

Any ideas

At the moment I have to download the file i want to the same folder then I use.

Workbooks.open(this.workbook.Path & ......Etc
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Have you tried opening the workbook by typing the URL in the File name box on the Open dialog? If so the macro recorder may give you some code.
 
Upvote 0
Otherwise you'd probably need to ask your network admins what the UNC path of your Web server's root folder is.

Either way, you may not have sufficient rights to read a file from that folder.
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,703
Members
452,938
Latest member
babeneker

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