J
John
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
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