Hello people,
I have made a excel form in vba.
I need a code snippet that makes the user is not allowed to change anything in the excel sheet or workbook, the only thing that can change the data in the excel its my form.
Could someone help me ?
here is a sample of the code
Thank you in advance
I have made a excel form in vba.
I need a code snippet that makes the user is not allowed to change anything in the excel sheet or workbook, the only thing that can change the data in the excel its my form.
Could someone help me ?
here is a sample of the code

Code:
Private Sub UserForm_Initialize()
end sub
Thank you in advance