An open API service indexing awesome lists of open source software.

https://github.com/jeeanribeiro/excel-table-import

VBA Macro to import tables from one workbook to another
https://github.com/jeeanribeiro/excel-table-import

excel macros vba

Last synced: about 2 months ago
JSON representation

VBA Macro to import tables from one workbook to another

Awesome Lists containing this project

README

        

# excel-table-import
### Description
VBA Macro that imports the columns chosen from data source table.
### Tutorial
- Write the columns that you want from the data source on your worksheet
- Run the macro
- Write the worksheet name that will store the data
- Write the first cell address of the table that will store the data
- Choose if will be a selection from all .xls* files in a folder or just one file
- If is a folder selection, choose if all files will get the same settings as the first file (worksheet name and table range)
- Select the folder or file
- Write the worksheet name that will be the data source
- Write the first cell address of the table that will be the data source