Hello mannm4,
You can use the Like operator to perform partial matches on strings.
Returns True if the start of the string matches, otherwise False.![]()
'To test if the beginning of the string starts with Application: Comparisons are case sensitive. objExcel.Cells(i, 1).Value Like "Application:*"
Bookmarks