Excel file

Q

quocvnf

Please advise me, How the developer of the excel file put some restrictions
on when/where/how you can save the file?
 
D

Dave Peterson

The developer could include code in the _beforesave event that takes control of
the save and does only what he/she wants it to do.
 
Top