I'm slightly confused!!
The method described will insert a carriage return in the textbox, which has the same effect as vbCrLf has on a variable string.
If however, you actually want the text 'vbCrLf' to appear in the textbox, then the way to achieve this is to use the [On Key Press] event...