Hi everyone,
Is there a way to see only a selected sub in my module instead of my 10 subs.(464 lines) ???
I know that we can double click to go on the selected sub, but I want to see only the selected sub in the window.
Thanks
No, this IDE does not provide the ability to fold code (I also miss this ability). As a workaround, move the procedure code into a separate module.