Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try...
With wksSource .Activate .RngToFilter.EntireColumn.AutoFilter Field:=1, Criteria1:="Y" .UsedRange.Select: Selection.Copy With wksTarget.Range("1:1") .PasteSpecial Paste:=xlPasteColumnWidths .PasteSpecial Paste:=xlPasteValues End With .RngToFilter.EntireColumn.AutoFilter End With -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter based on user inputbox | Excel Programming | |||
Autofilter based on user input? | Excel Programming | |||
user difined inputbox | Excel Programming | |||
allow user to change workbook while in Msgbox or InputBox | Excel Programming |