View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Workbook.Open question

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