this is my first post!
I have N11 which displays a cell location that I want to place string variable x in, so when N11 reads G2, I need to enter x into G2.
I have been unsuccessful so far with:
y = Worksheets("Sheet2").Cells(11, "N").Value
Range(y) = x
Thanks in advance!