Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Both F7 and H7 contain a date yet this sub does not execute the
statements after Then.................Please help. Sub GetAmOrDep() Dim TestDate As Date TestDate = DateAdd("m", Range("F7").Value, Range("H7").Value) If TestDate < Range("I7").Value Then Range("K7").Select Selection.Copy Range("M7").Select ActiveSheet.Paste End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Match function with duplicate values in an array | Excel Worksheet Functions | |||
numerical integration | Excel Discussion (Misc queries) | |||
Using IF function for inbetween cell values | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |