So I am very new to VBA (never written anything in it before) I have been searching for a solution, but I haven't managed to find anything that does what I want.
I need to import data from a CSV and insert it into the next empty column beyond a certain column.
My first few columns will be occupied by buttons linking to "stuff" so these can't be used for data.
So I need a script to do this:
1) Import data from a single column csv file. 2) paste data into the next empty column which is after Column E.
I fully appreciate that SO isn't a code writing platform and I feel pretty dodgy asking this but I have been trying for hours and seem to have exhausted any resources that I've come across.