Abhishek1988
New Member
- Joined
- Oct 22, 2018
- Messages
- 27
Hello everyone,
I am working on a UserForm where on click on button embedded objects will be open. I am using below codw for this which is working fine. However i want objects (workbook) should open as read only so no one can edit the same. Pls help
Private Submit_click ()
If cmbox.value = "Animal" then
Sheets ("Sheet2").OLEobjects("object 55"). Activate
End if
End sub
I am working on a UserForm where on click on button embedded objects will be open. I am using below codw for this which is working fine. However i want objects (workbook) should open as read only so no one can edit the same. Pls help
Private Submit_click ()
If cmbox.value = "Animal" then
Sheets ("Sheet2").OLEobjects("object 55"). Activate
End if
End sub