View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Pflugs Pflugs is offline
external usenet poster
 
Posts: 167
Default Application object missing?

Never mind, I found it. I had accidentally named a userform "Application."

Sorry.

"Pflugs" wrote:

I tried to run some code containing "Application.ScreenUpdating = False", and
the editor returned a complier error and said that ".ScreenUpdating - method
or data member not found."

Shouldn't Application point to the Excel application? Where is it? I even
tried declaring an Application object and assigning the Excel application to
it, but that didn't work.

What's wrong? Thanks.
Pflugs