Hey,
I have a Save & Close Button and I was wondering if it was possible for when I click that button for the Workbook to Save itself as Read Only (Same file name and same directory), then close.
I currently have this...
The reason why I would like the file to become Read Only is because I would like the workbook to open as Read Only the next time it is opened.
Thanks,
LSM1604
I have a Save & Close Button and I was wondering if it was possible for when I click that button for the Workbook to Save itself as Read Only (Same file name and same directory), then close.
I currently have this...
Code:
ActiveWorkbook.Close SaveChanges:=True
The reason why I would like the file to become Read Only is because I would like the workbook to open as Read Only the next time it is opened.
Thanks,
LSM1604