Is there anyway to halt a program until Hyperlink has been closed

  • Thread starter Thread starter JethroUK
  • Start date Start date
J

JethroUK

Is there anyway to halt a program until Hyperlink has been closed e.g.

Application.FollowHyperlink "InviteToInduction.doc"
If MsgBox("Shall I mark these letters as 'SENT' today for you?", vbYesNo) =
vbYes................

can I run the hyperlink as modal? so it has to wait
 
Back
Top