+ Reply to Thread
Results 1 to 8 of 8

Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

  1. #1
    Registered User
    Join Date
    08-06-2014
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    15

    Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    Hi and thank you this is a project I was working on last year and just stopped or gave up.

    I am Total Newbie at excel but with help from members last year a managed to put this project together with snippets of code what I was trying to do was create A booking interactive form to make booking in goods allot easier I have gone as far as I can But what I am trying to do is.......

    To copy pasted values from sheet1 and paste to sheet2 x amount of times or booked in rows and then also paste that value to sheet3 B3 and print if you have a look at the Excel file and play about with it might give you a better understanding.

    I think I explained what it was i was asking for help for but if not message me and I will try to explain a bit further

    Thank you.
    Attached Files Attached Files
    Last edited by Dess; 09-11-2015 at 03:19 AM.

  2. #2
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    Hi Dess,

    Welcome to the Forum!

    I think we could more easily help you if you included some data in your sample
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

  3. #3
    Registered User
    Join Date
    08-06-2014
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    15

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    Sorry for the vague info but I was tired and not long finished work
    I have tried to use some of the code in the project to copy an paste but to no avail

    what it is I'm trying to do is COPY Sheet1 Column "A" Down X amount Based on Cell Value on Sheet4 "F1" and then Paste to Sheet2 Column "E" and on Printout it would add each copied cell from Sheet2 column "E" on each Print to Sheet3 cell "B3" and print ??????

    lol I think I said this right this has gone way beyond my understanding of excel and any help is greatly except

    thanks :P

  4. #4
    Registered User
    Join Date
    08-06-2014
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    15

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    Quote Originally Posted by Dess View Post

    what it is I'm trying to do is COPY Sheet1 Column "A" Down X amount Based on Cell Value on Sheet4 "F1" and then Paste to Sheet2 Column "E"
    Ok so I have figured out the part quoted above but Im still having an issue with printing out each cell one at a time on Sheet3 "B3" I think this would need to be add to the VBA print code which Im looking into but finding it difficult to figure out.

    The code I used for the Quoted section Above was-

    Dim rColumn As Range
    Dim rCopy As Range
    Const TargetColumn As String = "E"

    Set rColumn = Sheet1.Columns("A")
    Set rCopy = Sheet4.Range("F1")

    Dim Sb As Long
    Sb = Sheet2.Range(TargetColumn & Rows.Count).End(xlUp).Row
    Sb = Sheet2.Range(TargetColumn & Rows.Count).End(xlUp).Row + 1
    Cells(Sb, TargetColumn).Resize(rCopy, 1).Value _
    = rColumn.Value

    which I figured out by myself which I was quite chuffed as Im No excel expert but managed to get there YAY me!

    But now I might need help to Increment Sheet3 "B3" by Each Cell from Sheet2 Column "E" On PrintOut

    A Updated Excel File Attached Below and pictures Below to illustrate but i have inserted them the wrong way round the pictures start from bottom to top sorry for a poor post in advance
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by Dess; 09-10-2015 at 03:20 PM.

  5. #5
    Registered User
    Join Date
    08-06-2014
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    15

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    Bump! Any help on this please

  6. #6
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    if im understanding your current issue....its the pallet label printing bit??
    if so would this be in line with what you want?

    Please Login or Register  to view this content.
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  7. #7
    Registered User
    Join Date
    08-06-2014
    Location
    Wales
    MS-Off Ver
    2010
    Posts
    15

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    truly Appreciated for the quick reply That works a treat Rep add

  8. #8
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Copy Data from Cells A Sheet1 to Sheet2 E1 and then Sheet 3 B3

    thanks for the rep
    just be advised that
    Please Login or Register  to view this content.
    works because its a controlled environment
    ie you control what goes into column D

    alternatively you can use
    Please Login or Register  to view this content.
    <D36 as this is the last row before your "Footer"

+ 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 a macro to delete data on sheet2, copy data from sheet1 to sheet2
    By noorie007 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-03-2014, 02:32 PM
  2. [SOLVED] copy data from sheet1 to sheet2 based on column (A) sheet1 and column (C) sheet2
    By AWITCHER in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-13-2014, 03:20 PM
  3. Copy Data from Sheet1 to Sheet2 depending on input on Sheet1
    By jjmitchell88 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2014, 04:33 PM
  4. Replies: 6
    Last Post: 07-25-2013, 02:58 PM
  5. [SOLVED] VBA code for not copy data in Sheet2 if all cells in range in Sheet1 are not filled
    By ginodauri in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-10-2013, 12:33 PM
  6. [SOLVED] A button to create Sheet2, copy there data from Sheet1 and rename the sheet?
    By mintymike in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-17-2012, 10:34 AM
  7. How Copy the Data from more cell in sheet1 to a row on sheet2 (others sheet)
    By antoni in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 06-11-2009, 09:23 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