Automatically Copy Visible Cells Only
I'm trying to automatically. copy a column of values from one sheet to the other but I want it to only show the visible cells. So when I change the filter the copied product on the other sheet changes automatically.
microsoft-excel vba
add a comment |
I'm trying to automatically. copy a column of values from one sheet to the other but I want it to only show the visible cells. So when I change the filter the copied product on the other sheet changes automatically.
microsoft-excel vba
add a comment |
I'm trying to automatically. copy a column of values from one sheet to the other but I want it to only show the visible cells. So when I change the filter the copied product on the other sheet changes automatically.
microsoft-excel vba
I'm trying to automatically. copy a column of values from one sheet to the other but I want it to only show the visible cells. So when I change the filter the copied product on the other sheet changes automatically.
microsoft-excel vba
microsoft-excel vba
asked Jan 22 at 19:18
Paige HilliardPaige Hilliard
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Good Day,
So if i understand you want to copy only the displayed details from on worksheet to another. Apply your filter, highlight the column, copy the data (Ctrl & C) . Go to the new sheet and paste should work.

!Sheet 2]2

but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2fsuperuser.com%2fquestions%2f1397135%2fautomatically-copy-visible-cells-only%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Good Day,
So if i understand you want to copy only the displayed details from on worksheet to another. Apply your filter, highlight the column, copy the data (Ctrl & C) . Go to the new sheet and paste should work.

!Sheet 2]2

but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
add a comment |
Good Day,
So if i understand you want to copy only the displayed details from on worksheet to another. Apply your filter, highlight the column, copy the data (Ctrl & C) . Go to the new sheet and paste should work.

!Sheet 2]2

but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
add a comment |
Good Day,
So if i understand you want to copy only the displayed details from on worksheet to another. Apply your filter, highlight the column, copy the data (Ctrl & C) . Go to the new sheet and paste should work.

!Sheet 2]2

Good Day,
So if i understand you want to copy only the displayed details from on worksheet to another. Apply your filter, highlight the column, copy the data (Ctrl & C) . Go to the new sheet and paste should work.

!Sheet 2]2

answered Jan 22 at 19:25
BradRBradR
825
825
but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
add a comment |
but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
but I was hoping that on the first sheet you'd fill out the filter and then it would automatically change on the second sheet without filling out another filter
– Paige Hilliard
Jan 22 at 19:26
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
@PaigeHilliard Not possible without use of macros, With macros you would have to clear out the destination, cycle through the filtered cells, and insert them into the destination. Since I know the follow up will be, how do I do this? try to use the Macro Recorder feature of Excel which should do most of that for you
– Eric F
Jan 22 at 19:29
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2fsuperuser.com%2fquestions%2f1397135%2fautomatically-copy-visible-cells-only%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