Sorry to join this thread so late, along the same lines, the mounting face of aluminum wheels typically has a small step in it (~.20mm). This step creates a "belvil" washer effect in the joint. Two (of many) questions arise:
1) Should the lug nut draw the wheel down (or the rotor&hub...
Forgive my ignorance, but how & where do I use this? Is it a macro or VB script?
With Worksheets("Hoja1").Range("d8")
Select Case .Value
Case Is > 100
.Interior.ColorIndex = 6
Case Is < 100
.Interior.ColorIndex = 3
End...
I just discovered this trick myself. However, it is limited to three conditions. Is there a way to write a Visual Basic script or something to increase the number of conditions?