The information in this article applies to:
SYMPTOMSWhen you use the Microsoft Excel Macro Interpreter for Lotus 1-2-3 users, if the Lotus 1-2-3 macro you run contains the Range Justify ("/RJ") command, the results you receive may not be what you expect if there are values in the rows immediately below the fill range of the justify command. Values below the left column of the fill range may be moved down several rows. MORE INFORMATIONThe Lotus 1-2-3 Range Justify ("/RJ") command performs the same functionality as the Justify command in Microsoft Excel. It will take a line of text in one cell and redistribute it evenly to a range of selected cells. The Macro Interpreter incorrectly moves text that is below the Justify range down several rows if the text nearly fills or overflows the justify range. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. WORKAROUND
To work around this problem, write a Microsoft Excel macro to accomplish
the same task the 1-2-3 macro performed, and replace the /Range Justify
command with an {XLCALL} command to call the Microsoft Excel macro.
(this command performs the Justify command on a 6-row by 4-column range),
create a Microsoft Excel 4.0 macro to perform the same task:
Description of macro:
A1: Name of the macro.This macro may then be named and called from the 1-2-3 macro using the following command:
REFERENCES"Microsoft Excel User's Guide," version 5.0 , Chapter 3 "Switching to Microsoft Excel from Lotus 1-2-3," packaged with Microsoft Excel version 4.0 Additional query words:
Keywords : xlwin |
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |