VBA to map cells

HeWhoDares

New Member
Joined
Apr 27, 2019
Messages
2
Hi all,

Brand new to this board and also to VBA so please forgive any uselessness on my part. Looking forward to learning loads.

I am trying to use VBA to map cells. I'd like to click on the destination cell and then select the source cell (that contains the data) and have that data copied to the destination cell. Without going into the background, I want to avoid copy and paste and avoid using the SUM formula.

Is this possible?

Thanks,

HeWhoDares
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Thank you, mole999.

One important clarification that I missed. The source data could come from anywhere, often from different workbooks altogether, and so a range will not work. Effectively I want to replace typing "=" and then clicking the source cell, with VBA. If I could click the destination cell (basically adding "=" to the formula) and then select the source data cell that would solve the issue I am facing. I've searched for several hours but cannot find how this is done.

Thanks again!
 
Upvote 0
I don't know of anything across books, sorry
 
Upvote 0

Forum statistics

Threads
1,216,590
Messages
6,131,597
Members
449,657
Latest member
Timber5

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