Application object missing?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Never mind, I found it. I had accidentally named a userform "Application."

Sorry.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top