Excel if and output Roop

I tried to make it.
but it dose not work now.
Woud you teach me about loop setting?スクリーンショット (279) スクリーンショット (280)
I want to loop all.
vba is

Sub sample_1()

If Range("B2").Value <> "" Then
    If Range("C2").Value <> "" Then
        Range("D2").Value = "input"
    End If
End If

End Sub
if.zip (1.2 MB)

Please write what you try to do and we will help :slight_smile:

1 Like

I set it.
I want to make like this robot in UiPath
but maybe I don’t understand setting about vb.net.

tomo


Is this best way?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.