P
paolopiace
Would someone know why these few lines do not work?
Not even if I use Cells(r, 2).Value work.
Through VBA I simply must enter -1 in that cell and see it in Excel.
If Cells(r, 2) = "P" Or Cells(r, 2) = "p" Then
Cells(r, 2) = -1
End If
Not even if I use Cells(r, 2).Value work.
Through VBA I simply must enter -1 in that cell and see it in Excel.
If Cells(r, 2) = "P" Or Cells(r, 2) = "p" Then
Cells(r, 2) = -1
End If