I am using Excel 2007 and need to open all the .csv files in a folder, change the contents of every cell in a column, resave the files and close them. There are hundreds of files, so it would be best to use a loop to step through each file and to the above.
I need to change all the cells in column B to “some text”. Each .csv file has a different number of rows.
I am not very good with VBA and have tried to cut and paste a lot of code together to make this work but have not been successful.
Can someone please help ?
I need to change all the cells in column B to “some text”. Each .csv file has a different number of rows.
I am not very good with VBA and have tried to cut and paste a lot of code together to make this work but have not been successful.
Can someone please help ?