Can someone help me to automatically set the worksheet protection to UserInterfaceOnly automatically every time the workbook opens? This allows VBA to write to cells but not the user.
II can do it with VBA code but I want this code to run automatically. When the workbook opens again, the...