Thread
:
Macros and validation lists
View Single Post
#
2
Posted to microsoft.public.excel.programming
Berend Botje[_23_]
external usenet poster
Posts: 1
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
Reply With Quote
Berend Botje[_23_]
View Public Profile
Find all posts by Berend Botje[_23_]