fix bug
This commit is contained in:
@@ -135,7 +135,9 @@ Private Sub Do_Validation(ws As Excel.Worksheet)
|
||||
ElseIf errorCount > 0 Then
|
||||
MsgBox "Validation complete. Errors: " & errorCount, vbInformation
|
||||
Else
|
||||
RefreshCache(ws.CodeName)
|
||||
If ws.CodeName <> "C1" Then
|
||||
RefreshCache(ws.CodeName)
|
||||
End If
|
||||
MsgBox "Validation complete. Errors: 0", vbInformation
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user