View Single Post
 
Old 03-23-2015, 08:12 AM
ketangarg86 ketangarg86 is offline Windows 8 Office 2013
Novice
 
Join Date: Oct 2014
Posts: 11
ketangarg86 is on a distinguished road
Default

Thanks for your prompt response. Yes, I did change the values you asked me to do. I have attached the sample excel sheet and the code below.

Const strWorkBook As String = "Count0To12Hr.xls" 'The name of the attached workbook
Const strSheet As String = "Count0To12Hr" 'The name of the worksheet to process
Const strCell As String = "E2" 'The cell to process
Const iCount As Integer = 25 'The threshold value of the above cell
Const strMessage As String = "count for today dropped by 20 percent from last weekday"
Attached Files
File Type: xls Count0To12Hr.xls (21.0 KB, 13 views)
Reply With Quote