View Single Post
 
Old 12-28-2014, 05:56 AM
hussnainh8 hussnainh8 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Dec 2014
Posts: 5
hussnainh8 is on a distinguished road
Default

Quote:
Originally Posted by Bruno Campanini View Post
The small routine I added (Private Sub Workbook_SheetChange())
works that way:
every time you change a value in a A:J range of the sheet, the code
checks the D cell for zero value and sends a message.

It's not practical: may be you want D cell to be checked after completion
of A:C range, or something like that.
You didn't give enough info...

Bruno
Hi,

Thanks for the help... I want Excel to show a error message if cells D9 till D16 are "Empty". A simple error message which says "Please fill empty cell in" would be fine.. I did already state this in my first message.

Thank You.
Reply With Quote