Get_Involved
Active Member
- Joined
- Jan 26, 2007
- Messages
- 383
I have two worksheets named “Bid Calculator” and “Legend”.
I am looking for vbcode to take the number from the “Legend R4” and place in cell C29 of the “Bid Calculator” this is the first step.
There are 5 cells in the row “Bid Calculator C29:G29”
In the worksheet “Legend R4” I have a number let’s say “1”.
Let’s move the “1” to “Bid Calculator C29”
In cell D29 there will be “2”, cell E29 there will be “3”, cell F29 there will be “blank”, cell G29 there will be “blank”.
There will be times that some of the cells after C29 will be blank, so I need the MAX number in the row to be placed in “Legend R4”.
So the next time I open the workbook and update the numbers, “Legend R4” the update goes back to “Bid Calculator C29”.
The answer should be from the example above = 4, in the new update.
I know that will be a cell reference if I code the cell.
Hoping it can be done in vbcode.
Appreciate any help
I am looking for vbcode to take the number from the “Legend R4” and place in cell C29 of the “Bid Calculator” this is the first step.
There are 5 cells in the row “Bid Calculator C29:G29”
In the worksheet “Legend R4” I have a number let’s say “1”.
Let’s move the “1” to “Bid Calculator C29”
In cell D29 there will be “2”, cell E29 there will be “3”, cell F29 there will be “blank”, cell G29 there will be “blank”.
There will be times that some of the cells after C29 will be blank, so I need the MAX number in the row to be placed in “Legend R4”.
So the next time I open the workbook and update the numbers, “Legend R4” the update goes back to “Bid Calculator C29”.
The answer should be from the example above = 4, in the new update.
I know that will be a cell reference if I code the cell.
Hoping it can be done in vbcode.
Appreciate any help