I have a directory containing several Excel Workbooks. I'd like to create a new workbook which extracts data from the other sheets and displays the data on charts.
My example:
File Master.xls contaions cells A1 and B1 which contain the phrases "Book1" and "Book2" respectively. After a button is pressed, or as the text is entered, the chart page named volume will plot Book1.xls!Volume vs Book1.xls!Hour and Book2.xls!Volume vs Book2.xls!Hour.
To start out, What is the VBA function to store the contents of range Book1.xls!Volume into memory?
Thanks for any help.
Kevin Nowaczyk
My example:
File Master.xls contaions cells A1 and B1 which contain the phrases "Book1" and "Book2" respectively. After a button is pressed, or as the text is entered, the chart page named volume will plot Book1.xls!Volume vs Book1.xls!Hour and Book2.xls!Volume vs Book2.xls!Hour.
To start out, What is the VBA function to store the contents of range Book1.xls!Volume into memory?
Thanks for any help.
Kevin Nowaczyk