Hi,
Thanks a lot. Its working. The only minor problem is that I want to put "X" in column B but its getting placed in column A.
How can I define column B in the following code. The following code worked properly.
Code:
Sheets("Testing_Sheet").Cells.Find(test_info(eqp_count - 1).vis_tests(looper), LookIn:=xlValues) = "X"
Thanks