Any advice on this would be most appreciated.
Using VBA code in Access 2003, is there a way to insert a fully
functional hyperlink inside of an Office Assistant help bubble?
Thanks folks,
-- LW
Lauren:
I don't know much about your requirements, however, have you considered
using the return value of the Balloon Show method together with
Application.FollowHyperlink method to create the effect of a hyperlink? The
Balloon labels already act as hyperlinks, so the effect is the same. Or are
your requirements different?

Signature
David Lloyd
MCSD .NET
http://LemingtonConsulting.com
This response is supplied "as is" without any representations or warranties.
Any advice on this would be most appreciated.
Using VBA code in Access 2003, is there a way to insert a fully
functional hyperlink inside of an Office Assistant help bubble?
Thanks folks,
-- LW
Lauren Wilson - 29 Dec 2005 23:36 GMT
>Lauren:
>
[quoted text clipped - 3 lines]
>Balloon labels already act as hyperlinks, so the effect is the same. Or are
>your requirements different?
Thanks for your reply David. Happy New Year!
What I want to do is simply imbed a functional hyperlink in the text
of a help message that is displayed in an OA balloon. I have searched
the OA object model and all methods and properties. I do not see a
way to do it. But it must be possible because I'm almost sure I've
seen examples of it in other Office apps. In any case, it would be
very nice to be able to insert hyperlinks into bodies of text inside
an OA balloon. Any ideas?
-- LW