Hello,
I am creating a chart dynamically in VBA in Access and opening it in an excel spreadsheet, which is working - except it is displaying all of the dates in between the events that I am graphing that have no information.
I have determined a fix for this (setting Axis Options: Axis Type to "Text Axis" from "Date Axis") but I'm not sure how to tell it how to do that in VBA.
Thanks for the help!
I am creating a chart dynamically in VBA in Access and opening it in an excel spreadsheet, which is working - except it is displaying all of the dates in between the events that I am graphing that have no information.
I have determined a fix for this (setting Axis Options: Axis Type to "Text Axis" from "Date Axis") but I'm not sure how to tell it how to do that in VBA.
Thanks for the help!
Comment