VBA

Closed
tim - Jun 29, 2010 at 07:33 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Jun 30, 2010 at 03:58 AM
Hello,
I want to write a code that finds the last enterd data in sheet 1 and copy that data and paste it in another sheet3.


1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Jun 30, 2010 at 03:58 AM
what is meant by "last data". If you mean row then look up the last row


lastrow = cells(rows.count, "A").end(xlup).row

this presumes that row A will always have the data


Could you please upload a sample EXCEL file WITH sample data, macro, formula , conditional formatting etc on some shared site like https://authentification.site , http://docs.google.com, http://wikisend.com/ , http://www.editgrid.com etc and post back here the link to allow better understanding of how it is now and how you foresee. Based on the sample book, could you re-explain your problem too
0