How can I zoom in/out in excel without using UI automation rather using hotkeys or macro???
@Srabony_Majumder1,
Here is native approach by Keyboard Shortcuts.
Sample Solution: Main.xaml (11.8 KB)
Thanks, Ashok