Shortcut/hotkey to open/jump/navigate to function definition in VBA editor
When I am in Formula bar and my cursor is inside the name of a function, is there any way I could use a hotkey/shortcut to jump to the function definition in VBA editor so that I could check out the details of the function implementation?
Solution 1:
You can press the shortcut: Shift + F2
This will jump to the definition of the procedure or function.