View Single Post
 
Old 09-22-2015, 04:45 AM
poem poem is offline Windows XP Office 2007
Novice
 
Join Date: Jun 2015
Location: oman
Posts: 13
poem is on a distinguished road
Default "Notification".

i appericate you too much you have done .
i mean you code on "Notification".
please browse attachment snap shot .
if you write like this code
Sub pop message _Click() '' notification
Dim i As Long
Dim expdate As String
Dim Edate As String
Edate = Format(Now(), "mm/dd/yyyy")
'' look for expired dates ''
For i = 2 To 9
If DateDiff("d", Cells(i, 2).Value, Edate) <= 30 Then
AND
ForEachcell In C2:C9
IfIsEmpty(cell) Then
cell.Value = MSGBOX
and fill cell with black ground white and word informed

End If
Next i
End Sub
Attached Images
File Type: jpg B notification .JPG (56.5 KB, 19 views)
File Type: jpg C .JPG (28.8 KB, 18 views)
Reply With Quote