How to autoselect the number of rows after a filter is done
up vote
0
down vote
favorite
How to autoselect the number of visible rows after a filter is done?
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=7, Criteria1:="promo"
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=12, Criteria1:="="
Rows("56:56").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Delete Shift:=xlUp
vba filter basic
add a comment |
up vote
0
down vote
favorite
How to autoselect the number of visible rows after a filter is done?
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=7, Criteria1:="promo"
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=12, Criteria1:="="
Rows("56:56").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Delete Shift:=xlUp
vba filter basic
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
1
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to autoselect the number of visible rows after a filter is done?
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=7, Criteria1:="promo"
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=12, Criteria1:="="
Rows("56:56").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Delete Shift:=xlUp
vba filter basic
How to autoselect the number of visible rows after a filter is done?
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=7, Criteria1:="promo"
ActiveSheet.Range("$A$1:$O$1464").AutoFilter Field:=12, Criteria1:="="
Rows("56:56").Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Delete Shift:=xlUp
vba filter basic
vba filter basic
asked Nov 7 at 9:07
chee seng ng
11
11
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
1
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18
add a comment |
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
1
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
1
1
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53186339%2fhow-to-autoselect-the-number-of-rows-after-a-filter-is-done%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This topic has been covered in this question. The answer there should help you.
– rohrl77
Nov 7 at 9:23
1
Possible duplicate of VBA selecting visible cells after filtering
– Foxfire And Burns And Burns
Nov 7 at 10:18