Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sheet2.Cells(1,1).Formula = "=sheet1!R3C3"
Sheet2.Cells(1,1).value = sheet1.cells(3,3).value
with sheet1.cells(3,3)
Sheet2.Cells(1,1).formula = "=" & .parent.name & "!" & .address(false, false)
end with