+ Reply to Thread
Results 1 to 6 of 6

Screen Updating Help

Hybrid View

  1. #1
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Screen Updating Help

    selecting or activating does not turn screenupdating on

    perhaps
    set wsData = ThisWorkbook.Worksheets("Data")
    
    set rng =wsData.Range(Range("e2"), Range("e" & Rows.Count).End(xlUp))
    wsData.Range("a" & rw & ":aj" & rw).Copy destination:=wsData.Range("ak" & rw)
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  2. #2
    Forum Contributor
    Join Date
    09-13-2012
    Location
    Midwest
    MS-Off Ver
    Excel 365
    Posts
    124

    Re: Screen Updating Help

    Thank you. That does work. I decided to delete the other bit of code regarding the red line, not worth the hassle. Now it doesn't flash to Data sheet. Enjoy the weekend!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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