+ Reply to Thread
Results 1 to 11 of 11

Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

  1. #1
    Registered User
    Join Date
    08-24-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    I'm having problems figuring how to correctly modify existing code to transfer data over from sheet (armele) to the 1st and 2nd page on sheet (Purchase Order Form) once the first sheet is full. The program worked fine until I added the second overflow sheet, now nothing works. Please help if you can!
    Attached Files Attached Files
    Last edited by ElmerFud; 01-14-2016 at 02:09 PM.

  2. #2
    Registered User
    Join Date
    08-24-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Help meeeeeeeeeeeeeeeeeeeeeeeeeee!

  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: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Hi Elmer...don't give up the Ghost...
    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
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Hi Elmer,
    Peruse this code as a way to find the next available row in your purchase order form.
    I'll let you figure out how to incorporate it into your existing code.

    Please Login or Register  to view this content.
    Click the * Add Reputation button in the lower left hand corner of this post to say thanks.

    Don't forget to mark this thread SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.

  5. #5
    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: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Hi Elmer

    Try this Code to transfer data to the PO Worksheet.
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    08-24-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Thanks jaslake, That works pretty good.

    Is there anyway you can fix it to delete the check marks on sheet armele after the items transfer over to Purchase Order Form.

    Also, the user needs to manually type in as well on the Purchase Order Form if an item is not available on sheet armele. So it needs to know to insert to the next available row etc. etc. until full.

    There needs to be no qty's brought over from the armele sheet the user will fill that in. So the identifier needs to be (Item Description) for the code to fill to the next row.

    One last thing once the check marks are erased on sheet armele it needs to know not to start at the top again or overwrite what's already there.

  7. #7
    Registered User
    Join Date
    08-24-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Quote Originally Posted by skywriter View Post
    Hi Elmer,
    Peruse this code as a way to find the next available row in your purchase order form.
    I'll let you figure out how to incorporate it into your existing code.

    Please Login or Register  to view this content.
    Thanks Skywriter,

    Not sure how to go about that or where to put your code. Can you implement your code into the code I've given. I would greatly appreciate it. Thanks!

  8. #8
    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: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Hi Elmer

    I'll look at it tomorrow.

  9. #9
    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: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Hi Elmer

    I believe these issues are addressed...
    Is there anyway you can fix it to delete the check marks on sheet armele after the items transfer over to Purchase Order Form.

    Also, the user needs to manually type in as well on the Purchase Order Form if an item is not available on sheet armele. So it needs to know to insert to the next available row etc. etc. until full.

    There needs to be no qty's brought over from the armele sheet the user will fill that in. So the identifier needs to be (Item Description) for the code to fill to the next row.

    One last thing once the check marks are erased on sheet armele it needs to know not to start at the top again or overwrite what's already there.
    Please Login or Register  to view this content.
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    08-24-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2007
    Posts
    78

    Re: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    Most excellent, that's why your the man! (jaslake) I can't tell you how much I appreciate this. Thanks again!!!

  11. #11
    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: Help with an existing VBA code to transfer data to 1st page then to overflow page 2.

    You're welcome...glad I could help.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their 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. Help modify existing code to include next page down in a sheet.
    By ElmerFud in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-18-2015, 01:04 PM
  2. Modify existing code to save as pdf at page breaks and rename as per cell value
    By byfield8 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-18-2015, 11:58 AM
  3. Replies: 4
    Last Post: 08-28-2014, 02:23 AM
  4. Removing Existing Page Breaks and Inserting a Page Break every third Total Line
    By Kalvas in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-17-2013, 05:12 AM
  5. Looking for a vlookup VBA code vs a page transfer
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-23-2012, 11:15 AM
  6. Need a code to transfer a certain page when a cell contains data
    By mrgillus in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-18-2009, 12:48 PM
  7. [SOLVED] How do I have information transfer from page to page in excel
    By pattyh in forum Excel General
    Replies: 1
    Last Post: 12-15-2005, 12:30 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