+ Reply to Thread
Results 1 to 4 of 4

Use a button to create a table in excel without overwriting cells

  1. #1
    Carlo
    Guest

    Use a button to create a table in excel without overwriting cells

    Is there any chance that I can set up a macro button - that take some values
    and put them in a table. Without overwriting the same cells over and over?

  2. #2
    Ron de Bruin
    Guest

    Re: Use a button to create a table in excel without overwriting cells

    Hi Carlo

    Like a database ?

    See
    http://www.rondebruin.nl/copy1.htm



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "Carlo" <[email protected]> wrote in message news:[email protected]...
    > Is there any chance that I can set up a macro button - that take some values
    > and put them in a table. Without overwriting the same cells over and over?




  3. #3
    Tom Ogilvy
    Guest

    Re: Use a button to create a table in excel without overwriting cells

    Range("A1:A10").copy Destination:=Worksheets( _
    "Sheet2").Cells(rows.count,1).End(xlup)(2)

    might be what you want.

    --
    Regards,
    Tom Ogilvy

    "Carlo" <[email protected]> wrote in message
    news:[email protected]...
    > Is there any chance that I can set up a macro button - that take some

    values
    > and put them in a table. Without overwriting the same cells over and over?




  4. #4
    Alex
    Guest

    Re: Use a button to create a table in excel without overwriting ce

    Hi
    can you help me too
    what if i want to paste the values in coloumn and not into rows?

    "Tom Ogilvy" wrote:

    > Range("A1:A10").copy Destination:=Worksheets( _
    > "Sheet2").Cells(rows.count,1).End(xlup)(2)
    >
    > might be what you want.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    > "Carlo" <[email protected]> wrote in message
    > news:[email protected]...
    > > Is there any chance that I can set up a macro button - that take some

    > values
    > > and put them in a table. Without overwriting the same cells over and over?

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1