Disable message box when trying to save a read only workbook

G

Guest

Is it possible to disable the message box that appears when I click the save
button in a read only workbook (“abcWorkbook.xls is read only. To save a
copy, click OK, then give the workbook a new name in Save As dialog boxâ€)

I have disabled the Save As dialog in the Workbook_BeforeSave() event and am
displaying a customized message.
 
G

Guest

I am a little confused as to why you would click the save button on a read
only file. There should be nothing to save since no changes can be made,
unless you want to save it under a different name, in which case, the pop up
message is appropriate.
 
G

Guest

The user does not know it is read only and it should behave as a normal excel
file, but internally I do the necessary changes through VB code. So I would
prefer if the standard message is not displayed.
 

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