I need some code to use the OPEN statement. The file I want to open is on another computer on my home network.
Anyone know what the file string should look like
Thanks
I need some code to use the OPEN statement. The file I want to open is on another computer on my home network.
Anyone know what the file string should look like
Thanks
How To Open A File On Another Computer On A Home Network
Vladimir Chtepa
The basic format for a local/remote resource is "file:///"
For example, if you're looking to browse the directory "C:\TEMP\", you'd use the path "file:///C:/TEMP/".
afitoine
Hi
Easiest think to do is to set up a drive mapping in windows which loads each time your computer starts,then you can use a drive letter to refer to the computer. Otherwise, turn on the macro recorder and open the file from My Network Places and the recorder will correctly record the path for you.