G
Guest
The code below works in Excel 2000 and later. Two or three of my users are
stuck with Excl and Window 95 on old machines. The code freezes up on the
Unprotect line in the 95 Excel programs. Why? How can I fix it?
Sub Update_Date()
Application.ScreenUpdating = False
Sheets("Ino.").Unprotect Password:="Time"
stuck with Excl and Window 95 on old machines. The code freezes up on the
Unprotect line in the 95 Excel programs. Why? How can I fix it?
Sub Update_Date()
Application.ScreenUpdating = False
Sheets("Ino.").Unprotect Password:="Time"