InsaneProgrammer
Programmer
I am writing a program that needs to open an existing excel worksheet, create a chart, and then save the chart to HTML. I am using the Shell() function to open the existing file but how do I access the sheet once its open. I assume I need to create some kind of object. I know how to create a new excel application from VB and do everything I want but I'm not sure how to access an existing worksheet. Any help or ideas would be greatly appreciated.