I need some assistance with some VBA code -
I need the code to select all available data, except the first row as it is a header row, copy this... open a specific .csv file and paste that copied data to the last unused line.
The code is basically looking at an open csv and appending the data to a master file.
I need the code to select all available data, except the first row as it is a header row, copy this... open a specific .csv file and paste that copied data to the last unused line.
The code is basically looking at an open csv and appending the data to a master file.