Workbook.Open question

G

Guest

I have this within my code:

Set oWB = Workbooks.Open(Cells(i, "B"), ReadOnly = True, UpdateLinks
= False)


It works fine when I have something like Y:\workbook.xls, but I'm not sure
if it will work properly when I have something like \\locfile\workbook.xls in
column B. Can someone tell me for sure?

Thanks,
Barb Reinhardt
 
G

Guest

the cell contained a valid URL such as:

\\Server1\HOME\O\OgilvyTW\Docs\FIND_3_Strings.xls

and it worked fine for me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top