Home > Excel VBA | GraphControl > Excel グラフの目盛り線を消す(Delete Gridlines of chart. xlValue xlCategory)

Excel グラフの目盛り線を消す(Delete Gridlines of chart. xlValue xlCategory)


エクセルグラフの目盛り線を消すマクロです。

delete gridlines of xlValue & xlCategory of Excel chart.

目盛り線を消すソースコードです。プロシージャの冒頭ににIf ActiveSheet.ChartObjects.Count = 0 Then Exit Subと書いているのは、エラーを防ぐためにグラフが存在しなかったらイグジットするためのものです。

This sample source code delete gridlines of selected chart.

GraphControl で使用しているソースコードです。

This source code is used in GraphControl.

Comments:0

Comment Form

Home > Excel VBA | GraphControl > Excel グラフの目盛り線を消す(Delete Gridlines of chart. xlValue xlCategory)

Return to page top