Results 1 to 7 of 7

Thread: Delete Characters in a string

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    VBAX Newbie
    Joined
    Sep 2014
    Posts
    4
    Location
    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
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •