Hi Guys,
I am new to the forum and would appreciate some assistance with my problem as i have limited VBA coding knowledge.
I am currently trying to program a command button to extract data from the same column but from multiple workbooks that contain only one sheet, and to insert it into one master data set. For example, what im trying to acheive is this;.
Click button (I have named this Refresh data)within the master sheet
There are five columns that i have created in the master that i want to import data into from the corresponding seperate workbook, for example;
Extract data from workbook1 (Column B) and import that data into the Master Data sheet in (Column B)
Extract data from workbook2 (Column B) and import that data into the Master data sheet into (Column C)
Extract data from workbook3 (Column B) and import that data into the Master data sheet into (Column D)
Extract data from workbook4 (Column B) and import that data into the Master data sheet into (Column E)
Extract data from workbook5 (Column B) and import that data into the Master data sheet into (Column F)
All of these workbooks will be kept within the same file directory location so that on the click of a button, the macro will run and update the master data set.
Thank you in advance for your help
M
I am new to the forum and would appreciate some assistance with my problem as i have limited VBA coding knowledge.
I am currently trying to program a command button to extract data from the same column but from multiple workbooks that contain only one sheet, and to insert it into one master data set. For example, what im trying to acheive is this;.
Click button (I have named this Refresh data)within the master sheet
There are five columns that i have created in the master that i want to import data into from the corresponding seperate workbook, for example;
Extract data from workbook1 (Column B) and import that data into the Master Data sheet in (Column B)
Extract data from workbook2 (Column B) and import that data into the Master data sheet into (Column C)
Extract data from workbook3 (Column B) and import that data into the Master data sheet into (Column D)
Extract data from workbook4 (Column B) and import that data into the Master data sheet into (Column E)
Extract data from workbook5 (Column B) and import that data into the Master data sheet into (Column F)
All of these workbooks will be kept within the same file directory location so that on the click of a button, the macro will run and update the master data set.
Thank you in advance for your help
M