Can I delete the text without affecting the formatting?

Quote Originally Posted by UmeshM View Post
When I run the code though Word VBA it throws the Run time Error 1004

Adding test file along with this reply

I tried running this code in this excel
Worksheets("Sheet1").Range("A1").Characters(Start:=277, Length:=5).Text = ""

Result and Findings
Above code does not work on any content whose length is more than 250