+ Reply to Thread
Results 1 to 6 of 6

Copy paste data one to multiple sheet based on cell value to sheet name

  1. #1
    Registered User
    Join Date
    02-24-2014
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    65

    Copy paste data one to multiple sheet based on cell value to sheet name

    I need to copy paste items detail to its sheet name automatically vba
    Attached Files Attached Files
    Last edited by Richard Buttrey; 03-15-2015 at 06:58 AM.

  2. #2
    Registered User
    Join Date
    02-24-2014
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    65

    Re: Copy paste data one to multiple sheet based on cell value to sheet name

    pls help code i am new to macro and forum

    thank in advance

  3. #3
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Copy paste data one to multiple sheet based on cell value to sheet name

    Hi kannan1847

    Welcome to the Forum!!!

    Try this Code in the attached. CTRL + x will fire the Code...
    Please Login or Register  to view this content.
    Attached Files Attached Files
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  4. #4
    Registered User
    Join Date
    02-23-2014
    Location
    Bulgaria
    MS-Off Ver
    Excel 2003
    Posts
    1

    Re: Copy paste data one to multiple sheet based on cell value to sheet name

    Here's another way of solution of the problem you
    in H1 in each cell I wrote the formula =MID(CELL("filename";A1);FIND("]";CELL("filename";A1))+1;256)
    this formula gives you the name of the active sheet
    then I used autofilter in each sheet
    and this result for you frend
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-24-2014
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    65

    Re: Copy paste data one to multiple sheet based on cell value to sheet name

    Thank you for response

  6. #6
    Registered User
    Join Date
    02-24-2014
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    65

    Re: Copy paste data one to multiple sheet based on cell value to sheet name

    Thankyou sir

+ 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] Copy Data Create a New Sheet Name Should be Based On Cell D7 value and paste here
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-16-2014, 01:11 AM
  2. [SOLVED] Copy and paste data from sheet 2 to sheet 1 based on specific criteria on sheet 1
    By VBADUD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2012, 04:18 AM
  3. [SOLVED] Macro to Copy Data from one Sheet A to Sheet B based on value in cell on sheet A
    By scass in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-11-2012, 07:21 PM
  4. copy paste data with multiple selected ranges from sheet to sheet
    By sivdin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-14-2011, 02:45 PM
  5. Replies: 8
    Last Post: 08-08-2010, 06:10 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