Hi,
I've written code to select a CSV file an open it. All I want to do now is copy the entirety of the only sheet in the CSV (I've set the CSV to wb2, is that an issue?) to wb1.Sheet1.Range("A1").
I've got far enough to have the files open side by side, but I've tried a few copy paste methods that don't seem to be working. Is this something to do with my syntax or is there something fundamentally different about CSV to XLSM copy and pastes?
Thanks
I've written code to select a CSV file an open it. All I want to do now is copy the entirety of the only sheet in the CSV (I've set the CSV to wb2, is that an issue?) to wb1.Sheet1.Range("A1").
I've got far enough to have the files open side by side, but I've tried a few copy paste methods that don't seem to be working. Is this something to do with my syntax or is there something fundamentally different about CSV to XLSM copy and pastes?
Thanks