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
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