it will not work. the text area is not like an input tag.
note that within text area tags whitespace is preserved so, if you don't want lots of trailing spaces and/or line breaks, make sure that you compact the text area start and close tags and don't run a prettifier on them.
Code:
<textarea name="txtComments" rows="4" cols="37"><?php echo trim($_GET['Comments']);?></textarea>