Home > Excel VBA | GraphControl > Excel グラフの高さ&幅設定(ChartObjects .Height & Width)

Excel グラフの高さ&幅設定(ChartObjects .Height & Width)


エクセルグラフの高さと幅を設定うするマクロを紹介します。

下記ソースコードは、シート1&グラフ1の高さを10高くします。まず変数CH1hを宣言して、選択したクティブチャートの高さを代入して10を足してから高さを設定します。

This sample procedure below will increase height of the selected chart by 10.

下記は、GraphControl で使っているコードです。

The source code below is used in GraphControl.

Comments:0

Comment Form

Home > Excel VBA | GraphControl > Excel グラフの高さ&幅設定(ChartObjects .Height & Width)

Return to page top