ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Use a button to create a table in excel without overwriting cells (https://www.excelbanter.com/excel-programming/328847-use-button-create-table-excel-without-overwriting-cells.html)

Carlo

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?

Ron de Bruin

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" wrote in message ...
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?




Tom Ogilvy

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" wrote in message
...
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?




ALEX

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" wrote in message
...
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?






All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com