Save Macro

  • Thread starter Thread starter judith
  • Start date Start date
J

judith

I have a button attached to a macro which saves the
workbook to its current location and back to the server.

ActiveWorkbook.Save
ActiveWorkbook.SaveAs (ServerName)

The problem appears to be with saving to the current
location. It sometimes looks as if it is saving and the
modified date and time property seems to support this but
the changes are not saved!
I have changed this to a saveAs option so that i get the
confirm overwrite message. Sometimes it appears and other
time not.
Do I have a problem with my macro or is there a
system/windows problem?

Any suggestions please, thanks.
 
Once you do the saveAs to the server, then if you ran this again, you would
just be saving to the server. This might be related to your problem.

Perhaps you want to use SaveCopyAs to the server so you don't change the
workbook you are working with.
 

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