
Font.ColorIndex |
If Date > "31/12/14" Then
Range("c5:j17").Font.ColorIndex = 46
End If
If Date > "31/12/14" Then
Range("c5:j17").NumberFormat = "???"
End If
If Date > "31/12/14" Then
If InputBox("Inserire password") <> "psw" Then
ThisWorkbook.Close savechenges:=0
End If
End If |
