Consulting

Results 1 to 8 of 8

Thread: Solved: ScreenUpdating Issue?

  1. #1

    Solved: ScreenUpdating Issue?

    Howdy,

    I have a routine that takes a data set on one sheet and copies some of it to another part of the same sheet and then eventually hides the columns. I turned off screenupdating but you can still see Excel whip around the sheet. Is there any way to not have this happen? Is screenupdating only for multiple sheets?


  2. #2
    VBAX Mentor tpoynton's Avatar
    Joined
    Feb 2005
    Location
    Clinton, MA
    Posts
    399
    Location
    any chance of posting the offending code? setting application.screenupdating to false should turn it off...

  3. #3
    ooops...i found the issue...another routine that i was calling was turning it back on ;-)

  4. #4
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    Quote Originally Posted by tpoynton
    any chance of posting the offending code?
    I don't mean to be critical here, but this is an example of not helping the VBA challenged people catchup with the subject matter. For the experienced people, I guess you learn to live with questions about code not working, and can visualise what the person making the post actually wants.

    There is another group of us out here who are wanting to learn, to see examples of code would be very helpful but if somone just suggests they have found the solution and we don't get to see it.... well we might as well go bang heads against the wall.

    All I ask is that in these circumstances, can the corrected code be displayed...please?
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  5. #5
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    the before and after, so the error can be seen.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  6. #6
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    I agree Bob, now it might mean that for a moment in time the poster might feel slightly embarrassed, but when looking at the overall picture, its a learning curve for all of us.

    And that's what we are here for aren't we?
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  7. #7

    Sorry Aussie :-)

    Believe it or not, I am one of you!

    However, in this instance I found out my problem before I needed the answer. I was calling another routine that was undoing what I wanted done. Also, I often ask conceptual questions versus purely syntaxtual (i hope that's a word). Sometimes the code can be a distraction.

  8. #8
    VBAX Master
    Joined
    Jun 2007
    Location
    East Sussex
    Posts
    1,110
    Location

    Psst

    it's syntactic or syntactical
    Regards,
    Rory

    Microsoft MVP - Excel

Posting Permissions

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