Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I’m required to adjust chart axis to show 97 to 100 range as shown in image using send hotkey. I’ve done(from chart) ctrl 1, ctrl up x3, ctrl 5 to get this far. I need the shortcut key to get to min/max. (Do refer to screenshot)

enter image description here

Any help is appreciated!

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
271 views
Welcome To Ask or Share your Answers For Others

1 Answer

@Yuca is right - there is no built-in hotkey. Instead, you will want to record a macro using this link to get you started.

When you record a macro, it translates the clicks and actions you perform into VBA code. The biggest challenge you will have here is getting VBA code that will be general enough to apply to any chart, but specific enough to format it properly. It can be done, but you may need to record 2 or 3 versions of the macro to get it right.

Another option is to simply use your chart as a template. Read up here for how to save your chart as a template. After it has been saved, you'll be able to add all of your next data sets to a pre-formatted template!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...