M
mike allen
i have a large spreadsheet and i use data filter to select top few from
various columns. i would like to have a box pop up showing 2 or more
columns of these columns:
Sub Macro3()
Selection.AutoFilter Field:=9, Criteria1:="3", Operator:=xlTop10Items
end sub
would like this to run, then show in a msgbox-like presentation showing:
john 99%
will 96%
david 91%
w/ "OK" button when finished viewing, so i can continue w/ code,
like taking off filter.
the names are in columnA, while the scores (which are the top 3 in the
class) are in columnI (9th column). is this possible? thanks, mike allen
various columns. i would like to have a box pop up showing 2 or more
columns of these columns:
Sub Macro3()
Selection.AutoFilter Field:=9, Criteria1:="3", Operator:=xlTop10Items
end sub
would like this to run, then show in a msgbox-like presentation showing:
john 99%
will 96%
david 91%
w/ "OK" button when finished viewing, so i can continue w/ code,
like taking off filter.
the names are in columnA, while the scores (which are the top 3 in the
class) are in columnI (9th column). is this possible? thanks, mike allen