Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What error are you getting? Your code works for me.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Paul" wrote in message ... Looks like I am not handling the variable properly in the following. Can you tell me what I am doing wrong? the 5th line causes an error. Sub Macro1() Dim point As Integer point = Worksheets("open").Range("aa1").Value ActiveSheet.ChartObjects("Chart 10").Activate ActiveChart.SeriesCollection(1).Points(point).Sele ct With Selection .MarkerBackgroundColorIndex = 3 .MarkerStyle = xlCircle .MarkerSize = 11 End With End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
error message = "unable to get points property of the
series class." -----Original Message----- What error are you getting? Your code works for me. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Paul" wrote in message ... Looks like I am not handling the variable properly in the following. Can you tell me what I am doing wrong? the 5th line causes an error. Sub Macro1() Dim point As Integer point = Worksheets("open").Range("aa1").Value ActiveSheet.ChartObjects("Chart 10").Activate ActiveChart.SeriesCollection(1).Points(point).Sele ct With Selection .MarkerBackgroundColorIndex = 3 .MarkerStyle = xlCircle .MarkerSize = 11 End With End Sub . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
why is it saying sheetcnt is "variable not defined" how to do a global variable to share over multiple functions in vba for excel? | Excel Worksheet Functions | |||
Run-time error '91': "Object variable or With block variable not set | Excel Programming | |||
setting a range variable equal to the value of a string variable | Excel Programming | |||
Cells.Find error Object variable or With block variable not set | Excel Programming | |||
Pivot Table - Object variable or with block variable not set? | Excel Programming |