Hello mannm4,

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