I am looking for code to find text in a specific format with in a workbook. The code would be
if I wanted to search every cell, but I am hoping there is a quicker way using worksheet.find(). ex:![]()
If cell() like "####-#[A,B,C]*" then
Thanks for any help,![]()
ActiveSheet.Cells.Find(What:="####-#[S]*").Address
H
Bookmarks