office 2007

  • Thread starter Thread starter ted
  • Start date Start date
T

ted

We used the office assistant for several program with office xp. Is there
something like the office assistant in 2007 that we can use to create
balloons & respond to users requests? TIA
 
There's Microsoft Agent, but I don't know if it is available any more or if
it works with Office 2007.
 
If you include a reference to the Office 12 library, you can use the balloon
object.

For details and example, open the code window, and search on:
balloon
 
Well that doesn't work. I went to the example & stepped thru it in debug.
when I got to the '.show' nothing happened. I had an input box following the
assistant.newballoon & that displayed on the screen. So unless you know
something else looks like the assistant is inop & with it the newballoon
:-(.
 
Oh yes I did have 'office 12' in the reference.

Allen Browne said:
If you include a reference to the Office 12 library, you can use the
balloon object.

For details and example, open the code window, and search on:
balloon
 
Back
Top