J
Janine_docsonline
In Word 2003 I cannot make this macro run. In MODULE will not invoke? What
is missing? Thank you so much for any ideas?
Sub MaidenNamePopUp()
Dim Balloon As Balloon
Set Balloon = Assistant.NewBalloon
With Balloon
..Heading = "{cf 249} Mandatory Information"
..Text = "Everyone has a mother. You can not leave this block blank."
..Button = msoButtonSetOK
..Animation = msoAnimationGetAttentionMajor
..Show
End With
End Sub
Regards
Janine
is missing? Thank you so much for any ideas?
Sub MaidenNamePopUp()
Dim Balloon As Balloon
Set Balloon = Assistant.NewBalloon
With Balloon
..Heading = "{cf 249} Mandatory Information"
..Text = "Everyone has a mother. You can not leave this block blank."
..Button = msoButtonSetOK
..Animation = msoAnimationGetAttentionMajor
..Show
End With
End Sub
Regards
Janine