Results 1 to 10 of 10

Loop Sheets with VB to copy information from all worksheets to on overview sheet

Threaded View

  1. #1
    Spammer
    Join Date
    06-09-2014
    Location
    https://t.me/pump_upp
    MS-Off Ver
    Microst Office 365 Plus
    Posts
    149

    Loop Sheets with VB to copy information from all worksheets to on overview sheet

    Hi Community,

    thank you already now for even reading about my challenge!!

    I have the following challenge:
    I will have many (more than 100) sheets in my Excel file that all have the same fixed layout. Basically containing contact information like Name, Address, Phone and some additional data and notes. Each Sheetname schould be the contacts person name.
    At the first sheet I would like to have an overview list that lists some of these information. JUMP should be a Hyperlink to click that brings you to the corresponding Sheet.

    Overview sheet:
    Name1, Phone1, Datum1, JUMP
    Name2, Phone2, Datum2, JUMP
    ...

    My first idea was of course just to do it manually
    Overview sheet:
    =Sheetname1!A1, =Sheetname1!A2, =Sheetname1!A3
    =Sheetname2!A1, =Sheetname2!A2, =Sheetname2!A3

    The problem with that solution is that the Sheetname will sometimes change and therefore all links will not function anymore. Also the number of sheets will grow over time.

    I think the better solution would be to fill out the overview sheet automatically.
    I think it should run this way:
    - Loop all sheets
    - For each sheet copy the cell A1, A2, A3 into one column at Overview Sheet
    - Write JUMP in the A4 Overview Sheet and make a JUMP as a hyperlink to the current sheet in the loop (this is the biggest challenge I think!)
    - Jump to next sheet
    - Jump to next column

    Unfortunately my VB skills don't allow me to make it happen :-(
    Maybe one of you is smart enough to put that into a code? That would be really awesome!

    Thank you so much for already for reading about my problem!
    Last edited by MoldyBread; 07-25-2018 at 04:45 AM. Reason: solved

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Formula to copy information from one worksheet to an overview sheet
    By JeninQC in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-12-2017, 10:01 AM
  2. Overview sheet that automatically inserts data from other sheets
    By SiQmA in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-09-2016, 01:17 PM
  3. Overview sheet with data from different sheets
    By franz89 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-19-2015, 07:22 AM
  4. [SOLVED] Macro to copy data from multiple sheets to overview and align results on overview sheet
    By McBree in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-04-2015, 04:01 PM
  5. Resoruce overview - Create new sheet and add to sumif function in exsisting overview
    By Martinbif in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-27-2013, 09:58 AM
  6. [SOLVED] function to add from a overview sheet information to other sheets
    By benjamin.grimm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-11-2013, 06:42 AM
  7. Replies: 1
    Last Post: 01-29-2013, 09:19 PM

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