XLSM
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Document |extensions={{ext|xlsm}} }} '''XLSM''' is the variant of XLSX (the Microsoft Excel format used starting with Office 20...") |
Dan Tobias (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Document | |subcat=Document | ||
+ | |subcat2=Spreadsheet | ||
|extensions={{ext|xlsm}} | |extensions={{ext|xlsm}} | ||
}} | }} | ||
− | '''XLSM''' is the variant of [[XLSX]] (the Microsoft Excel format used starting with Office 2007) which allows the use of macros. This poses a greater security risk than normal non-macro spreadsheet files, because macros are a form of computer program which can do actions automatically, possibly malicious ones, which is why a distinct extension is used to distinguish documents which may have macros in them from ones that don't. | + | '''XLSM''' is the variant of [[XLSX]] (the [[Microsoft Excel]] format used starting with [[Microsoft Office|Office]] 2007) which allows the use of macros. This poses a greater security risk than normal non-macro spreadsheet files, because macros are a form of computer program which can do actions automatically, possibly malicious ones, which is why a distinct extension is used to distinguish documents which may have macros in them from ones that don't. |
Macros are created in [[Visual Basic]] for Applications (VBA). | Macros are created in [[Visual Basic]] for Applications (VBA). | ||
Line 11: | Line 12: | ||
* [http://www.excel-easy.com/vba.html VBA tutorial] | * [http://www.excel-easy.com/vba.html VBA tutorial] | ||
* [http://www.functionx.com/vbaexcel/fundamentals/Lesson2.htm Introduction to Macros and VBA Code] | * [http://www.functionx.com/vbaexcel/fundamentals/Lesson2.htm Introduction to Macros and VBA Code] | ||
+ | * [https://github.com/AyrA/ExcelPlayer ExcelPlayer: plays audio/video from an Excel macro] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] | ||
+ | [[Category:Microsoft]] |
Latest revision as of 23:19, 24 April 2018
XLSM is the variant of XLSX (the Microsoft Excel format used starting with Office 2007) which allows the use of macros. This poses a greater security risk than normal non-macro spreadsheet files, because macros are a form of computer program which can do actions automatically, possibly malicious ones, which is why a distinct extension is used to distinguish documents which may have macros in them from ones that don't.
Macros are created in Visual Basic for Applications (VBA).