Problem saving excel file

  • Thread starter Thread starter bsimo49
  • Start date Start date
B

bsimo49

I have an Excel file which I can't save to the server nor local har
drive. When I open it and make a change and click on *-save as or sav
-*a dialog box appears and says*- file not saved-*. Even if I don'
make a change and just click on save it says the same thing. No specia
security settings are attached to the file. Anyway if someone can hel
that would be great, Thanks
 
The developer may have put a macro that runs each time you try to save the
file. That macro could be stopping the save.

If you close the file and reopen it with macros disabled, can you save it then?
 
Thanks but Tried disabling macro already but it still does not let m
save. Also have tried saving on a different PC and still having th
problem
 
You can't save it to your local harddrive, either?

I was thinking that the folder that contains the file may be readonly for you
(and the other user).

I don't have another guess.
 
Dave said:
The developer may have put a macro that runs each time you try to save the
file. That macro could be stopping the save.

good idea. since i'm using the same thing. if this is the case then you
could easily modfiy it:

press alt+f11 to open the vba editor then double-click "thisworkbook"
from the project window. if there is a macro "workbook_beforesave" then
delete it. now you should be able to save it.

hope it helps.
cheers.

If you close the file and reopen it with macros disabled, can you save it then?
 

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

Back
Top