0
0
Excelspreadsheet~20 mins

Macro security settings in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Macro Security Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Macro Security Levels
Which macro security setting in Excel will allow macros to run only if they are digitally signed by a trusted publisher?
AEnable all macros (not recommended)
BDisable all macros with notification
CDisable all macros except digitally signed macros
DDisable all macros without notification
Attempts:
2 left
💡 Hint
Think about which setting allows only trusted macros to run.
🎯 Scenario
intermediate
2:00remaining
Choosing Macro Security for a Shared Workbook
You share an Excel workbook with colleagues who often enable macros. To protect against malicious code but allow trusted macros, which security setting should you recommend?
ADisable all macros without notification
BDisable all macros except digitally signed macros
CDisable all macros with notification
DEnable all macros (not recommended)
Attempts:
2 left
💡 Hint
Consider a balance between security and usability.
📊 Formula Result
advanced
2:00remaining
Macro Security Setting Impact on Macro Execution
If the macro security is set to 'Disable all macros with notification' and a workbook contains an unsigned macro, what will happen when the workbook is opened?
AA security warning appears allowing the user to enable the macro.
BThe macro is disabled and no notification is shown.
CThe macro runs automatically without any warning.
DThe macro runs only if the workbook is saved in a trusted location.
Attempts:
2 left
💡 Hint
Think about user control and warnings.
Function Choice
advanced
2:00remaining
Identifying the Trusted Location Feature
Which Excel feature allows macros to run without security warnings when the workbook is stored in a specific folder?
AMacro Settings: Enable all macros
BDigital Signatures
CProtected View
DTrusted Locations
Attempts:
2 left
💡 Hint
This feature lets you mark folders as safe for macros.
data_analysis
expert
3:00remaining
Analyzing Macro Security Settings Impact on Workbook Behavior
Given these macro security settings and workbook states, which combination will allow an unsigned macro to run without any prompt or warning? 1) Macro Security: Disable all macros except digitally signed macros 2) Macro Security: Disable all macros with notification 3) Workbook stored in a Trusted Location 4) Workbook not stored in a Trusted Location Choose the correct combination:
ASetting 2 with Workbook 3
BSetting 2 with Workbook 4
CSetting 1 with Workbook 4
DSetting 1 with Workbook 3
Attempts:
2 left
💡 Hint
Trusted Locations can override some macro restrictions.