ScreenUpdating = False ???


Posted by Shamsuddeen. P.K on January 16, 2002 9:43 AM

I have a macro that downloads a text file and arranges the columns and row and dfinally deletes the unwanted columns.

While executing the macro all the actions are visible on the screen. I used the Screenupdating = false at the beginning of the macro but it does not work.

Please help.

Posted by Dat on January 16, 2002 9:48 AM

Try:
Application.ScreenUpdating = False



Posted by Shamsuddeen. P.K on January 17, 2002 9:41 AM