The information in this article applies to:
SYMPTOMSWhen you use the FindPrevious method, the incorrect address is returned if you use this method on a range of discontiguous cells. CAUSEThe algorithm used by the FindPrevious method enumerates (counts or searches) the cell references in a forward direction while the cells themselves are being enumerated in reverse order. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe FindPrevious method continues a search started with the Find method. It finds the previous cell matching the same conditions and returns a range object that represents that cell. The FindPrevious method does not affect the current selection or the active cell. REFERENCESFor more information about the FindPrevious method, click the Index tab in Microsoft Visual Basic Help, type the following text FindPreviousand then double-click the selected text to go to the "FindPrevious Method" topic. Additional query words: XL97 8.00 find next non-adjacent nonadjacent
Keywords : kbprg kbdta kbdtacode KbVBA |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |