Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I appreciate that this is an Excel forum, and I am using a chart object in
Access, but probably I will be better off posting it to this newsgroup. I am using a scatter chart on a form to show a map and points of interest that I want labelled. After a struggle I have loaded the map, loaded the point and from a recordset, copied and pasted the label information into column 3 of the chart's Datasheet. Set DtaSheet = Cht.Application.DataSheet For Each ChtLabel In ChtLabels ChtLabel.Caption = DtaSheet.Cells(lCount + 2, 3) lCount = lCount + 1 Next ChtLabel This works OK but takes 20 seconds to label 68 points. I thought it might be quicker to do it this way rather than getting the label information straight from the recordset, but there is little difference in time. What can I do to speed it up? Is there a way of loading all the labels at once Thanks Phil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link excel charts to web pages and update charts automatically | Charts and Charting in Excel | |||
Copy/Paste Charts; Define Destination of Charts in PowerPoint | Excel Programming | |||
Charts - How to have multiple charts share a legend. | Charts and Charting in Excel | |||
interactive charts for stacked bar charts | Charts and Charting in Excel | |||
Matching the colors Column Charts and Pie Charts | Charts and Charting in Excel |