+ Reply to Thread
Results 1 to 2 of 2

Macro to copy information into tab based on cell value

  1. #1
    Registered User
    Join Date
    04-19-2017
    Location
    London
    MS-Off Ver
    2010
    Posts
    3

    Macro to copy information into tab based on cell value

    Hi,

    I am new to VBA and looking for some help with the attached file.

    I would like to add some code that copies the information from the data tab into the relevant tab based on the value in column F of the data tab.

    Any guidance on this would be greatly appreciated !

    Chris
    Attached Files Attached Files

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Macro to copy information into tab based on cell value

    Try such simple macro:
    Please Login or Register  to view this content.
    To work as expected add just single space or anyc character to cell A2 in all your output sheets, and of course additional lines to transfer all needed data

    To increase speed one could disable screen updating and recalculation during the execution,

    To increase more, consider filtering out each department first and then mass-copying whole dept data into it's worksheet.
    Best Regards,

    Kaper

+ 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. [SOLVED] Open multiple workbooks based on cell values and copy and paste information
    By egemencoskun in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 04-24-2014, 04:37 AM
  2. Copy cell information based on another cell criteria
    By brian807 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-26-2013, 09:14 AM
  3. [SOLVED] Macro to cut and paste to different sheet based on a certain cell information
    By mmcgrail in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-04-2013, 05:39 PM
  4. [SOLVED] Macro that will auto-copy information when a cell is selected?
    By LuckyMan in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 02-06-2013, 02:27 PM
  5. [SOLVED] Macro to copy,paste and group information based on value in a cell
    By gullit in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-14-2012, 05:32 PM
  6. Looking for Macro to copy information within a cell
    By thespeth in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-08-2012, 05:50 PM
  7. Copy information from one cell to many cells based on certain criteria
    By thomasrawley in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-07-2006, 12:16 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