🎴 Flashcard Mode
MS-Access Database Operations and Fundamentals
Card1 / 25
Mastered0
Review0
QuestionClick to flip
We cannot validate cell value by macros.
AnswerClick to flip back
A
False
💡 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.