http://bugs.winehq.org/show_bug.cgi?id=25335
Summary: Classmodules not usable in MS Word 2003 Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: werner.bast@onlinehome.de
In Word Macros it is posible, and it seems to be posible with wine too, but ... If you want to use the Classmodules they constantly fail. To reproduce this failure do the following steps:
- Open Word - Goto Visual Basic Editor(Menu or Alt+F11) - If there is the Projekt - Explorer hidden then open it(Ctr+R) - Right klick on the current Project -> Insert Classmodule - To test if it is right choose on the menu Debug -> Compile Project - It should go ok - add on the open Window with the Code for the classmodule something new like "Dim Name as string" + <CR> - again choose on the Menu Debug - Compile Project - it fails with the message "Objekt unterstützt diese Eigenschaft oder Methode nicht"(DE)