O
oercim
Hello, I have a problem. I want to compare string in vba however I couldn't manage.My statemets are like below:
If Sheets("Sayfa1").Cells(1, 1) ="TRUE" Then
Sheets("Sayfa1").Cells(1, 2) = 1
End If
These statements doesnt give error but it doesnt also print "1" cell(1,2) even the cell(1,1)="TRUE.
How can I do this? Thanks a lot.
If Sheets("Sayfa1").Cells(1, 1) ="TRUE" Then
Sheets("Sayfa1").Cells(1, 2) = 1
End If
These statements doesnt give error but it doesnt also print "1" cell(1,2) even the cell(1,1)="TRUE.
How can I do this? Thanks a lot.