Consulting

Results 1 to 3 of 3

Thread: Solved: How do you insert Columns using VBA?

  1. #1

    Solved: How do you insert Columns using VBA?

    I want to insert a column in between columns. How do you write an insert column code?

    Thanks!!!

  2. #2
    Hi there,

    The following will insert a new Column E

    [vba]Columns("E").Insert[/vba]
    Does that help?

    Robert

  3. #3
    Thanks Robert!!! It does!!!

Posting Permissions

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