Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
棒グラフのデータ ラベルの向きを垂直に設定しようとしています。通常、マクロを記録してこれを行う方法を見つけますが、何らかの理由でコードが生成されないようです。することは可能ですか?
エクセル2010を使用しています。
マクロが生成した記録は次のとおりです。
With Selection.TickLabels .ReadingOrder = xlContext .Orientation = xlDownward End With
お役に立てれば!:)