Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to check the value in column M for each row and possibly change
the value in column F. Here's what I've written that works: Sub test() i = 2 Do Until i = 100 If Range("M:M").Cells(i).Text = "H" Then Range("F:F").Cells(i) = "H" i = i + 1 Loop End Sub Is there a better way to code this? Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking a column of values against another one | Charts and Charting in Excel | |||
Spell Checking with checking cell notes | Excel Discussion (Misc queries) | |||
Checking on two values | Excel Discussion (Misc queries) | |||
checking for missing values | Excel Programming | |||
checking values in a cel | Excel Programming |