I have three files I need to merge:
Template.xlsx (Master file)
Locations.xlsx
Products.xlsx
I would like to add two excel files to a template (combined three files into one), and do so formatting.
The Template.xlsx file has a total of six tabs. I would like to import the Locations.xlsx and the Products.xlsx in the Template.xlsx file. I would like to import the worksheets in existing tabs (i.e. Locations.xlsx would go to the “ Location Information “ tab in the Template.xlsx and Products.xlsx would go to the “Production Information” tab. Once the file are brought into the template, I would like to do some formatting (define decimal places, center text, remove duplicate values, etc.)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Can this be done in one macro?
Template.xlsx (Master file)
Locations.xlsx
Products.xlsx
I would like to add two excel files to a template (combined three files into one), and do so formatting.
The Template.xlsx file has a total of six tabs. I would like to import the Locations.xlsx and the Products.xlsx in the Template.xlsx file. I would like to import the worksheets in existing tabs (i.e. Locations.xlsx would go to the “ Location Information “ tab in the Template.xlsx and Products.xlsx would go to the “Production Information” tab. Once the file are brought into the template, I would like to do some formatting (define decimal places, center text, remove duplicate values, etc.)
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Can this be done in one macro?