Consulting

Results 1 to 3 of 3

Thread: Solved: Sort Question

  1. #1

    Solved: Sort Question

    Hey all,

    I have a sort sub that inserts columns and deletes columns when done. When this sub runs you can see the columns insert and values populate then columns delete. It happens really quick but just looks sloppy.

    any way to supress that kind of stuff?

    thanks much

  2. #2
    VBAX Wizard lucas's Avatar
    Joined
    Jun 2004
    Location
    Tulsa, Oklahoma
    Posts
    7,323
    Location
    Are you using

    [VBA]Application.ScreenUpdating = False[/VBA]

    at the beginning of the macro? Be sure to reset it to true at the end of the process.
    Steve
    "Nearly all men can stand adversity, but if you want to test a man's character, give him power."
    -Abraham Lincoln

  3. #3
    Bah...im so stupid.

    thanks..that did it.

Posting Permissions

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