View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tkt_tang@hotmail.com is offline
external usenet poster
 
Posts: 92
Default Excel VBA Key-Code Effects Rendered by vbKeyLButton

Re : Excel VBA Key-Code Effects Rendered by vbKeyLButton

1. Enters an Excel WorkSheet complete with a Hyperlink construction
such as,

2. = Hyperlink("#"&Cell("Address,A9")) in Cell A1.

3. How could a key-code, vbKeyLButton, be directed at Cell A1 (via
VBA) such as to effect the Left Mouse Click ?

4. And then, the Hyperlink in Cell A1 would be rendered to select Cell
A9 ?

5. Please share your experience.

6. Regards.