dick_dastardly
Established member
- Messages
- 843
- Likes
- 152
Are there any Excel geeks out there that know how to use the Visual Basic feature that comes with Excel.
I have an average understanding of Excel ( enough to do some simple calculations and create charts ) and I have an average understanding of visual basic ( enough to input/output to and from text files and do some number crunching ).
What I don't know how to do is how to transfer data between the two. ( in other words how to get excel and VB to talk to each other ).
Basically, what I'm trying to do is input a single column of price data from a spread sheet in to an array in visual basic( I'm assuming this can be done ), then, after some number crunching in visual basic, populate another column on the spread sheet with the resultant data series which I can then use to create a chart.
Thanx in advance
dd
I have an average understanding of Excel ( enough to do some simple calculations and create charts ) and I have an average understanding of visual basic ( enough to input/output to and from text files and do some number crunching ).
What I don't know how to do is how to transfer data between the two. ( in other words how to get excel and VB to talk to each other ).
Basically, what I'm trying to do is input a single column of price data from a spread sheet in to an array in visual basic( I'm assuming this can be done ), then, after some number crunching in visual basic, populate another column on the spread sheet with the resultant data series which I can then use to create a chart.
Thanx in advance
dd