Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
clear(all) ?
There was a similar question before:
@SA_10621772 wrote:
clear(all) ?
Unfortunately there is no clear(*ALL*) or the like.
If you have to start from scratch, you either have to list all variables used so far in the clear() command (at the risk of missing one or two) or you have to start with a new worksheet.
If the latter is not an option because you need to use the functions defined so far, you could separate the function in their own sheet and use this sheet as an include file in the sheets where you want to play with different data.
clear(*ALL*) might be worth an entry in the "ideas" section of this forum.
