On a worksheet, (Sheet3), I have two cells (B2 and B3) each of which contains an address in the form $F$2. I would like to use these addresses to select the relevant cells on another worksheet in code. That is, use the value in B3 to seIect Range(“$F$2”) on Sheet1. Is this possible?
TIA