autofilter question

Lukums

Board Regular
Joined
Nov 23, 2015
Messages
195
Hey guys,

Probably an easy one... but I can't work it out

I need for column 26 to be seen as blank: I thought the below would work but it doesn't.

.AutoFilter Field:=23, Criteria1:="Ridge300"
.AutoFilter Field:=25, Criteria1:="SEND THESE"
.AutoFilter Field:=26, Criteria1:=""

Any ideas for this to be seen only if criteria in column 26 is blank?

Thank you all.

Luke
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Try...

Code:
Criteria1:="[COLOR="#FF0000"]=[/COLOR]"
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,972
Members
448,933
Latest member
Bluedbw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top