Hi,
I have a Workbook that users should be able to open and work on. But users shouldn't be able to save the workbook on their computer. How can I add a password protection when someone clicks Save As and Save?
I included the code below to the Excel Object "This workbook" but it's not working. I put a breakpoint on that row to see if reads the code and it doesn't. What am I missing here?
ThisWorkbook.SaveAs Password:="Password"
I have a Workbook that users should be able to open and work on. But users shouldn't be able to save the workbook on their computer. How can I add a password protection when someone clicks Save As and Save?
I included the code below to the Excel Object "This workbook" but it's not working. I put a breakpoint on that row to see if reads the code and it doesn't. What am I missing here?
ThisWorkbook.SaveAs Password:="Password"