I would like to copy the value from a cell in the existing sheet to a cell in a newly created sheet using VBA. Also, every time the value from the original cell changes, immediately to update the value in the newly created sheet. The sheet name is dynamically set, and when trying to reference it via variable, I get the dialog box for updating values, saying the sheet does not exist
For example:
Sheets(some variable).Range("A1") is always referenced to Sheets(some variable).Range("A1")
Thanks in advance
For example:
Sheets(some variable).Range("A1") is always referenced to Sheets(some variable).Range("A1")
Thanks in advance