Hey guys. So I have started learning Alteryx recently.
I am looking to find a way in Alteryx using tools for a few excel VBA commands.
Range.ClearComments: Clears only the comments. And the data and formats of the range will remain then same.
Range.ClearContents: Will clear only the content/data of the range, formats will remain same.
Range.Clear: Will clear the data including cell formats.
Would be great if someone can provide a differentiated workaround for all the above 3 functions in a range of columns.