View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stuart[_21_] Stuart[_21_] is offline
external usenet poster
 
Posts: 154
Default Error opening file

This code sequence worked fine sometime ago, but not now.

ChDir "C:\BofQProject\QSBofQ\"
Workbooks.Open Filename:="NewQSBofQ.xls", _
Editable:=False

The error is reporting that the file could not be found, and yet it is
clearly there. The path and filename are correct.

What might be happening, please?

Regards.