View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Berend Botje[_23_] Berend Botje[_23_] is offline
external usenet poster
 
Posts: 1
Default Macros and validation lists

You could try like this:

If activeworkbook.Cells("D4").Value = "AAA" Then
cells("E4").value = "0"
cells("F4").value = "0"
cells("G4").value = "0"
End If
End Su

--
Message posted from http://www.ExcelForum.com