Insert csv data into polished xls file

O

ob2s

Sorry for the noob question, but I have a program that creates csv data.
My collegue has made a wiz-bang spreadsheet with colors and titles (but
no formulas) that this data goes into. I need to figure out how I can
programmatically take the raw csv data and 'stick' it into the finished
XLS file or how to create the finished XLS file. Is there a template
function, or do i need a macro ?
Thanks
 
D

David Biddulph

ob2s said:
Sorry for the noob question, but I have a program that creates csv data.
My collegue has made a wiz-bang spreadsheet with colors and titles (but
no formulas) that this data goes into. I need to figure out how I can
programmatically take the raw csv data and 'stick' it into the finished
XLS file or how to create the finished XLS file. Is there a template
function, or do i need a macro ?

Read the csv file, copy the data, & Paste Special/ Values into the formatted
XLS.
 
D

Dave Peterson

How about if you record a macro when you do it manually?

You may end up with code that works fine. If you don't post back with your more
specific questions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top