Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have what I hope is a simple looping question: I'm trying to
filter each of many worksheets in a workbook for the unique values in a particular column, and then "unfilter" the whole workbook. My "unique" function enters an infinite loop, I think. Any clues? Sub unique() Dim ws As Worksheet For Each ws In Worksheets 'Columns("B:B").Select ws.UsedRange.AdvancedFilter Action:=xlFilterInPlace, unique:=True Next End Sub Sub ununique() Dim ws As Worksheet For Each ws In Worksheets ActiveSheet.ShowAllData Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF formula-simple question; simple operator | Excel Discussion (Misc queries) | |||
Help with simple looping program | Excel Programming | |||
Simple looping question | Excel Programming | |||
Simple looping question | Excel Programming | |||
Simple Array Looping | Excel Programming |