We cannot validate cell value by macros.
-
True
-
False
-
Sometimes
-
Can't say
-
None of these
B
Correct answer
Explanation
In Excel, macros CAN be used to validate cell values through VBA programming. The Data Validation feature can use custom formulas, and event macros like Worksheet_Change can check and validate cell contents when they're modified. The statement is false because Excel provides multiple ways to validate cell values using macros.