Hello all,
Stuck on a code where I need to find key word and from that key word copy all rows below it.
I keep getting Method 'Range' of Oject' _ Global Failed error
Header2 = Kps.Cells(5, 2)
MtTabs = Cells(Rows.Count, 1).End(xlUp).Row
For q = 6 To MtTabs
MAITName = Kps.Cells(q, 1)
Family =...