I have tried a few different bits of VBA found here but not able to get it to work.
I am trying to update a cell when I just click on another cell.
I have data in A43:A54, it's a list of names, there is also a list in B43:B54.
I have another cell B38 and B39 which I would like to update automatically with the content from the clicked cell.
When I click on a cell from A43:A54 I would like to update cell B38 with the contents of the clicked cell along with updating cell B39 with the content from the same row but from B43:A54
Eg...
A43 = London, B43 = Glasgow
A44 = Birmingham, B44 = Edinburgh
A45 = Manchester, B45 = Belfast
etc etc etc
If I just click the cell A44, I would like VBA to update cell B38 and to change it's content to Birmingham and cell B39 to change it's content to Edinburgh
Thank you for reading and replying
STG
I am trying to update a cell when I just click on another cell.
I have data in A43:A54, it's a list of names, there is also a list in B43:B54.
I have another cell B38 and B39 which I would like to update automatically with the content from the clicked cell.
When I click on a cell from A43:A54 I would like to update cell B38 with the contents of the clicked cell along with updating cell B39 with the content from the same row but from B43:A54
Eg...
A43 = London, B43 = Glasgow
A44 = Birmingham, B44 = Edinburgh
A45 = Manchester, B45 = Belfast
etc etc etc
If I just click the cell A44, I would like VBA to update cell B38 and to change it's content to Birmingham and cell B39 to change it's content to Edinburgh
Thank you for reading and replying
STG