Copy Worksheet cell values to clipboard

ipbr21054

Well-known Member
Joined
Nov 16, 2010
Messages
5,213
Office Version
  1. 2007
Platform
  1. Windows
Hi,
Please can you advise how i can copy worksheet cell values to the clipboard.
The cells in question will always be the same.
It is only the value that will change.
The value will in the cell will only ever be a letter or a number

The values i need to copy are in the following cells.

P6 = 9
Q6 = 8
R6 = 7
S6 = 6
T6 = 5
U6 = 4

So when i then paste elsewhere i should then "in this example above " be pasting 987654

Thanks.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi,
Just an update.
The following works but need some advice.

Rich (BB code):
.Range("P6:U6").Copy

The values on the worksheet have borders.
When the values are pasted elsewhere the borders are also pasted.
Please advise how i edit the code to just copy the value Without the border.

I have noticed that once i have pasted the value i see the cells in question are still selected,dancing ants around each cell.
How do i now edit the code to Un select the cells

I will then be completed fro this task.

Thanks
 
Upvote 0
I should say if it makes a difference that i am not pasting the value in Excel
 
Upvote 0

Forum statistics

Threads
1,214,382
Messages
6,119,194
Members
448,874
Latest member
Lancelots

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