View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Turquoise_dax[_17_] Turquoise_dax[_17_] is offline
external usenet poster
 
Posts: 1
Default Last needed info (validation)


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