Thread: [Solved] simple change chart in VBA
View Single Post
 
Old 07-05-2012, 02:08 PM
LKnomad LKnomad is offline Windows XP Office 2007
Novice
 
Join Date: Jul 2012
Posts: 8
LKnomad is on a distinguished road
Default

This is my code at this time - Same error

Sub individualPieChart()

Dim objShape As InlineShape

Set objShape = Selection.ShapeRange(1)
objShape.Height = 250

end sub
Reply With Quote