Hey,
I am simply trying to copy value from cell B2 and paste it into cell B3 but am unable to do so. could someone please guide me as the what needs to be changed in the following vba script?
Thanks. will appreciate any help.
I am simply trying to copy value from cell B2 and paste it into cell B3 but am unable to do so. could someone please guide me as the what needs to be changed in the following vba script?
Code:
Range(B2).Value = Range(B3).Value
Thanks. will appreciate any help.