![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 75
|
This seems like it should be very simple. WhatI am trying to do is in a macro take a value from one cell add to it and place it in another cell.
How is this done? anyone out there know? Thanks in advance Paul |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Try the following:
[a1].Value = [a2].Value + [a1].Value It takes the value in Cell A2 and adds it to the value in cell A1 and puts the result in A1.
__________________
Kind regards, Al Chara |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 75
|
Thanks allot Al, you have been saving my bacon today. Really appreciate it.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|