I am a self-taught VB programmer and have found these forums invaluable. Usually the solution can be found here and I am happy - but this is causing me some trouble...
I want to play a sound, using Media player, twice - one after the other.
I have written a sub that make the sound, and called it 'sound()'
When I put
sound()
sound()
in the code, it only playes once.
If I put an empty for-next loop, it still only plays once, but if I put a msgbox() inbetween them, they both play.
I am sure I am being thick, but any ideas??