Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey All-
I was trying to alter a command button to auto-filter based on input from the user in cell C1. (Which is actually a merged cell of four other cells) The data range is A4:BJ3500 and this is what I'm using but it returns no results even if I put in a number that I'm certain is in column "A" - field 1. Any ideas greatly appreciated! Private Sub CommandButton1_Click() Range("A4:BJ3500").Select Selection.AutoFilter Field:=1, Criteria1:="=*" & Range("C1").Value _ & "*" End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DataFilterAuto Filter in excel 2007? | New Users to Excel | |||
Changing the color of the data auto filter buttons | Excel Worksheet Functions | |||
auto filter use with command button | Excel Worksheet Functions | |||
Excel auto filter doesn't recoginize case - won't filter AA from A | Excel Discussion (Misc queries) | |||
Control Buttons vs. Command Buttons | Excel Programming |