Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I am using the follwoing code, For rwIndex 4 to 100 If Month(Worksheets("Sheet1").Cells(rwIndex, 12).Value) _ Month(Mydate) Then .Interior.Color = RGB(255, 0, 0) ElseIf Month(Worksheets("Sheet1").Cells(rwIndex, 12).Value) = "" Then Worksheets("Sheet1").Cells(rwIndex, 12).Interior.Color = 2 Else Worksheets("Sheet1").Cells(rwIndex, 12).Interior.Color = 2 End If System gives me 'Complie Error' Else without if. Please advise, what is wrong with my code |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Wild Cards with IF stmt | Excel Worksheet Functions | |||
Rounding down from .9 in an IF stmt | Excel Worksheet Functions | |||
if stmt trouble | Excel Discussion (Misc queries) | |||
URGENT need help with if/then stmt. | Excel Worksheet Functions | |||
IF Stmt. for cumulative commissions. | Excel Discussion (Misc queries) |