Hey all.
So I'll try to explain this as best as I can. I want to make it so that a Range is replaced with another Range. So:
Sub TeamFillOuts()
If Range("C5") = "Go Ape" Then
Range("C7", "C9") = Range("$P$9", "$P$11")
End If
End Sub
If that makes sense. But it obviously doesn't work.
Also, is there an ElseIf function?
Thanks all.
So I'll try to explain this as best as I can. I want to make it so that a Range is replaced with another Range. So:
Sub TeamFillOuts()
If Range("C5") = "Go Ape" Then
Range("C7", "C9") = Range("$P$9", "$P$11")
End If
End Sub
If that makes sense. But it obviously doesn't work.
Also, is there an ElseIf function?
Thanks all.