Tronsliver
Technical User
I new to this but having fun Can someone help me with the code below? I'm trying to reference a cell through using the variable "x". I know I'm using the wrong syntax but can't figure it out. [d"x"] is an attempt at a cell reference.
Sub FindDelta()
Dim x As Byte
For x = 1 To 21
If ([d"x"] > 90) Then
[f"x"] = "5"
End If
Next x
End Sub
Sub FindDelta()
Dim x As Byte
For x = 1 To 21
If ([d"x"] > 90) Then
[f"x"] = "5"
End If
Next x
End Sub