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
Michel Walsh - 06 Dec 2005 12:07 GMT
Hi,
You can wait on a single object.
http://support.microsoft.com/default.aspx?scid=kb;en-us;178116
Hoping it may help,
Vanderghast, Access MVP
> Is there anyway to halt a program until Hyperlink has been closed e.g.
>
[quoted text clipped - 3 lines]
>
> can I run the hyperlink as modal? so it has to wait