Hi
Can this be done
I would like to open a CSV file , using
With Application.Dialogs(xlDialogOpen)
.Show
End With
copy all data in it, and paste it to my current Excell spreadsheet and closing (without saving the source CVS file)
Easy enough but the problem is that the filename of the CSV file name and active excel workbook I want to paste into will be different everytime the macro runs.
Can anybody help me please.
Regards,
Christiaan
Can this be done
I would like to open a CSV file , using
With Application.Dialogs(xlDialogOpen)
.Show
End With
copy all data in it, and paste it to my current Excell spreadsheet and closing (without saving the source CVS file)
Easy enough but the problem is that the filename of the CSV file name and active excel workbook I want to paste into will be different everytime the macro runs.
Can anybody help me please.
Regards,
Christiaan