Cheers Nitin & appreciate your acknowledgement!
ᐧ

On Mon, Jan 12, 2015 at 7:32 PM, Nitin Balodi <nitinbal...@live.com> wrote:

> Hi Vaibhav,
>
> Many thanks, code worked.
>
>
> Regards.
>
> Yours Sincerely,
> *Nitin Balodi*
>
>
> ------------------------------
> From: v...@vabs.in
> Date: Mon, 12 Jan 2015 15:45:33 +0530
> Subject: Re: $$Excel-Macros$$ Iterating Filtered list using VBA
> To: excel-macros@googlegroups.com
>
>
> Hi Nitin,
>
> Browsing thru filtered cell you can use following code:
>
> *Sub loop_filt_rng()*
> *Dim rng as Range, c as Range*
> *ActiveSheet.Range("$A$1:$R$1").AutoFilter Field:=10, Criteria1:="Nitin",
> Operator:=xlOr, Criteria2:="Balodi"*
> *Dim c As Range, rng As Range*
> *Set rng = Range("A2",
> Range("A2").End(xlDown)).Cells.SpecialCells(xlCellTypeVisible)*
>
> *For Each c In rng*
> *'your code*
> *Debug.Print c*
> *Next*
> *End Sub*
>
> Cheers!!
>
> ᐧ
>
> On Mon, Jan 12, 2015 at 11:50 AM, Nitin Balodi <nitinbal...@live.com>
> wrote:
>
> Hi Experts,
>
> I am writing a code and having issues in moving through rows in the
> filtered list. I have written the below code by searching on internet but
> it isn't working. Please help.
>
> *Sub ScanningFilteredList()*
>
> *Dim CountValue As Integer*
> *Dim CopyCell*
>
> *ActiveSheet.Range("$A$1:$R$1").AutoFilter Field:=10, Criteria1:="Nitin",
> Operator:=xlOr, Criteria2:="Balodi"*
> *CountValue =
> ActiveSheet.UsedRange.Columns(1).SpecialCells(xlCellTypeVisible).Count - 1*
>
> *For i = 2 To CountValue*
> *Range("A1").Select*
>
> *//Code line 1 to iterate the list*
> *Range("A1").SpecialCells(xlCellTypeVisible).Offset(i, 1).Select*
>
> *//Code line 2 to iterate the list*
> *'Range("A2", Cells(Rows.Count,
> "A").End(xlUp)).SpecialCells(xlCellTypeVisible).Cells(i, 1).Select*
>
> *MsgBox Selection.Value*
> *Next i*
>
> *End Sub*
>
>
>
> Regards.
>
> Yours Sincerely,
> *Nitin Balodi*
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 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) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 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) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES
>
> 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) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

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) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.

Reply via email to