I am using Excel to extract data from a DDE aware application. The format of the data is in CSV, and it is based on a date and time range plus the desired data fields. Because the range can vary, the amount of rows in the spreadsheet can be different. I want to then perform calculations based on a column of data. Is there any way to have VBA or a macro find the first and last row of data so I can then perform a calculation automatically? I am basically trying to use Excel to generate a daily report for users.
Thanks in advance
Thanks in advance