View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandy Sandy is offline
external usenet poster
 
Posts: 355
Default Trouble opening file

Hello

I am getting RTE 1004 Method 'Open' when i use the following...
Workbooks.Open Filename:="G:\mypath\myfile.xls"
File is on netwrk drive, I have access and The file does exists. If I debug
and continue through the routine with F8 the file does open.
What am I doing wrong?
Thanks