redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hi all
In cell A1 I have a simple formual that at certain times I want it to be changed to add a value of 7
So the formula at the moment is
when my macro is run I want that formula to be then increased by 7 so on this example A1 would now be
any ideas how to incorportae this into my code?
thanks
In cell A1 I have a simple formual that at certain times I want it to be changed to add a value of 7
So the formula at the moment is
Code:
=$B384
when my macro is run I want that formula to be then increased by 7 so on this example A1 would now be
Code:
=$B391
any ideas how to incorportae this into my code?
thanks