Solved
September 16, 2008
How can I find last row that contains data in the Excel sheet with a macro?
How can I find the last row that contains data in a specific column and on a specific sheet?
thumb_up 30
trending_up 41
<p>Data processing, dynamic reporting, and workbook automation.</p>
How can I find the last row that contains data in a specific column and on a specific sheet?
I've writen an Excel-based, database reporting tool. Currentely, all the VBA code is associated with a single XLS file. The user generates the report…
I have an Excel Spreadsheet like this id | data for id | more data for id id | data for id id |…