Thread
:
Is this possible with a macro?
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
Posts: n/a
Is this possible with a macro?
something like
for each c in selection
c.value=c+124.56
next c
--
Don Guillett
SalesAid Software
"Den" wrote in message
...
I have a vertically, names of peoples (20) and horizontally (15)
different objects. In each cell the total of objects for each person.
I would like to go to the different cells, run a macro maybe, enter a
value that will be added to the existing total in that same cell.
Is there a way to do this with a macro or do I need to go with
programming?
Den
Reply With Quote