Please don't use pictures to post a code, nobody can copy that into the VBA editor (modify and test the code).
The Address property (without arguments) of the Range object returns a string of the cell only ($A$1) regardless in which sheet the Range is located.
The property has also a External argument, set it to True to get the full qualified address of the cell.
Address(External:=True)
Andreas.