Thread
: [Solved]
simple change chart in VBA
View Single Post
07-05-2012, 02:08 PM
LKnomad
Windows XP
Office 2007
Novice
Join Date: Jul 2012
Posts: 8
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
LKnomad
View Public Profile
Find all posts by LKnomad