Anandpersad
New Member
- Joined
- Oct 18, 2014
- Messages
- 31
Hi All,
I am looking for a vba which will do the following:
Daily I get a list with data. The numbers of rows differs daily. From 10.000 rows to 18.000 rows.
I am looking for the following:
· VBA to check the dates in column AO and date in columns AP. If date in column AO > AP, select row and copy row to a Sheet called “date”. If there are more than one row, all have to be selected and copied to sheet “Date”
· VBA to check the amounts. Amounts are in column AA and column X. If the difference between AA and X (AA-X) is less than zero, select row and copy to sheet “Amount”. If there are more than one row, all have to be selected and copied to sheet “Amount”
Hoping someone can help me out here.
Thanks and Regards,
Anand
I am looking for a vba which will do the following:
Daily I get a list with data. The numbers of rows differs daily. From 10.000 rows to 18.000 rows.
I am looking for the following:
· VBA to check the dates in column AO and date in columns AP. If date in column AO > AP, select row and copy row to a Sheet called “date”. If there are more than one row, all have to be selected and copied to sheet “Date”
· VBA to check the amounts. Amounts are in column AA and column X. If the difference between AA and X (AA-X) is less than zero, select row and copy to sheet “Amount”. If there are more than one row, all have to be selected and copied to sheet “Amount”
Hoping someone can help me out here.
Thanks and Regards,
Anand