Glad to help. Noorain’s also worked just fine using formulas. I prefer using 
macros for this 

Don Guillett
SalesAid Software
dguille...@gmail.com

From: Mohammed Muneer 
Sent: Saturday, February 18, 2012 10:04 PM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ RE: Mr. Don I am really really really thankful to u 
for help!

Excellent, u r sooooo nice.

 

Really I was struggling with this bloody problem……….

Good bye to the problemblemblemblemblemblem………..

 

Thanks & Regards,

Muneer,

CC…

 


--------------------------------------------------------------------------------

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of dguillett1
Sent: Saturday, February 18, 2012 5:35 PM
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Mr.Noorain there is again some problem in u r 
solved book - plz check.........

 

See attached for this AUTOMATIC macro that does not need formulas. Just change 
a1

Private Sub Worksheet_change(ByVal Target As Range)

If Target.Address <> Range("a1").Address Then Exit Sub

Dim lr As Long

 

Rows(8).Resize(Cells(Rows.Count, 1).End(xlUp).Row).Delete

lr = Sheets("Data!").Cells(1, 1).End(xlDown).Row

With Sheets("Data!").Range("a2:p" & lr)

.AutoFilter Field:=1, Criteria1:=Target

.SpecialCells(xlCellTypeVisible).Copy Range("A8")

.AutoFilter

End With

End Sub

 

Don Guillett
SalesAid Software
dguille...@gmail.com

 

From: Mohammed Muneer 

Sent: Friday, February 17, 2012 10:38 PM

To: excel-macros@googlegroups.com 

Subject: $$Excel-Macros$$ Mr.Noorain there is again some problem in u r solved 
book - plz check.........

 

Dear Noorain can u plz check again there is a some problem confronting to 
execute properly.

 

 

 

 

 

Regards,

Muneer,

CC...

-- 
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

-- 
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
-- 
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

-- 
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

Reply via email to