I have a folder containing multiple CSV files. All of the files contain columns in the same order and format. One of the columns (column C) has incorrect data and needs to be replaced with correct data.
So, I wish to remove the contents of Column C (row 11 through to row 2029) in all of the CSV files within the same folder and replace with contents (Column C, from Row 11 to Row 2029) from a 'master' CSV file.
I have been struggling to figure out a macro to go through every CSV in the folder that will do the necessary amendments efficiently. Can this be done in Excel using VBA?
I'd be very grateful if someone could help me with a suitable macro. Thank you
So, I wish to remove the contents of Column C (row 11 through to row 2029) in all of the CSV files within the same folder and replace with contents (Column C, from Row 11 to Row 2029) from a 'master' CSV file.
I have been struggling to figure out a macro to go through every CSV in the folder that will do the necessary amendments efficiently. Can this be done in Excel using VBA?
I'd be very grateful if someone could help me with a suitable macro. Thank you