Copy Paste help

davistax

New Member
Joined
Apr 2, 2015
Messages
7
I have a macro that selects the value of the activecell & pastes elsewhere in the same sheet.
What I need now is to have the user to select a different sheet & click on the cell that he where he would like that value pasted. This seems simple, but I am at a loss as to how to pause the macro while the user chooses the destination cell.

Any assistance would be greatly appreciated.
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
If you have to select the cell, trigger the macro, then go another sheet and select the cell that you want to paste to, why not just use Excel's built-in Copy/Paste functionality (CTRL+C, CTRL+V)?
It doesn't seem like you are really saving much to create a macro that pretty much re-creates existing functionality.
 
Upvote 0
The macro will be doing some calculations while that takes place & the result will be pasted beneath the destination cell. The destination cell is decided by the user.
 
Upvote 0
You are welcome.
Glad I was able to help!
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,959
Members
449,096
Latest member
Anshu121

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