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
|