PC Review


Reply
Thread Tools Rate Thread

Application.ScreenUpdating

 
 
Barb Reinhardt
Guest
Posts: n/a
 
      1st Aug 2008
I've used this line of code for over a year with no problems. Today it's
giving an error.

If Not ScreenUpDate = True Then Application.ScreenUpdating = False

ScreenUpdate is BOOLEAN.

I'm getting Run-time error '50290'
Method 'ScreenUpdating' of object '_Application' failed.

What the ....

FWIW, I'm still using Office 2003.
--
HTH,
Barb Reinhardt

 
Reply With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      1st Aug 2008
If you add the line Application.screenupdateing = false just ahead of that
line of code will it Execute ok. One thing to check would be Tools ->
References in the VBE as one of your references might have gone south on you
which can generate some pretty odd errors...
--
HTH...

Jim Thomlinson


"Barb Reinhardt" wrote:

> I've used this line of code for over a year with no problems. Today it's
> giving an error.
>
> If Not ScreenUpDate = True Then Application.ScreenUpdating = False
>
> ScreenUpdate is BOOLEAN.
>
> I'm getting Run-time error '50290'
> Method 'ScreenUpdating' of object '_Application' failed.
>
> What the ....
>
> FWIW, I'm still using Office 2003.
> --
> HTH,
> Barb Reinhardt
>

 
Reply With Quote
 
Barb Reinhardt
Guest
Posts: n/a
 
      1st Aug 2008
I'll check it, thanks. I have had issues with missing references and I could
kinda figure out it was a reference issue. This was strange. I'll let you
know if I find something (and it happens again)
Thanks,
Barb Reinhardt



"Jim Thomlinson" wrote:

> If you add the line Application.screenupdateing = false just ahead of that
> line of code will it Execute ok. One thing to check would be Tools ->
> References in the VBE as one of your references might have gone south on you
> which can generate some pretty odd errors...
> --
> HTH...
>
> Jim Thomlinson
>
>
> "Barb Reinhardt" wrote:
>
> > I've used this line of code for over a year with no problems. Today it's
> > giving an error.
> >
> > If Not ScreenUpDate = True Then Application.ScreenUpdating = False
> >
> > ScreenUpdate is BOOLEAN.
> >
> > I'm getting Run-time error '50290'
> > Method 'ScreenUpdating' of object '_Application' failed.
> >
> > What the ....
> >
> > FWIW, I'm still using Office 2003.
> > --
> > HTH,
> > Barb Reinhardt
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Application screenupdating not working for everything? Kai Smith Microsoft Excel Programming 3 1st Sep 2007 05:40 PM
Application.ScreenUpdating broken Dave Unger Microsoft Excel Programming 5 4th Aug 2006 05:19 AM
application screenupdating issue Gary Keramidas Microsoft Excel Programming 4 11th Mar 2006 02:45 AM
Application.ScreenUpdating = False LB79 Microsoft Excel Misc 1 10th Aug 2004 12:05 AM
Application.ScreenUpdating malfunction Tom Deiley Microsoft Excel Programming 1 18th Jun 2004 03:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:09 PM.