Opening a file on a networked PC with VBA

Williams Renault

New Member
Joined
Feb 3, 2010
Messages
1
Hi, wonder if anyone can help me with this please?

I'm trying to construct a macro to open an excel file that is stored on a networked PC.

I've got the following code:

Workbooks.Open (\\10.99.1.4\Alarms\20100717.xls)

The problem I have is the networked drive needs a userid and password entering the first time you access it, so If I run the macro firstly, it hangs and eventually the macro fails, the logon prompt box doesn't even appear on screen.

If I connect to the network drive first, such as from the run command and enter the userid and password, then run the macro, it works fine and opens the file

Is there anyway I can store the userid and password to access the networked drive within the macro so that it can access the file without me having to access the drive manually, first?

Thanks in advance!
 
Last edited:

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,219,162
Messages
6,146,661
Members
450,706
Latest member
LGVBPP

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