I'm sure i have done this before but i have forgot the Syntax.
I Want Cell A1 to be equal to the content of Cell B1. Not just the current "Value" but an actual reference.
Range("A1").Value="=B1"
I need to use it in a loop so the syntax has to be somewhat more clever than the above
Currently...