J
JonathanK1
I have an input box that searches column 8. Ok, no problem. It pull
the data (copies it) and pastes it. Except that it's pasting some o
the wrong data/rows.
For example, the input box is year but when I enter the year (e.g.
2007), it copies the rows with 2007 in column 8 but also brings me bac
other years as well (2006 rows gets mixed in). Is there a way to kee
this from happening? it should only be searching row 8, not the othe
rows (and I can't see anything remotely close to these numbers in an
other cells anyway). It's not that helpful if it keeps doing this (an
it happens every single time I query).
(working.Cells(x,8).Value) = TheAnswer Then
working.Rows(x).EntireRow.Copy
Thanks
the data (copies it) and pastes it. Except that it's pasting some o
the wrong data/rows.
For example, the input box is year but when I enter the year (e.g.
2007), it copies the rows with 2007 in column 8 but also brings me bac
other years as well (2006 rows gets mixed in). Is there a way to kee
this from happening? it should only be searching row 8, not the othe
rows (and I can't see anything remotely close to these numbers in an
other cells anyway). It's not that helpful if it keeps doing this (an
it happens every single time I query).
(working.Cells(x,8).Value) = TheAnswer Then
working.Rows(x).EntireRow.Copy
Thanks