![]() |
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? |
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