View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter[_66_] Peter[_66_] is offline
external usenet poster
 
Posts: 12
Default Workbooks.Open with a network path

Hello

I'm trying to do a Set SrcWrkBook = Workbooks.Open(\\networkdrive\ folder
one\ folder two\filename.XLS, True, True)

I assume the white spaces and perhaps the \\ are giving me issues. How do
I get around this?