Vba Cellsfind Lookin. Now I will show you how to find the comment word using the find method. LookIn: Where to look for the thing you are searching For example Formulas, Values, or Comments.
For example, if you set the LookIn parameter to xlComments, it will search for a value The next time you run Find(either from the Dialog or from VBA) the existing LookIn setting will be Comments. To find the last used row in a column, this technique starts at the last cell The other option is xlWhole, which would try to match the entire cell contents. LookIn: Look in formulas, values or notes using constants xlFormulas, xlValues, or xlNotes respectively.
Excel VBA FIND Function (& how to handle if value NOT found).
The Find method does not affect the selection or the active cell.
LookIn: Look in formulas, values or notes using constants xlFormulas, xlValues, or xlNotes respectively. How do i code to find it in hidden how. Other variations of LookIn include The Find method will return the Range object, which represents the cell in which a value.