+ Reply to Thread
Results 1 to 6 of 6

Entering data into the next row automatically

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    218

    Entering data into the next row automatically

    Hello I am trying to make my macro so the data I eneter is generated into the next available row.

    However, I can only seem to generate the content a few rows down with


    Whenever I try changing the cells it returns an error and was hoping for any help

    Thanks
    Last edited by lesoies; 10-04-2012 at 11:03 AM.

  2. #2
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Slough
    MS-Off Ver
    Excel 2007
    Posts
    469

    Re: Entering data into the next row automatically

    Hi Lesoies,

    Is there ever a row that is guaranteed to have data in it?

    Regards

    Danny

  3. #3
    Forum Contributor
    Join Date
    07-17-2012
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    218

    Re: Entering data into the next row automatically

    Thanks for the reply Danny, yes there is the top row which contains the headings. Then below is the data so atm I only have it so i take that line of code out and data is only entered on the second row or put that line in and it gets generated 6 rows down

  4. #4
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Slough
    MS-Off Ver
    Excel 2007
    Posts
    469

    Re: Entering data into the next row automatically

    Try
    Please Login or Register  to view this content.
    with E1 being the column that is guaranteed to be populated everytime. For every column you are across from where you intend to start (For example if the column always populated is C you put C1 where E1 is but you information starts from A1 then you will need to change the offset(1,0) to offset(1,-2)

    That should work fine for you.

  5. #5
    Forum Contributor
    Join Date
    07-17-2012
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    218

    Re: Entering data into the next row automatically

    Thanks Danny
    Last edited by lesoies; 10-04-2012 at 11:04 AM.

  6. #6
    Forum Contributor
    Join Date
    07-17-2012
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    218

    Re: Entering data into the next row automatically

    any ideas?]]thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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