Multiple choice

We cannot validate cell value by macros.

  1. True

  2. False

  3. Sometimes

  4. Can't say

  5. None of these

Reveal answer Fill a bubble to check yourself
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.