Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I use this code that I get from Excel VBA 2002 I get an error 1004.
Dim se as Series Dim pts as Points Dim pt as Point Set se = ActiveChart.SeriesCollection(2) se.HasDataLabels = True Set pts =se.Points For each pt in pts pt.datalabel.posiotion = xlLOabelPositionAbove - error 1004 happens here. next pt Does anyone have an idea as to what I am doing wrong. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run-time error '1004': Application-defined or object-deifined error | Excel Programming | |||
Lock the chart but leave datalabels position editable | Charts and Charting in Excel | |||
Be able to edit position of datalabels in a protected chart. | Excel Programming | |||
Excel 2003 Macro Error - Runtime error 1004 | Excel Discussion (Misc queries) | |||
Geeting error while setting datalabels through VBA | Excel Programming |