Results 1 to 7 of 7

Thread: Delete Characters in a string

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Newbie
    Joined
    Sep 2014
    Posts
    4
    Location

    Delete Characters in a string

    Hello Team,

    I am facing a similar problem as discussed in this thread . The error for me occurs at

    Code
    xlWB.Worksheets("Consistency_Check").Range("F" & colnum1).Characters(Start:=264, Length:=5).Text = ""
    colnum1 = 17

    I wish to delete the characters at this position.

    Best Regards,
    Umesh
    Last edited by Aussiebear; 11-28-2024 at 03:45 AM. Reason: Moved to own thread

Posting Permissions

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