P
plantechbl
I am using the following macro to identify invalid data entries in
cells with data validation applied.
Sub CheckOrder()
' Application.CommandBars("Formula Auditing").Visible = True
ActiveSheet.CircleInvalid
Sheets("Configuration").CircleInvalid
Sheets("Parts_TakeOff").CircleInvalid
MsgBox ("Check for Red Circled Invalid Data Entries on" & Chr(10) &
" Configuration and Parts_TakeOff Sheets")
End Sub
Is there a way to count the number of invalid data entries (red
circles) and write the number to a particular cell
Thanks in advance,
Bill
cells with data validation applied.
Sub CheckOrder()
' Application.CommandBars("Formula Auditing").Visible = True
ActiveSheet.CircleInvalid
Sheets("Configuration").CircleInvalid
Sheets("Parts_TakeOff").CircleInvalid
MsgBox ("Check for Red Circled Invalid Data Entries on" & Chr(10) &
" Configuration and Parts_TakeOff Sheets")
End Sub
Is there a way to count the number of invalid data entries (red
circles) and write the number to a particular cell
Thanks in advance,
Bill