Hello,
Is there an effective way to prevent a user from changing the file extension of a file? For example, if a file needs to remain .xls I want to prevent a user from changing it to .xlsx, etc.
I assume I would need to add code to the Workbook_BeforeSave event? Or is there a better way?
Thank you in advance!
Is there an effective way to prevent a user from changing the file extension of a file? For example, if a file needs to remain .xls I want to prevent a user from changing it to .xlsx, etc.
I assume I would need to add code to the Workbook_BeforeSave event? Or is there a better way?
Thank you in advance!