Which file type can be used to execute code in Excel without issuing a warning about opening a macro-supporting file type?
Which file type can be used to execute code in Excel without issuing a warning about opening a macro-supporting file type?
The PRN (Printer Text File) file type is a plain text format used for printing, and it does not support macros or any embedded code execution capabilities, thus it would not issue a warning about opening a macro-supporting file type. XLTM files are macro-enabled templates, CSV files are plain text but used for data and not typically for code execution, and XLSB supports macros.
I think correct answer is "C"