SyntaxFix
Write A Post
Hire A Developer
Questions
A simpler way to do this would be:
Sub populateB() For Each Cel in Range("A1:A100") If Cel.value <> "" Then Cel.Offset(0, 1).value = "Your Text" Next End Sub