Hi all,
Im trying to get a value from a cell in a different worksheet. I have 2 worksheets in one excel workbook and i have to pull out the values from Sheet 2 to Sheet 1. The challenge is that the positioning of the cells of both templates are not the same so i cant just use the simple vlookup function on the same cell of the different worksheets.
I've tried using this macro:
Sub NoCopyAndPaste()
Sheet2.Range("""").Copy
Sheet1.Range("""").PasteSpecial
Application.CutCopyMode = False '
End Sub
But once i make adjustments to the values in Sheet 2, the values in Sheet 1 will not change.
Is there any way the vlookup fomula can achieve this or should i use a macro?There's a TEST 2 file that i've attached.
Bookmarks