GIAC Certified Incident Handler (GCIH) — Question 75

Which file type can be used to execute code in Excel without issuing a warning about opening a macro-supporting file type?

Answer options

Correct answer: A

Explanation

The correct answer is A, XLTM, as it is a macro-enabled template file that allows code execution without warnings. Options B (CSV) and D (PRN) do not support macros, while C (XLSB) is a binary workbook format that can contain macros but may still prompt warnings when opened.