Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
the cell contained a valid URL such as:
\\Server1\HOME\O\OgilvyTW\Docs\FIND_3_Strings.xls and it worked fine for me. -- Regards, Tom Ogilvy "Barb Reinhardt" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to: Open closed workbook/Search data tables/Return data to open workbook | Excel Discussion (Misc queries) | |||
Opening Excel, Book1 opens, remains open with other workbook open | Excel Discussion (Misc queries) | |||
how do i open a data workbook when i open a timesheet workbook | Excel Discussion (Misc queries) | |||
Private Sub Workbook Open() - question | Excel Programming | |||
How do you program so that Workbook B cannot be open unless Workbook A is open? Plus I need to validation | Excel Programming |