(Solved, but LBO should add this option) View only one sub

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.

@ JohnSUN
I thought it, add another module; but this calc is only a calc to try my macros.
Thanks