+ Reply to Thread
Results 1 to 2 of 2

Save Data code not saving to the next line, keeps overwriting to same line.

  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    Afghanistan
    MS-Off Ver
    Excel 2010
    Posts
    13

    Question Save Data code not saving to the next line, keeps overwriting to same line.

    I am trying to make this code auto save data to the next row but it wont work any help appreciated.

    Please Login or Register  to view this content.
    Last edited by Justin25150; 05-31-2012 at 11:10 PM.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Save Data code not saving to the next line, keeps overwriting to same line.

    Does your data extend to more than 65536 rows? If so, its better to use ......Cells(Rows.Count,1).End(xlup) .....

    Is column A empty for the last otherwise filled row on your sheet? If so, you will get overwriting as described.
    Martin

+ 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