ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Inputting numbers using a macro. (https://www.excelbanter.com/excel-discussion-misc-queries/157656-inputting-numbers-using-macro.html)

wazcaster

Inputting numbers using a macro.
 
How do I make a macro which will input a number into a cell without deleting
the numbers that are already there?

Mike H

Inputting numbers using a macro.
 
Maybe:-

Sub stanceabuse()
Range("A1").Value = Range("A1").Value & "," & Range("B1").Value
End Sub

Mike

"wazcaster" wrote:

How do I make a macro which will input a number into a cell without deleting
the numbers that are already there?



All times are GMT +1. The time now is 01:43 AM.

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