View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Runtime error 75 in workbook_open

Err.Number=75 is 'Path/File access error".
You have moved/rename a required file or permissions may changed.

NickHK

"Bobboso" wrote in message
...
Hi,
i have an excel application that worked fine for years (it was generated

in
Office 2000) with all version of excel.
Now after changing something in the code i receive a runtime error 75 at

the
startup.
When i look at the debug i see only the workbook_open function and nothing
in the project pane.
What's happening? Any ideas?