+ Reply to Thread
Results 1 to 7 of 7

Transferring Data Between Sheets (Excel VBA)

  1. #1
    Registered User
    Join Date
    07-21-2016
    Location
    New York, United States
    MS-Off Ver
    2010
    Posts
    3

    Transferring Data Between Sheets (Excel VBA)

    So I'm trying to do a complicated data transfer between one "master" sheet and multiple "sub" sheets. Today is my first day with Excel VBA so I'm pretty lost haha. I decided to start small and transfer data from one cell of one sheet to the other sheet but I keep on getting this error of "Cannot jump to 'Sheets' because it is hidden". Can anyone please lend me a hand? Thanks in advance.

    Shi

    Please Login or Register  to view this content.

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Transferring Data Between Sheets (Excel VBA)

    You don't need to activate the sheets - so you can delete these lines:
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    07-21-2016
    Location
    New York, United States
    MS-Off Ver
    2010
    Posts
    3

    Re: Transferring Data Between Sheets (Excel VBA)

    Thanks for the response, did that but the error still pops up ):

    "Cannot jump to 'Sheets' because it is hidden"

  4. #4
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Transferring Data Between Sheets (Excel VBA)

    I assume the Destination Sheet is already visible? Try this

    Please Login or Register  to view this content.

  5. #5
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,908

    Re: Transferring Data Between Sheets (Excel VBA)

    This is enough but what is the C standing for? This will error out if you don't assign a value to it.

    Please Login or Register  to view this content.
    Last edited by bakerman2; 07-21-2016 at 11:55 AM.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Transferring Data Between Sheets (Excel VBA)

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

    http://www.mrexcel.com/forum/excel-q...lications.html
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Registered User
    Join Date
    07-21-2016
    Location
    New York, United States
    MS-Off Ver
    2010
    Posts
    3

    Re: Transferring Data Between Sheets (Excel VBA)

    Apologies for the cross-post!

+ 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. Need help transferring data through 2 sheets if a certain criteria is met
    By Alex927 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-01-2016, 03:45 PM
  2. Transferring data from multiple sheets
    By superdonk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-10-2014, 01:45 PM
  3. Transferring data between sheets?
    By Bandolin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-24-2014, 03:21 PM
  4. Transferring Data between sheets in a workbook
    By needhelpfast7 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 10-25-2013, 05:45 AM
  5. [SOLVED] Extracting and transferring data across sheets
    By ArtVandelay in forum Excel Programming / VBA / Macros
    Replies: 20
    Last Post: 06-22-2012, 02:31 PM
  6. Transferring Data From Multiple sheets into one
    By Mayank.trivedi in forum Excel General
    Replies: 2
    Last Post: 03-01-2010, 11:54 PM
  7. [SOLVED] Transferring Data Between Sheets
    By Neil M in forum Excel General
    Replies: 8
    Last Post: 05-12-2006, 10:35 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