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
- Host: GitHub
- URL: https://github.com/jeeanribeiro/excel-table-import
- Owner: jeeanribeiro
- Created: 2019-08-20T14:33:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T17:49:17.000Z (over 5 years ago)
- Last Synced: 2025-01-12T09:29:57.571Z (3 months ago)
- Topics: excel, macros, vba
- Language: Visual Basic
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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