What is wrong with this code or if nothing is wrong what could be the reasons why this is not working? I can get it to work on every other Excel sheet but not this one. Argggg.
Sub Workbook_Open()
Sheets("Production Log"
.Protect userinterfaceonly:=True
UserForm4.Show
End Sub
P.S. No alarms come up nothing happens the form doesn't even show.
I may not be very smart but I'm sure wirey!!!!
Sub Workbook_Open()
Sheets("Production Log"
UserForm4.Show
End Sub
P.S. No alarms come up nothing happens the form doesn't even show.
I may not be very smart but I'm sure wirey!!!!