English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

You have to use a form.
1. Press Alt+F11
2. Dbl.-click the workbook object.
3. Enter code to open a form in the Open event.
You might receive an error since you didn't create the form yet.
4.Create a new form.
5.Change the dimensions to make it looke like a message box.
6.Put a Label on the form with the message(set Caption(or Text) property), along with an OK Button(or CommandButton).
7. Enter code to play a a sound file(with your voice) in the form's Load(or Initialize) event.(you might need an audio control)
8. Enter code to close the form in the Button's(or CommandButton's) Click event.

There you go! :)

2006-06-25 11:44:35 · answer #1 · answered by _anonymous_ 4 · 0 0

fedest.com, questions and answers