Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet - lets call it listSheet - that contains a list of names
in A2:A25, and a list of other text in B2:B50. Running my code on active sheet, how do I accomplish: For i = 2 to lstRow If cells (i,1).value is found in listSheet A2:A25 AND cells(i,2).value is found in listSheet B2:B50 Then cells (i,1) through cells(i,6).font.bold = true next i Thanks in advance! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
right syntax | Excel Worksheet Functions | |||
SQL syntax | Excel Worksheet Functions | |||
Syntax Help | Excel Worksheet Functions | |||
Syntax | Excel Programming | |||
Syntax | Excel Programming |