I have a large number of workbooks all created from the same template file. They are all formatted in an identical manner, and each worksheet has a timestamp in cell A4 that I'm interested in extracting.
I'm trying to consolidate the filename and timestamp (cell ref A4) from each worksheet into a single table. Ideally the output table would look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Filename[/TD]
[TD]Timestamp[/TD]
[/TR]
[TR]
[TD]Example_FileA.xls[/TD]
[TD]01/01/2018 03:45[/TD]
[/TR]
[TR]
[TD]Example_FileB.xls[/TD]
[TD]01/02/2018 14:24[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
Any advice on how to do this with VBA or PowerQuery? My understanding is that I should be able to do this quite easily with Power Query, but it's pretty new to me.
I'm using Office 2010.
Thanks in advance!
I'm trying to consolidate the filename and timestamp (cell ref A4) from each worksheet into a single table. Ideally the output table would look something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Filename[/TD]
[TD]Timestamp[/TD]
[/TR]
[TR]
[TD]Example_FileA.xls[/TD]
[TD]01/01/2018 03:45[/TD]
[/TR]
[TR]
[TD]Example_FileB.xls[/TD]
[TD]01/02/2018 14:24[/TD]
[/TR]
[TR]
[TD]...[/TD]
[TD]...[/TD]
[/TR]
</tbody>[/TABLE]
Any advice on how to do this with VBA or PowerQuery? My understanding is that I should be able to do this quite easily with Power Query, but it's pretty new to me.
I'm using Office 2010.
Thanks in advance!