Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I make a macro which will input a number into a cell without deleting
the numbers that are already there? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inputting date as dd/mm not mm/dd | Excel Discussion (Misc queries) | |||
Inputting a length of time? | New Users to Excel | |||
Inputting data into two worksheets | Excel Discussion (Misc queries) | |||
inputting data | Excel Discussion (Misc queries) | |||
Inputting Source Data - help please | Charts and Charting in Excel |