I am generating frequency data with two series of bins (month & lenrange) in Access. I have to create over a 1,000 charts and I have two questions (for now anyway). The first is on the application of styles with vba and the other is on axes formatting. Below is some sample data and I've attached a spreadsheet of the data.
1) Once I get a suitable chart format, I should be able to save the format as a custom style, and call the style in vba to apply to a range I generate in vba? Or will I have to format every chart I create in vba?
I've been trying to format the primary x axis (month) so that the month is represented only one time. That is, 3 3 would be just 3, 5 5 would be just 5, 6 6 6 6 6 would be just 6, and so on. Each month has to appear on the chart. Due the variability in the number of occurrences in a month I have not been able to use the axis formatting to get one month at the same time as making sure all months appear on the chart. The secondary x axis is the lenrange
Anyone have any suggestions?
![]()



