Dear Lokesh,

Please try it..

Sub Delete_Date()
For Each Rng In Sheet1.UsedRange
If IsDate(Rng) = True Then
Rng.EntireRow.Delete
End If
Next
End Sub


On Wed, Jan 4, 2012 at 6:23 PM, lokesh <lokeshsmg2...@gmail.com> wrote:

> Hi Rajan
>
> As discussed, you have solved this query very quickly but i need some
> changes because of every time when i am pulling the data in the
> application that time below mentioned names are changed every time. so
> want in one click
> it shows what ever names are there in cell A those names comes here in
> cell J and also there counts in cell K.
>
> Please find the below examples.
>
>
>  Cell
> A
> Cell J                      Cell K
> Linda
> Miedl
> linda miedl                  1
>
> 08/31/2011
> veronica rodriguez        1
> Veronica
> Rodriguez
> luisana rangel              7
> 09/01/2011
> Tousif khan                 10
> Luisana Rangel
> 08/31/2011
> 1400839
> 1400839
> 1400839
> 1400839
> 1400839
> 1400839
> 1400839
> Tousif Khan
> 09/02/2011
> 1403719
> 1404279
> 1405861
> 1405999
> 1406279
> 1407619
> 09/01/2011
> 1399279
> 1399279
> 1399660
> 1399660
>
> Please do the needful brother.
>
> Regards
> Lokesh.M
>
>
>
>
>
> --
> FORUM RULES (986+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5)  Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to excel-macros@googlegroups.com
>



-- 
Thanks & regards,
Noorain Ansari
 *http://excelmacroworld.blogspot.com/*<http://excelmacroworld.blogspot.com/>
*http://noorain-ansari.blogspot.com/* <http://noorain-ansari.blogspot.com/>

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Attachment: Delete_onlydate.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12

Reply via email to