Aloha,
If I select an embedded chart, I can check some of its properties in the VB Editor’s Immediate window using statements such as
?Selection.Left
But when I try to act upon the selected chart with a similar statement
Selection.Left=6
I get a runtime error 438. Why does the same syntax work as a question and not as a command? What exactly is the object that I need to identify, and how do I specify it?
Mahalo,
John Jacobson