I have written a script which creates a complex Excel sheet which contains data from several data sources. The data on each sheet is usually 1-5 rows. It would be great if I could create another sheet which would display the data from the other sheets online (i.e. the overview sheet should change as I change the data sheets). I also need to format the data with various styles and have the overview sheet copy them. Lastly, the data sheets have different column widths.
I was thinking that I could simply import the sheets. This works when I save each sheet into a single file and then import them as OLE objects. Isn't there a way to achieve the same effect with just a single file?
[EDIT] What I need is to tell Excel "draw A1:F3 on Sheet2 on Sheet1 into cell A1".
"Insert Object" offers me to create a Word document or a PP presentation and put that into a cell, but I can't create a new Excel sheet and put that into a cell. What gives?