Hi Yep,
Having a whirl of a time here
I have a tag that i want to get the row number it is on
EndRow
Its at row 22 but its giving row 3776 that another tag with the same name is on.... even though i call AddSt... code below
endAddRow = Worksheets("AddSt").Cells.Find("EndRow", [a1], xlFormulas, xlWhole, xlByRows, xlPrevious).Row
should be 22
gving me 3776, this is valid for Sheet2
Having a whirl of a time here
I have a tag that i want to get the row number it is on
EndRow
Its at row 22 but its giving row 3776 that another tag with the same name is on.... even though i call AddSt... code below
endAddRow = Worksheets("AddSt").Cells.Find("EndRow", [a1], xlFormulas, xlWhole, xlByRows, xlPrevious).Row
should be 22
gving me 3776, this is valid for Sheet2