So basically, in cell G1 is the text "D4". When I press a command button I want it to take the value in cell G1 - ("D4") - and then in cell D4 enter the value 10.
The code I tried is:
Range(Range("G1").value).value = "10"
However this does not work. Can anyone help me please?
Bookmarks