copying data from a .csv to a .xls

mas_lerdanch

Board Regular
Joined
Jun 25, 2007
Messages
64
Morning all - silly question really - just getting back into excel with a couple of years off! What's the best way of copying data from Column A, Sheet 1, Book 1 (.csv) to Column A, Sheet 1 Book 2 (.xls)?

What's the best and recommended way of doing so?
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Hi

Do you mean code or manual solution? Just selecting the column and going Edit>Copy and switching to the xls file and doing Edit>Paste will work manually.
 
Upvote 0
No what I am looking for is to auto-update every time I open book 2 (.xls) - book 1 (.csv) will not be opened and is downloaded from the internet to a local folder automatically when the file is updated by other users via the web...
 
Upvote 0
Hey - I had a go at that the got pure data by selecting the cell on the destination file and typing = in the formula box, then go to the source file and select the cell you want to automatically link to, go back to the destination file and hit return you end up with a link to the specific data.

='csvExport-Questionnaire.csv'!A2

you can always replace the full path for closed documents.

Thanks for your help

Mas
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,709
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top