• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. E

    Replacing a Range with another Range

    Thanks for the help all. Got it working. :)
  2. E

    Replacing a Range with another Range

    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...
Back
Top