Anyone got any code that will list an objects hyperlink description and address? I've been messing with... (vl-load-com) (setq ent (car (entsel " Select Object: "))) (setq obj (vlax-ename->vla-object ent) hyprlnk (vlax-get-property obj 'Hyperlinks) ) ....but the resulting "#<VLA-OBJECT IAcadHyperlinks 04faa8a4>" doesn't mean much to me!