Error accessing file. Network connection may have been lost

L

Lauro

Last few days, out of the blues, I got this message error while
trying to open the VBE from Word:

Microsof Visual Basic
"Errore durante l'accesso al file. Potrebbe non essere più attiva la
connessione di rete"
(I have an italian version of Office XP. But can be traslated as
follow)
"Error accessing file. Network connection may have been lost."

I made some research on the net, but all I could find was related to
Access or Excel. Nobody seems to have this problem with Word.

Of course it is nothing to do with the network.
I still can open the VBE, and clicking on all modules, classes, forms;
some time everything will open smoothly other time the messsage
pops-up but then I can still see the code.
Only when I double click on a class module in wich I give the
description of an Interface, the code is not accessible (I can't view,
rename the module)

If I export all my "bas, frm, cls" and start a new project importing
all of them and making a new Interface class. Everything is fine...
for a couple of days, then again!!!

Why?

Please, help me, Lauro
 
B

Birdy

I think I do experience the same symptoms. At first I thought it was due to
the use of XLA modules rather than XLS files in Excel. But I remember I
started using "Inheritance" in VBA at the same time. The use of VBA
CodeCleaner (http://www.appspro.com/) did reduce the frequency of these weird
symptoms.

The class module which is implemented by other classes seems to be
inaccessible (even export doesn't work). Now I read your post, I begin to
suspect something is wrong with the inheritance implementation of Microsoft
Office. Could someone at Microsoft please figure this out?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top