If I understand you correctly, you want to be able to not execute a portion of your code within the same VI. For example a function that you wrote and finished, etc... If this is the case then you could just include this portion of code inside a case statement with a boolean constant selecting the case without the code. Everything else will run except this code. I hope I've answered your question.