Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automatically show Office Assistant 2

Status
Not open for further replies.

kirstenlargent

Technical User
Sep 30, 2001
43
US
I have an Access database that uses forms with some simple visual basic code. I have some tips and warnings pop up by using the With Assistant.NewBalloon command.
The problem I am running into is that if someone has their Office Assistant turned off, the balloons are not showing up on their screen. How can I get these balloons to always show no matter what? I tried:
With Assistant
.Visible = True
End With

but it didn't work.

Thanks!
 
I've never played with that, so I can't tell you how to do it. I can tell you that I would be _really_ unhappy to see the office assistant pop up on one of my machines, as I've uninstalled it on every machine I've ever had control over, because it drives me batty.

I would suggest looking for another method to do this. I would probably go with a simple form that has a text box, a check box (don't show me any more) and a button (Close). You can put whatever messages you want in the text box.

Jeremy ==
Jeremy Wallace
AlphaBet City Dataworks
Affordable Development, Professionally Done

Please post in the appropriate forum with a descriptive subject; code and SQL, if referenced; and expected results. See thread181-473997 for more pointers.
 
Yes, you are right. I was hung up on using a Balloon for the messages, but a Message Box (MsgBox function) did the trick and displays no matter what the settings are for Office Assistant.
Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top