Copy/Paste Result of Concactenated Cell

keeper10

New Member
Joined
Jul 28, 2014
Messages
13
Hi All,

So I have to worksheets (History and Flat). I have created a unique PR number in the History sheet using CONCACTENATE. The problem I am now running into is copying this value and pasting it into the Flat sheet. I feel like the solution to this may be fairly simple. I would also like to only copy the last 10 PR numbers, but I can write that code. Hopefully somone can help me take the value that has been concactenated and paste it in another worksheet. 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).
I tried a normal copy/paste but nothing happened (I just started writing in VBA so I thought it was worth a shot). Then I just tried setting the value of the cell to a variable to allow me to move it a bit easier, but I haven't figured that out yet. I concatenated the cells not within VBA, but in the cell itself. So I may go back and concatenate then copy/paste all in VBA. Any suggestions?
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,664
Members
449,114
Latest member
aides

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