Hello,

I am trying to display contents of the cell in a UserForm TexBox and
play a sound file corresponding to it based on user selection from two
ComboBoxes from: and to:


For eg. id user select from: 1 to 5 then the TextBox should display
text from cell A1 and play sound file and after finishing the sound
display text from cell A2 and play another sound file etc till cell A5
(from 1 to 5). How I can do this? When I try to do this it just play
one sound file and the text disply do not wait for the sound file to
finish.


Thanks