Connecting Tech Pros Worldwide Help | Site Map

Application.Assistant.On = False

  #1  
Old June 16th, 2006, 01:45 PM
MLH
Guest
 
Posts: n/a
When I compile

Application.Assistant.On = False

I get an error complaining "Method or data
member not found". I'm unable to turn off the
Assistant. Its annoying.
  #2  
Old June 16th, 2006, 02:15 PM
Wayne Morgan
Guest
 
Posts: n/a

re: Application.Assistant.On = False


Try "Visible" instead of "On".

--
Wayne Morgan
MS Access MVP


"MLH" <CRCI@NorthState.net> wrote in message
news:7r9592tofdg3nalbujnbp71t4citoagbv0@4ax.com...[color=blue]
> When I compile
>
> Application.Assistant.On = False
>
> I get an error complaining "Method or data
> member not found". I'm unable to turn off the
> Assistant. Its annoying.[/color]


  #3  
Old June 16th, 2006, 11:15 PM
MLH
Guest
 
Posts: n/a

re: Application.Assistant.On = False


Alright, I got no compilation error. I ran it in the immediate
window, hoping the little bubble with the question mark in
it would go away from the toolbar. It didn't. Clicking on it,
the darned paperclip started its dance. Am I supposed to
notice anything different after running the line?

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


On Fri, 16 Jun 2006 13:18:14 GMT, "Wayne Morgan"
<comprev_gothroughthenewsgroup@hotmail.com> wrote:
[color=blue]
>Try "Visible" instead of "On".
>
>--
>Wayne Morgan
>MS Access MVP[/color]

  #4  
Old June 17th, 2006, 02:35 AM
Wayne Morgan
Guest
 
Posts: n/a

re: Application.Assistant.On = False


Sorry, I didn't dig deeply enough the first time. "On" and "Visible" are
both good properties. On enables/disables the assistant while Visible just
hides it but leaves it enabled in case you ask for help again. Your syntax
appears to be correct. The first thing I would check for would be a typo in
the spelling of the line. Check for extra embedded spaces also. If that
doesn't fix it, then I would suggest checking the References. For more
information on this, follow this link.

http://www.allenbrowne.com/ser-38.html

--
Wayne Morgan
MS Access MVP


"MLH" <CRCI@NorthState.net> wrote in message
news:i6b692h7vmv2t1u22hr2mpvde2i3tdlrtl@4ax.com...[color=blue]
> Alright, I got no compilation error. I ran it in the immediate
> window, hoping the little bubble with the question mark in
> it would go away from the toolbar. It didn't. Clicking on it,
> the darned paperclip started its dance. Am I supposed to
> notice anything different after running the line?[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script to launch on client with click event pmclinn@gmail.com answers 1 November 19th, 2005 09:34 AM
Startup, Tool Bars, Menu Bars, Shortcuts, DB Window, etc cefrancke@yahoo.com answers 7 November 13th, 2005 09:37 AM
Office Assistant Won't Die Wayne Aprato answers 1 November 13th, 2005 12:05 AM
Turn off the Office Assistant through Access VBA Lauren Quantrell answers 3 November 12th, 2005 05:39 PM