Results 1 to 3 of 3

Thread: Adding colums in Excel

  1. #1
    New Member
    Join Date
    Aug 12
    Posts
    2

    Adding colums in Excel

    I am trying to add a column (with same datasets) in 10 worksheet of a excel file. Is there anyway this could be programmed?

    Thanks in advance.
    BenMcking

  2. #2
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,143

    Re: Adding colums in Excel

    Quote Originally Posted by BenMcKing View Post
    I am trying to add a column (with same datasets) in 10 worksheet of a excel file
    I don't understand what that means. Explain further please.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  3. #3
    New Member
    Join Date
    Aug 12
    Posts
    2

    Re: Adding colums in Excel

    I mean to say....
    I got a excel spreadsheet...
    within that spreadsheet i got 10 worksheet...
    now i want to add a column with same datasets in each of those 10 work sheet
    is there a way this could be coded?

    i hope this is clear

Posting Permissions

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