Hi,
I'm wanting to insert a button(Macro) in excel 2010 which when pressed will autofilter a spreadsheet if a word (say London) appears in either column E, column F or G. Any help would be much appreciated![]()
Sheets("City").Select
ActiveSheet.Range("$A$1:$G$547").AutoFilter Field:=5, Criteria1:="London"
How can I get it to autofilter field 5, 6 or 7 for the same criteria? at the same time?
Thank you.
Bookmarks