View Single Post
 
Old 10-27-2015, 10:53 PM
MOHAMMEDSALMAN MOHAMMEDSALMAN is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Sep 2015
Location: Mumbai
Posts: 9
MOHAMMEDSALMAN is on a distinguished road
Default

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
Reply With Quote