Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Here is the code with the missing link! What I want to do is activate a validation list (Named "Comply") in every cell to the right of a cell containing "I" in the B column... Anyone knows what goes in the (...)? Dim cell As Range For Each cell In Range("B:B") If cell = "I" Then cell.Offset(0, 1).(....) Next -- Turquoise_dax ------------------------------------------------------------------------ Turquoise_dax's Profile: http://www.excelforum.com/member.php...o&userid=35185 View this thread: http://www.excelforum.com/showthread...hreadid=554638 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Some Help Needed on getting info out of a cell from a formula | New Users to Excel | |||
varying validation info based on preceding info | Excel Discussion (Misc queries) | |||
Hyperlink info & help needed | Excel Discussion (Misc queries) | |||
Info needed...please help! | Excel Discussion (Misc queries) | |||
Hey Frank,info needed | Excel Programming |