I have an Excel spreadsheet with multiple sheets with same layout, but with different content in some of the cells on the sheets. The cells that have different content on each sheet have the same location on each sheet.
I would like a macro that creates a table (overview) with the contents of the cells from each sheet. The table could look something like this:
[TABLE="width: 653"]
<tbody>[TR]
[TD]Set
[/TD]
[TD]Drawing
[/TD]
[TD]Checked
[/TD]
[TD]Cleaned
[/TD]
[TD]Packed
[/TD]
[TD]Checked
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I have attached a link below to the spreadsheet which contains the “Template” that will exist in many copies but with different checkmarks. In the spreadsheet I have made a sheet called “Overview” which I think holds the pattern and explanation of what the macro should do. Only I need someone to change it to a smart VBA language.
https://www.dropbox.com/s/ob4o9e2jbok0zhj/Control%20of%20insulated%20parts.xlsm?dl=0
I would like a macro that creates a table (overview) with the contents of the cells from each sheet. The table could look something like this:
[TABLE="width: 653"]
<tbody>[TR]
[TD]Set
[/TD]
[TD]Drawing
[/TD]
[TD]Checked
[/TD]
[TD]Cleaned
[/TD]
[TD]Packed
[/TD]
[TD]Checked
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[/TR]
</tbody>[/TABLE]
I have attached a link below to the spreadsheet which contains the “Template” that will exist in many copies but with different checkmarks. In the spreadsheet I have made a sheet called “Overview” which I think holds the pattern and explanation of what the macro should do. Only I need someone to change it to a smart VBA language.
https://www.dropbox.com/s/ob4o9e2jbok0zhj/Control%20of%20insulated%20parts.xlsm?dl=0