+ Reply to Thread
Results 1 to 15 of 15

Fill formula auto using vba is processing very slow

  1. #1
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Post Fill formula auto using vba is processing very slow

    hello
    i m using below code to fill formula but the processing is very slow need help

    Please Login or Register  to view this content.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Fill formula auto using vba is processing very slow

    Turn OFF and Turn ON the events when writing to the cells, because on each change in any of the cell of that worksheet will call the change event and it will check whether the changing cells occurs in this range Range("E11:E1500") so this is the root cause of this issue which creates delay while inputting the data in cells.

    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    how above code works
    when i enter data in E11. then column H10,J10,K10,L10........fill down the formula in column H11,J11,K11,L11
    i want
    now if i enter the data in E12 then formula fill from column H11,J11,K11,L11 not column H10,J10,K10,L10
    something like this
    Please Login or Register  to view this content.

  4. #4
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    Hello S*2
    plz read #3
    thanx

  5. #5
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    Hello S*2
    plz read #3
    thanx

  6. #6
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Fill formula auto using vba is processing very slow

    Try it like the below

    Please Login or Register  to view this content.

  7. #7
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    nothing is happening

  8. #8
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Fill formula auto using vba is processing very slow

    Oops.. Change this line

    Please Login or Register  to view this content.
    To

    Please Login or Register  to view this content.

  9. #9
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Fill formula auto using vba is processing very slow

    I think you mean:
    Please Login or Register  to view this content.
    Remember what the dormouse said
    Feed your head

  10. #10
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    Works fine

    but the processing of fill formula is same as before, i mean very slow

  11. #11
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Fill formula auto using vba is processing very slow

    Quote Originally Posted by haroon2015 View Post
    processing of fill formula is same as before, i mean very slow
    Check Rory suggestion in Post #9

  12. #12
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    same result : Very Slow

  13. #13
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Fill formula auto using vba is processing very slow

    Turn off screen updating also and check

    Please Login or Register  to view this content.

  14. #14
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    Not working Same result again

    BTW it will do

    if possible plz

    if i delete the E11 value then delete the all fill formula

  15. #15
    Forum Contributor HaroonSid's Avatar
    Join Date
    02-28-2014
    Location
    india
    MS-Off Ver
    Excel 2013
    Posts
    2,080

    Re: Fill formula auto using vba is processing very slow

    Thanx a lot S*2
    and also thanx a lot romperstomper

    thread is closed

    both of u i will add +1 reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 17
    Last Post: 01-10-2011, 10:40 PM
  2. Slow processing
    By burugudug in forum Excel General
    Replies: 2
    Last Post: 04-16-2010, 12:05 AM
  3. Slow processing
    By epal31nz in forum Excel General
    Replies: 1
    Last Post: 10-10-2009, 11:38 PM
  4. [SOLVED] slow processing with .find
    By Guy Normandeau in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-14-2006, 01:45 PM
  5. Slow Macro Processing
    By Janene_P in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-28-2005, 04:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1