Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with Office Assistant VBA | Excel Discussion (Misc queries) | |||
Office assistant | Excel Discussion (Misc queries) | |||
how do I turn office assistant on in exel cannot find balloon or ? | Excel Discussion (Misc queries) | |||
office assistant | Excel Discussion (Misc queries) | |||
how do i get the office assistant to install in office 2003? | Excel Discussion (Misc queries) |