Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Conrad -- something like this ...
Sub AddMore() With Worksheets("MySheet").Range("A1") .Value = .Value + 1 End With End Sub -- Hope it Helps, - Rodney POWELL Microsoft MVP - Excel Beyond Technology Spring, Texas USA www.BeyondTechnology.com "conrad" wrote in message ... I am working on a basic worksheet. I have several numbers which I have to add additional number to in that cell. I want the cell to reflect the total and the display of the cell contents to list the individual numbers added. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding number within a cell | Excel Worksheet Functions | |||
Adding a number to a cell that already has a number. | Excel Discussion (Misc queries) | |||
macro adding a number to a number already in a cell | Excel Programming | |||
macro adding a number to a number already in a cell | Excel Programming | |||
macro adding a number to a number already in a cell | Excel Programming |