The information in this article applies to:
SYMPTOMS
In Microsoft Excel, if you use the EntireRow property in a Microsoft
Visual
Note that this behavior also occurs if you use the EntireColumn property to copy an entire column to another column on a worksheet. CAUSEThis error message occurs because the EntireRow and EntireColumn properties are read-only. You cannot use either property directly, as in the following examples, to change the values in a row or column on a worksheet:
NOTE: In Microsoft Excel 97 and Microsoft Excel 98, you do not receive an
error message when you use the EntireRow property as the example
illustrates; however, the macro does not copy the row. When you use the
EntireColumn as the example illustrates, you receive the following error:
WORKAROUNDMicrosoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web: To write the contents of one row or column on a worksheet to another row or column on a worksheet, do either of the following. Using the Value PropertyMicrosoft Excel 5.0, 7.0, 97, and 98:
Using Copy and Paste Methods
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem no longer occurs in Microsoft Excel 2000. REFERENCESFor more information about the EntireRow Property, click the Search button in Help and type: EntireRow PropertyFor more information about the EntireColumn Property, click the Search button in Help and type: EntireColumn Property Additional query words: 1.00 5.00a 5.00c XL97 XL98 XL7 XL5 err msg
Keywords : kbprg kbdta kbdtacode PgmOthr KbVBA |
Last Reviewed: November 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |