Results 1 to 4 of 4

Thread: Select and delete entire columns

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Select and delete entire columns

    Hi everybody,

    I have a range activated
    Range(strPlageSélectionnée).Activate


    , and i'm looking for selecting their entire columns in order to delete them. I know that to select a column there is a specific formula
    ActiveCell.EntireColumn.Select


    and to delete one column it's
    ActiveCell.EntireColumn.Delete


    But how can i select and delete many columns at once. Is there any specific formula ?

    Thanks for your help
    Image1.jpgImage2.jpgImage3.jpgImage4.jpg
    Last edited by Ramo964516; 02-28-2016 at 01:27 PM.

Posting Permissions

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