Hi,
I'm working in a macro, and in the SelectionChange procedure, the following code
ActiveCell.Select
Selection.Copy
Range("AG44").PasteSpecial _
Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
is copying the value of the selected cell to an specific cell...