I create a chart in VBA by loading a text file with dates and data and then using the chartadd command. Everything is fine except the data does not line up correctly with the dates on the x-axis. Problem is that Excel puts up the whole month for whatever the first date of my data is and starts the data there. For instance, if the first date of my data is 9/23/2002, the chart puts up the whole month of Sept and puts the 9/23 data on 9/1. Any solution to this problem?
Thank You
Thank You