A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Put a simple macro in the VBE in a module and run it. If it runs, then they are enabled.
Sub Test()
msgbox "Macros are enabled"
End Sub
(make sure your security settings aren't set to high).
--
Regards,
Tom Ogilvy