Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
help please ,
i am developing a simple program in EXCEL which counts the values entered in a range, it will only be counted if the text in that range is date.
Posted
Updated 29-Aug-13 9:17am
v3
Comments
Thanks7872 29-Aug-13 8:54am    
Where is the question?

For that u have to Use
VB
If ISDATE(Cellvalue) Then
'Your Code here
End If
 
Share this answer
 
thanks but i already solved it. but big thanks to you :)
 
Share this answer
 
Comments
Nelek 1-Sep-13 8:14am    
If you solved it, you could post the solution so other people with same problem can get the help as well. If you are going to do that, please use the "improve solution" widget here, insteads of posting another time

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900