hi everbody
i wrote this piece of code:
If IR_1.Text = Today_High Then 'indicative trend
Image2.Visible = True
Image1.Visible = False
End If
If IS_1.Text = Today_Low Then
Image1.Visible = True
Image2.Visible = False
End If
now my dilema is that this code works fine on my machine but when i try it out on friends machine the image never changes is just fixed on image 1 even though i changed parameters.
