XL98: Run-Time Errors Running Macro Created in Non-English Excel
ID: Q185020
|
The information in this article applies to:
-
Microsoft Excel 98 Macintosh Edition
SYMPTOMS
When you run a Visual Basic for Applications macro in Microsoft Excel 98
Macintosh Edition, you receive run-time errors.
CAUSE
This problem occurs if the Visual Basic for Applications macros were
originally created in a non-English version of Excel.
WORKAROUND
To work around this problem, copy the code into a new workbook. To do this,
follow these steps:
- Click the New button on the Standard toolbar to create a new workbook.
- Start the Visual Basic Editor (press OPTION+F11).
- Click Project Explorer on the View menu.
- In the Project Explorer, click the non-English workbook.
- Click the triangle next to Modules.
A list of module sheets in the non-English file is displayed.
- Double-click one of the module sheet.
A module sheet is activated.
- On the Edit menu, click Select All.
- On the Edit menu, click Copy.
- Switch to the Project Explorer (press COMMAND+R).
- In the Project Explorer window, click the new workbook that you
created in step 1.
- On the Insert menu, click Module.
- On the Edit menu, click Paste.
Repeat steps 6 through 12 for each module sheet in the workbook.
After you copy all of the Visual Basic code into a new workbook, the code
is run with fewer errors. How well the code is run from another workbook
depends on the assumptions that are made in the code.
Additional query words:
XL98
Keywords : kbdta xlvbainfo OffVBA xlmac
Version : MACINTOSH:98
Platform : MACINTOSH
Issue type : kbprb