In the excel/vba IDE, How can I quickly see the code for a function in my code and then come back? -


it such chore hit ctrl+r everytime , try remember in module keep function !!

worse excel sheet focused , end overwriting data ctrl+r !

the answer shift + f2 , shift + ctrl + f2 go !

i found on forum.

you double click on function or subroutine (which somewhere in code) , hit shift + f2 , blammo ! teleported it, no need project explorer !!

then hit shift + ctrl + f2 , takes before!

such time saver !


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -