Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a range (E10:P95) and I would like to have excel copy it and
paste the values in a range of identical size (U10:AF95). Can someone please tell me how to do this. I have tried using these codes: Range("E10:P95").Copy Range("U10:AF95").Paste Range("E10:P95").Select Selection.Copy Range("U10:AF95").Select Selection.Paste Neither one works for whatever reason, and cause my macro to skip sections. Does anyone know how to solve this problem? Any help would be appreciated. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy & paste range | Excel Discussion (Misc queries) | |||
copy range and paste into every 3rd cell of new range | New Users to Excel | |||
copy and paste values in a range | Excel Programming | |||
Copy paste range | Excel Programming | |||
copy / paste values for certain range | Excel Programming |