I need to copy a cells value and location to another tab

Dean001

New Member
Joined
Sep 2, 2022
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hi,

New here and not tried anything like this on excel before,
I need to copy and paste the contents (and location) of individual cells into another sheet, there will be hundreds / thousands of these to do and each one will need to be selected manually (which doesnt have the option to automate due to the nature of the work), currently they are being done with CTRL C / CTRL V and typing the cell location in. is there a way to automate this?
Ideally I would like to double click on the cell I wish to copy, the value to be put in the other sheet, the cell location (A1, C6 etc) be in the next cell over, then the next value that is double clicked on to be in the next row down.

Hope someone can help
Thanks
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
...[...] (which doesnt have the option to automate due to the nature of the work)...[...]. ...[...]... Is there a way to automate this?

That depends on whether the "nature of the work" allows Visual Basic Application (VBA) code to be executed in your Excel application. If so, then, yes, this can be automated (with VBA code). If not, then no, it can't be automated (at least with VBA code).
 
Upvote 0
Thanks for the reply,
The cell contents are number (negative number) and would allow VBA. That part only cannot be automated as each one needs to be looked at by a technician first.
 
Upvote 0
Sorry for the bump, just wondering if anyone could help.
Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,039
Messages
6,122,799
Members
449,095
Latest member
m_smith_solihull

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top