by SenseiCRO » Sun Apr 29, 2012 9:13 pm
Hello,
I'm trying to access the exact market with the ID.
For that I use the following code that is logical to me, but it doesn't work:
If Not Worksheets("Test").Cells(1, 1).Value = 105518871 Then
[Q2] = "GO:105518871"
Worksheets("Test").Cells(1, 1).Value = 105518871
End If
It puts the GO:105518871 the Q2 cell, but BA doesn't go to that market at all, and my Excel goes into the infinite loop. I use IF to stop placing the Q2 request more than once, but... it stucks.
What am I doing wrong?