Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I've created the below macro. By using the ChangeValue or a similar call, I need to adopt this macro in order to be able to change adjacent D date value to TODAY's date if I ever change any currency value on column C. Can anyone suggest an alteration?. ======================= Sub Macro1() Range("C2").Select ActiveCell.FormulaR1C1 = "27000" Range("D2").Select ActiveCell.FormulaR1C1 = "=TODAY()" Range("D3").Select End Sub ============================= TIA Martyn --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22.05.2004 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
General Macro/Automation Question | Excel Discussion (Misc queries) | |||
general macro question | Excel Discussion (Misc queries) | |||
Can I load a general macro without loading an excel document? | Excel Discussion (Misc queries) | |||
General purpose "open links" macro | Links and Linking in Excel | |||
Unique Excel Web Page / Macro situation - HELP! | Excel Programming |