Open Mulitple Files

Crocdundee

Board Regular
Joined
May 10, 2010
Messages
174
Office Version
  1. 2013
Platform
  1. Windows
I wish to open multiple files to a worksheet, however it must append, so
I have a Macro to open the first file from a folder and this is the code

Sub Macro12()
'
' Macro12 Macro
'
' Keyboard Shortcut: Ctrl+r
'
ChDir "C:\Users\Grah\Downloads"
Workbooks.Open Filename:="C:\Users\Grah\Downloads\neural.asp.xls"

End Sub

it works fine however I would be like to have a input box to ask for the next file name, or better still just append each and every file to the first empty cell in A
However the file name are different but they all start with Neural.

The folder is c:\Grah\users\downloads\
any help here is naturally appreciated

Regards
Graham
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number

Forum statistics

Threads
1,224,585
Messages
6,179,696
Members
452,938
Latest member
babeneker

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top