A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
HI,
IS IT POSSIBLE TO MAKE A FILE READ ONLY THROUGH VBA CODING?
You can use VBA's SetAttr statement to do that. Look it up in the VB editor's help files. Here is an online link that gives a brief description of the statement's syntax as well...
http://vbadud.blogspot.com/2007/05/changing-file-attributes.html