+ Reply to Thread
Results 1 to 8 of 8

filling next row if cell is full

  1. #1
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    filling next row if cell is full

    Hi,

    basicly..when i click on the macro button on Input_sheet twice, I would like that the second time, the result on the sheet results appear twice..so if i have for the first time the result
    1
    2
    3
    and I click a second time...I would like to see next after
    1
    2
    3
    1
    2
    3

    here is my coding...copying the cell from sheet work well..but when i click a second time...it start from a2 again.

    Please Login or Register  to view this content.
    Last edited by extremis; 08-08-2013 at 03:17 PM.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: filling next row if cell is full

    What happen if you click on the 3rd time?

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: filling next row if cell is full

    alrite, i am just guessing here. Maybe

    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    Re: filling next row if cell is full

    third time..same thing..just copy first range of data over the one that was previsouly ther..

  5. #5
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    Re: filling next row if cell is full

    hi, alright..we didnt understand each other. I am sorry, I will try to express myself in a better way.

    Your macro work fine with what I asked on the first post, however, the 1,2,3 was only an example. If you look at my code, you see that i am selecting rangeA2:o2 then go to bottom.select visible cell only THEN paste in in the result sheet...

    Basicly, i want to do that, when when there is already results in sheets results, i want that the code keep on copying information from rangeA2:o2 where the information ended in sheet results..thus..

    again as an example
    1
    2
    3..

    then i want the code ti pick up where it left..
    1
    2
    3..
    1
    2
    3... BUT..with visible cell ranging from a2;02 in sheet input sheet :D..clearer?

  6. #6
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    Re: filling next row if cell is full

    found the solution

    Please Login or Register  to view this content.

  7. #7
    Registered User
    Join Date
    01-21-2014
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: filling next row if cell is full

    If I wanted the current date added into that next available row, where would I put the =Date part?

  8. #8
    Forum Contributor
    Join Date
    04-26-2013
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    167

    Re: filling next row if cell is full

    need to replace the offset

    Sheets("Results").Cells(Rows.Count, "a").End(xlUp).Offset(1, 1).PasteSpecial xlPasteValues

+ 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. filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 PM
  2. filling information from one cell and filling another.
    By Gord Dibben in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  3. filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  4. filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  5. filling information from one cell and filling another.
    By Dianne in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 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