ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,806
- Office Version
- 2007
- Platform
- Windows
Morning,
Trying to copy & paste from a range to a cell but come across an issue.
I am using the following code but when the value is pasted its shown in T1 T2 T3 T4 T5
My goal is to paste the values copied into the one cell at T1 as opposed to the five cells
Please advise how i can do this
Thanks
Trying to copy & paste from a range to a cell but come across an issue.
I am using the following code but when the value is pasted its shown in T1 T2 T3 T4 T5
My goal is to paste the values copied into the one cell at T1 as opposed to the five cells
Please advise how i can do this
Thanks
Rich (BB code):
Range("A1:A5") .Copy Range ("T1")