Have a Excel 2007 Workbook with 3 worksheets.
Worksheet 1 has a range of 2400 unique account numbers that I maintain on a weekly basis - adding additional account numbers daily in column A while ensuring that all numbers are unique.
Is it possible, via VBA, to populate the remaining two worksheets with the query results from two distinct separate queries and have the query results refresh on a weekly basis?
Query 1 - Amt paid to date for each account number
Query 2 - Most recent address for each account number
Realize that this may be relatively easy to perform using MS Access but would like to explore various MS
Excel solutions before using MS Access due to the skill level of the Manager...
Did initially explore the use of MS Query but could not readily locate information regarding the extraction of data based on a range of values in column A.
Worksheet 1 has a range of 2400 unique account numbers that I maintain on a weekly basis - adding additional account numbers daily in column A while ensuring that all numbers are unique.
Is it possible, via VBA, to populate the remaining two worksheets with the query results from two distinct separate queries and have the query results refresh on a weekly basis?
Query 1 - Amt paid to date for each account number
Query 2 - Most recent address for each account number
Realize that this may be relatively easy to perform using MS Access but would like to explore various MS
Excel solutions before using MS Access due to the skill level of the Manager...
Did initially explore the use of MS Query but could not readily locate information regarding the extraction of data based on a range of values in column A.