VBA Virgin
New Member
- Joined
- Sep 7, 2011
- Messages
- 3
Hello,
I'm quite new to this VBA language and I am struggling with the updating of formulae in code. Can anyone help????
I have a formulae in a workbook that refers to another sheet in the same workbook. The formulae looks like this:
='sheet 1'!BH32/'sheet 1'!BH9*5
So in the VBA code I need to update the formulae each week to refer to the next cell along i.e. if the reference is to cell BH this week I need it to be changed to cell BI next week in the workbook using code.
How can I do this???
Any suggestions greatly received!!
I'm quite new to this VBA language and I am struggling with the updating of formulae in code. Can anyone help????
I have a formulae in a workbook that refers to another sheet in the same workbook. The formulae looks like this:
='sheet 1'!BH32/'sheet 1'!BH9*5
So in the VBA code I need to update the formulae each week to refer to the next cell along i.e. if the reference is to cell BH this week I need it to be changed to cell BI next week in the workbook using code.
How can I do this???
Any suggestions greatly received!!