LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Programatically Displaying Office Assistant Balloon

I had some code which used to work under XL97 for
Windows. Now, under XL2002, the code does not function,
but yet I don't receive any error messages either...

???????

Sub DisplayInstructions()
With Assistant
.FileName = "mnature.act"
.Reduced = True
.Sounds = True
.MoveWhenInTheWay = True
.TipOfDay = False
.Visible = True
.Animation = msoAnimationGreeting
End With
With Assistant.NewBalloon
.BalloonType = msoBalloonTypeNumbers
.Icon = msoIconAlert
.Button = msoButtonSetOK
.Heading = "How to use the Curie Content
Calculator."
.Labels(1).Text = "Retrieve Isotopic Data in
CLASS."
.Labels(2).Text = "Highlight ALL CLASS data
by 'clicking' on the 'cornerstone' of the CLASS Isotopic
Spreadsheet."
.Labels(3).Text = "Select 'Copy to Clipboard'."
.Labels(4).Text = "Activate this workbook and
select 'Paste Data' button."
.CheckBoxes(1).Text = "Show what a 'cornerstone'
is."
.Show
If .CheckBoxes(1).Checked Then
Assistant.Visible = False
Load Cornerstone
Cornerstone.Show
Exit Sub
End If
End With
Assistant.Visible = False
End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Office Assistant VBA Mojo Excel Discussion (Misc queries) 1 July 20th 09 09:53 PM
Office assistant the gnome Excel Discussion (Misc queries) 4 July 31st 08 08:21 PM
how do I turn office assistant on in exel cannot find balloon or ? maggie Excel Discussion (Misc queries) 1 April 15th 07 09:36 AM
office assistant ceemo Excel Discussion (Misc queries) 1 March 1st 06 11:30 PM
how do i get the office assistant to install in office 2003? MONASTERYRN Excel Discussion (Misc queries) 1 December 15th 05 09:15 PM


All times are GMT +1. The time now is 12:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"