Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 179
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 493
Default 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?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2002: Can I not overwriting non blank destination cells ? Mr. Low[_3_] Excel Discussion (Misc queries) 0 March 13th 10 01:33 PM
Overwriting cells StephenAccountant Excel Discussion (Misc queries) 2 September 6th 07 12:36 PM
Create a button to Clear Cells tamato43 Excel Discussion (Misc queries) 3 May 16th 05 02:09 AM
Overwriting Cells Keith bedford Excel Discussion (Misc queries) 4 March 9th 05 11:46 PM
How do you create a macros without overwriting the previous one y. Gibbie Excel Discussion (Misc queries) 2 November 29th 04 10:09 PM


All times are GMT +1. The time now is 08:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"