S
scrabtree23
Here is a code
If ThisWorkbook <> "Time Form" Then
ThisWorkbook.Name = "Time Form"
End If
I get an error that I can not do this on a read only
something.
If ThisWorkbook <> "Time Form" Then
ThisWorkbook.Name = "Time Form"
End If
I get an error that I can not do this on a read only
something.