How to count the mentions of words one the page

thank you. i assigned the variable MyText = row(“Description”).ToString
it worksm and shows me the numbers in output but i also need to update the column cell with this number so could you help me with this too?
i tried to assign the cell with the counter.Length
TableData.Rows(3)(“Description”) = “counter.Length” but it doesn’t work