B
Bob Barnes
I'm running Access-to-Excel automation, and using Autpen in Excel to see
things like..
ActiveChart.ChartTitle.Text = " The Week" & TheWk
Works fine. I want to "fill a label on the Chart" with a concatenation.
Can I...
ActiveChart."xxx???".Text = "ABC " & TheDay..as an Example.
What would be the ""xxx???" for a "label" such as the "Category (x) Axis"
TIA - Bob
things like..
ActiveChart.ChartTitle.Text = " The Week" & TheWk
Works fine. I want to "fill a label on the Chart" with a concatenation.
Can I...
ActiveChart."xxx???".Text = "ABC " & TheDay..as an Example.
What would be the ""xxx???" for a "label" such as the "Category (x) Axis"
TIA - Bob