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

Thanks for helping out. When I run your code I get the following error

"Invalid procedure call or agrument"

The error points to
Set objShape = Selection.ShapeRange(1)


I get an error using either version of your code. VBA is going to kill me...
Reply With Quote