PHV,
thanks you so much. I actually used
MyString = Request.Cookies("objTable")
ReplacedText=Replace(MyString,"%3E",">")
REReplacedText=Replace(ReplacedText,"%3C","<")
REREReplacedText=Replace(REReplacedText,"%2","")
For some reason the %2 showed up and I had to get rid of it too.
Thanks...