図形を選択せずに数式を変更しようとしていますが、実行時エラーが発生し続けます。
以下は、これまでに試したコードの一部です。
Sheets("Quote").Shapes.Range(Array("Rectangle 87")).Formula = " =CommAnnualOutput"
Sheets("Quote").Shapes("Rectangle 87").Formula = " =CommAnnualOutput"
Sheets("Quote").Shapes("Rectangle 87").DrawingObjects.Formula = " =CommAnnualOutput"
これらのどれも機能していないようです。最初に形状を選択せずに数式を変更する方法はありますか?