Results 1 to 4 of 4

Thread: Select and delete entire columns

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Hello Ramo964516,

    Alternatively, if you want to delete contiguous ranges based on a single selected cell, such as G1 for example, you can do this -

    Range(strPlageSélectionnée).Resize(, 2).EntireColumn.Delete  ' change 2 to any number of contiguous columns
    Hope that helps!
    Last edited by williedog; 03-03-2016 at 08:38 AM.

Posting Permissions

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