Dear All,
1. My cell refernce (1,1) contains a string e.g. myfilename (without the extension e.g. myfilename.csv) I want my macro in the active workbook to open myfilename.
Workbooks.Open Filename:=Range(1, 1) does not work because its a csv. How can I open it, I don't want to have to convert it or anything.
2. I will then want to do some copy/pasting from it into my active workbook, do I need to convert the csv to an excel workbook before I can do this, if so, how can I convert?
1. My cell refernce (1,1) contains a string e.g. myfilename (without the extension e.g. myfilename.csv) I want my macro in the active workbook to open myfilename.
Workbooks.Open Filename:=Range(1, 1) does not work because its a csv. How can I open it, I don't want to have to convert it or anything.
2. I will then want to do some copy/pasting from it into my active workbook, do I need to convert the csv to an excel workbook before I can do this, if so, how can I convert?