I am trying to find the multiple row numbers in which a particular value is found inside.
In the code shown below, the red coloured line shows an error
Sub LoopThroughSheets()
Dim findRng As Range
Dim firstRow As Long
Dim row As Long
Dim allFinds As String
Dim numberOfRowsWithSameMKB As...