C
conorfinnegan
Thanks in advance for your help here.
I'm trying to automatically import some csv files into my Excel workbook. These files always have the same names and are stored within a folder wherethe Excel file is open. I need to have each file imported into a specifictab (if it exists). Not every file will be used and won't always be available for import so I'll need the VBA routine to skip and move on.
The tabs/worksheets I'd like to import to are called "DataToday", "DataTomorrow", "DataYesterday", and "DataMonthly". The csv files are named something close to the same.
Please let me know if more information is needed but I'm hoping this will be enough. Thanks again.
Conor Finnegan
I'm trying to automatically import some csv files into my Excel workbook. These files always have the same names and are stored within a folder wherethe Excel file is open. I need to have each file imported into a specifictab (if it exists). Not every file will be used and won't always be available for import so I'll need the VBA routine to skip and move on.
The tabs/worksheets I'd like to import to are called "DataToday", "DataTomorrow", "DataYesterday", and "DataMonthly". The csv files are named something close to the same.
Please let me know if more information is needed but I'm hoping this will be enough. Thanks again.
Conor Finnegan