jeeanribeiro / excel-table-import

VBA Macro to import tables from one workbook to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VBA Macro to import tables from one workbook to another


Languages

Language:Visual Basic 100.0%