Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yep, you are correct, Rick. Actually, there is a lot more code that could
be added to make the process fully effective. I suppose the OP will figure that out as they progress. "Rick Rothstein" wrote in message ... I believe you should put an Exit For statement after your MsgBox statement, otherwise you will pop up the MessageBox for each set of cells meeting the If..Then test. -- Rick (MVP - Excel) "JLGWhiz" wrote in message ... Sub isitthere() Dim lr As Long, rng As Range lr = ActiveSheet.Cells(Rows.Count, "K").End(slUp).Row rng = ActiveSheet.Range("K4:K" & lr) For Each c In rng If c.Value "" And c.Offset(0, 1) = "" Then MsgBox "Please Update the Sheet" End If Next End Sub "tomjoe" wrote in message ... I have a workbook with 2 sheets. I am looking for a short procedure that detects if there, in sheet 2, is any occupied cell in column K (K4 and down) with no data in the cell to the right (column I). Then a message should pop up saying: "Please update the sheet". Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
lookup help. lookup result based on data in 2 columns | Excel Worksheet Functions | |||
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU | Excel Discussion (Misc queries) | |||
Matrix lookup/mulitple criteria lookup | Excel Discussion (Misc queries) | |||
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup | Excel Worksheet Functions | |||
Pivot table doing a lookup without using the lookup function? | Excel Discussion (Misc queries) |