A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Manuel Vilhena, thanks for sharing the issue. When the macro option is disabled in Word 2003, it’s often due to missing components or compatibility quirks with Windows 10.
First, check if Visual Basic for Applications (VBA) is installed. Go to Control Panel - Add or Remove Programs - Office 2003 - Change - Add/Remove Features, and make sure VBA is enabled for Word.
Second, try launching Word with the /a switch (winword /a) to bypass add-ins and templates. If macros become available, the issue may be with a conflicting add-in or a corrupted Normal.dot template.
Third, rename Normal.dot to Normal.old and restart Word to let it generate a fresh template.
Fourth, if you're on a 64-bit version of Windows, register legacy controls like mscomctl.ocx using regsvr32 from an elevated command prompt.
If this helps, feel free to mark the answer as accepted so others can find it too.
Best,
Carl