I don't know whether or not this is do-able, but here goes:
I have a .csv file which is auto-generated and at present I load this into Excel and create charts, for reporting purposes.
At the moment this is done on a weekly basis, but I've been told it will soon be a daily report which is why I would like to automate the process.
Ideally what I would like is to have a little application where I would be able to decide which report I need to run, by clicking on 1 of several buttons, and the data would be read in from my .csv file and automatically outputted in a chart format, (I'm not too bothered about the format of the output, as long as it can be imported into a PowerPoint slide, or a Word Document for instance)
I've just read back through the request so far, and realise that this might be quite complex, so if it helps I have figured out how to read the data from a .csv file and output it to another .csv file, (I got the code from this site!) but I'm not sure about the whole converting the data into a chart format part.
Any help/advice/suggestions would be greatly appreciated.
By the way, I use Visual Basic 6, SP5 and Excel 2003 if that makes any difference.
Thanks in advance,
John V.
I have a .csv file which is auto-generated and at present I load this into Excel and create charts, for reporting purposes.
At the moment this is done on a weekly basis, but I've been told it will soon be a daily report which is why I would like to automate the process.
Ideally what I would like is to have a little application where I would be able to decide which report I need to run, by clicking on 1 of several buttons, and the data would be read in from my .csv file and automatically outputted in a chart format, (I'm not too bothered about the format of the output, as long as it can be imported into a PowerPoint slide, or a Word Document for instance)
I've just read back through the request so far, and realise that this might be quite complex, so if it helps I have figured out how to read the data from a .csv file and output it to another .csv file, (I got the code from this site!) but I'm not sure about the whole converting the data into a chart format part.
Any help/advice/suggestions would be greatly appreciated.
By the way, I use Visual Basic 6, SP5 and Excel 2003 if that makes any difference.
Thanks in advance,
John V.