+ Reply to Thread
Results 1 to 15 of 15

Copy Visible Date and Paste into Visible Cells only

  1. #1
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Smile Copy Visible Date and Paste into Visible Cells only

    Hello
    I have bid data and i am sharing my problem as a sample
    I have attached workbook " Visible"
    I want to copy the data from Main sheet against Alexander to Loans sheets against Alexander
    I tried Visible Cells by using ALT+; but fail

    I want ideas how can I do it
    Note: Data in Main Sheets Already get by formula from somewhere else/other workbook and I just filtered required data which needs to copied and paste into Loans sheets.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Copy Visible Date and Paste into Visible Cells only

    Is it possible/allowable to sort the Loans" worksheet alphabetically? That would allow you to paste from "Main".

  3. #3
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Re: Copy Visible Date and Paste into Visible Cells only

    Without Sorting any other idea

    Quote Originally Posted by GeoffW283 View Post
    Is it possible/allowable to sort the Loans" worksheet alphabetically? That would allow you to paste from "Main".

  4. #4
    Valued Forum Contributor
    Join Date
    02-02-2016
    Location
    Indonesia
    MS-Off Ver
    Office 365
    Posts
    1,004

    Re: Copy Visible Date and Paste into Visible Cells only

    Using vba, this code can copy-paste value from a filtered range to another filtered range.

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Re: Copy Visible Date and Paste into Visible Cells only

    Thanks its working , can we do it without macro

    Quote Originally Posted by Akuini View Post
    Using vba, this code can copy-paste value from a filtered range to another filtered range.

    Please Login or Register  to view this content.

  6. #6
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Copy Visible Date and Paste into Visible Cells only

    May be :
    >Select filter data > Go to Home tab > Find & Selection > click on Go to special > Select visible cell only > ok


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  7. #7
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Re: Copy Visible Date and Paste into Visible Cells only

    Thanks AVK , but I have already tried it and fail

    Quote Originally Posted by avk View Post
    May be :
    >Select filter data > Go to Home tab > Find & Selection > click on Go to special > Select visible cell only > ok

  8. #8
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Copy Visible Date and Paste into Visible Cells only

    can you explain in details, actual what happen? step by step

  9. #9
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Re: Copy Visible Date and Paste into Visible Cells only

    I have a sheet " Loans " which have some missing/blank cells against clients, on the other hand I have other workbook which contains the some information for the " Loans sheet " SO I filter the data from other work book and paste into Loans sheets against missing data/blank cells
    We can fetch data via formula vlook or index match by using helping columns but i want to do it in a single go

    Quote Originally Posted by avk View Post
    can you explain in details, actual what happen? step by step

  10. #10
    Valued Forum Contributor
    Join Date
    02-02-2016
    Location
    Indonesia
    MS-Off Ver
    Office 365
    Posts
    1,004

    Re: Copy Visible Date and Paste into Visible Cells only

    Quote Originally Posted by vikas_newports View Post
    Thanks its working , can we do it without macro
    I don’t know, I wrote the macro because I couldn’t find a way to do it without macro.

  11. #11
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Copy Visible Date and Paste into Visible Cells only

    But in your file their is no any blank row in both sheets.
    As i assuming that, you need to unique name in loans sheet & sum amount with name criteria.
    see attach file.
    Attached Files Attached Files

  12. #12
    Forum Contributor
    Join Date
    05-26-2016
    Location
    India
    MS-Off Ver
    Microsoft 2021
    Posts
    324

    Re: Copy Visible Date and Paste into Visible Cells only

    I am sorry, I have mentioned that its the sample data thats why I used Filtered


    Quote Originally Posted by avk View Post
    But in your file their is no any blank row in both sheets.
    As i assuming that, you need to unique name in loans sheet & sum amount with name criteria.
    see attach file.

  13. #13
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Copy Visible Date and Paste into Visible Cells only

    Kindly attach file with actual data record along with desire result.

  14. #14
    Registered User
    Join Date
    05-10-2020
    Location
    INDIA
    MS-Off Ver
    2013
    Posts
    92

    Re: Copy Visible Date and Paste into Visible Cells only

    Thank you for this code. It partially does what I'm looking for too.
    One thing of note, though: the section below only skips hidden rows

    Please Login or Register  to view this content.
    I modified this to skip hidden columns

    Please Login or Register  to view this content.
    So far, those sections are of either-or use. As I'd like to skip both hidden rows and columns I also attempted to merge both loops. So far I did not succeed. The following section not only overpastes all hidden row and columns but also adds addition pastings to the right and down. Perhaps s.o. else might be able to complete it.

    Please Login or Register  to view this content.
    Quote Originally Posted by Akuini View Post
    Using vba, this code can copy-paste value from a filtered range to another filtered range.

    Please Login or Register  to view this content.

  15. #15
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,557

    Re: Copy Visible Date and Paste into Visible Cells only

    Administrative Note:

    Hello quirkybox and Welcome to Excel Forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Copy-Paste formatting of visible cells to visible cells
    By hansaaa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-05-2018, 04:29 PM
  2. How to copy/paste visible cells only? (found the answer online)
    By VAer in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2017, 09:40 AM
  3. Copy/paste visible cells only?
    By Royser12345 in forum Excel General
    Replies: 3
    Last Post: 03-02-2014, 01:52 PM
  4. Use visible rows from autofilter to build Pivot table. Or use visible rows to Copy/Paste
    By mwhitedesigns in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-08-2012, 10:34 AM
  5. [SOLVED] Copy/Pasting Values from visible cells (using autofilter) to visible cells
    By evakotsi in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-23-2012, 07:49 AM
  6. Copy Visible cells and paste values only to visible target cells
    By wotadude in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-28-2010, 04:09 AM
  7. Copy and Paste Visible Cells
    By Lost and Looking for Help in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-08-2006, 10:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1