View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bill Renaud[_2_] Bill Renaud[_2_] is offline
external usenet poster
 
Posts: 117
Default Path/File Access Error

1. What version of Excel, service packs, etc. are installed?
2. Is your current directory a network share somewhere or your local
computers hard drive? (Maybe network communication is being lost
intermittently or something.)

I generally fill in data in a template, then save it right away. If more
data will be added later - then add it when the time comes and save it
again. Develop the habit of always saving right after making any changes or
entering data if you are going to be idle for a period of time. Most Excel
VBA programmers have learned this lesson the hard way after editing code and
attempting to run it quick without saving it first.
--
Regards,
Bill


"Ajit" wrote in message
...
I have a excel template with forms, lot of data and lot of coding

too....All works fine usually. But sometimes if the workbook is open for
long time and not used...it gives the error Path/File Access error and
doesn't let save anything. I have to close the file (Loosing my unsaved
work) and restart it. After restaring it works fine again.

I tried looking into my code....compiling it...but found nothing.

Anyone having any idea what it could be and what could be the solution ...

Suggestions will be appreciated.

Thanks,
Ajit