The solution was the following...Dim Sht_Text As String = HttpUtility.HtmlDecode(row.Cells.Item(0).Text) I am trying to prevent from having to escape apostrophes and other special characters in my string variables by using a parameterized query with an OleDbConnection.