iNCREASING THE SPEED OF COPYING ROWS

sreevignesh

New Member
Joined
Jun 4, 2015
Messages
6
Hi how can i improve the speed of copying nearly 1000 rows from a sheet and pasting it triple the times on the another sheet... The destination sheet have nearly 90 columns each filled with formulas ,,.. Nearly it takes 1 hr fore complete process how can i minimize that.:eek::eek:
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
So your're trying to paste a block of cells 100 rows by 90 columns from one sheet to three other sheets?
Do you really need the formulas? Couldn't you just Paste Values? That would speed it up.

Sounds like you need to redesign the spreadsheets.
 
Upvote 0
OK pls let me know how to paste a formula using vba. for ex consider this formula"=IFERROR(ROUND(IF(INDEX(Scope_List,R3C,RC90)="NA","",IF(RC[-39]="Planned",IF(RC[-29]>0,RC[-32]+VLOOKUP(RC40,Data!R6C25:R8C66,Data!R4C26,FALSE)," ")," ")),0),"")"
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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