Hi all, I was wondering if you can help. I have created a strain gauge bridge calculator. The bridge has 4 resistors, I have also added a picture of the bridge using autoshapes and have 4 rectangles to represent each resistor (rectangle1,rectangle2,rectangle3,rectangle4).
I want to add a shunt resistor across just one of the resistors in parallel and this will effectively change the resistance of that leg of the bridge. I want the rectangle that represents the resistor that has the shunt to change colour from white to say red to show which one has been shunted.
I have numbered my resistors R1,R2,R3,R4. I have a cell (Say A1) with a drop down list that lets you pick either "R1", "R2","R3","R4". by picking changes my calculator so it knows which resistor has had the shunt applied.
Finally I also have a cell (say A2) which lets you input the shunt resistor value. If the value is 0, then the shunt is not applied in my calculations.
So I need to change the colour of a particular rectangle based on the value picked in A1 but it must also depend on A2>0.
Can anyone help, i'm not great on visual basic, but if you can show me with a description I would be grateful.
I want to add a shunt resistor across just one of the resistors in parallel and this will effectively change the resistance of that leg of the bridge. I want the rectangle that represents the resistor that has the shunt to change colour from white to say red to show which one has been shunted.
I have numbered my resistors R1,R2,R3,R4. I have a cell (Say A1) with a drop down list that lets you pick either "R1", "R2","R3","R4". by picking changes my calculator so it knows which resistor has had the shunt applied.
Finally I also have a cell (say A2) which lets you input the shunt resistor value. If the value is 0, then the shunt is not applied in my calculations.
So I need to change the colour of a particular rectangle based on the value picked in A1 but it must also depend on A2>0.
Can anyone help, i'm not great on visual basic, but if you can show me with a description I would be grateful.