Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I want to insert an OR statement in this sub, how would I do it? IF Range("a4 or b4 or c4 or d4").Text = "Due" then..
Sub Balance( With Range("g1" IF Range("c4").Text = "Due" The .Cells.Formula = "=sum(a2,f3) Els .Cells.Formula = End I End Wit End Su Thanks Howard |