Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Ivalid Qualifier
Ivalid Qualifier
Resolved · Low Priority · Version 2007
Edward has attended:
Excel VBA Intro Intermediate course
Ivalid Qualifier
I am using the
Application.DisplayAlerts = False
function. The code won't work. I get a Compile Error saying: Invalid Qualifier.
When I debug the code this line (Application.DisplayAlerts = false) is highlighted. So it looks like "Application" is not a valid object within the scope....
Huh?!
For upcoming training course dates see: Pricing & availability
RE: Ivalid Qualifier
Hi Edward
Sorry for the delay.
This does sound weird. The Application.DisplayAlerts = False command is standard.
Is there any chance you could e-mail me the workbook with the code and running instructions, so I can run it and observe the error as it occurs. You may need to change any data that may be deemed secret.
Send it to
carlos
Reagrds
Carlos
RE: Ivalid Qualifier
Hi,
I reallised what the problem was. I had defined a variable also called Application which screwed it up! I change the variable to "Applicatn" and the displayalerts method worked fine. thanks.
Ed
|
