Macro and music

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to play background music by using a macro in which also other commands
(next steps) are included. However the next step of the macro only starts
when the music stops. How to run the next steps without stopping the music?
Regards, pevor
 
it helps if you post your code so we can see what you have done & wer
you having the problem
 
Tenx for response and here is the code I tried to use. The title says what I
want, must be easy, but don't know how. Regards pevor
----------------------------
Sub ActivateMusicAndGoToPortefeuille()
'
' ActivateMusicAndGoToPortefeuille Macro
' De macro is opgenomen op 4/30/2006 door Peter M.A. Vorderman.
'

'
Range("K30").Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
Sheets("Portefeuille").Select
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top