Application.FindPrevious Method
Project Developer Reference |
Repeats the last search and returns True if the search value is found.
Syntax
expression.FindPrevious
expression A variable that represents an Application object.
Return Value
Boolean
Remarks
The FindPrevious method is functionally identical to the FindNext method. It is retained for compatibility with previous versions of Microsoft Office Project 2007.
See Also