DSI,
Thanks for you help...here is the code I am working on. I am kind of new to VB but I love working with it ..except I think I am going to lose my mind during the learning process.
Thanks again
Mike B
Private Sub Command1_Click()
CommonDialog1.ShowOpen
FileName = CommonDialog1.FileName...
I am trying to write a BV program that calls an excel file and graphs the data. I have figured out how to pull in the file but I am having difficulty in programming the part that tells Excel which cells to choose for the chart. I have tried the methods via MSDN but I get messages about...