Yes this would work. For eg. setup hyperlink with target address as the
hyperlink object range itself, and then intercept in follow event to
interpret Target range to action some sub routine. But this would mean
that everywhere you create hyperlink you will have to add its address
in the Follow event handler to switch control to a required sub
routine..
I think there might have been another way which I have seen
some time back. It was used to setup a hyperlink to run a macro in
another workbook using some formatting in the address and or
subadress(??). I have read recently that hyperlink to launch VBE code
for named sub routine is available <a
href="
http://google.com/groups?as_umsgid=OD4$vPeRCHA.1676@tkmsftngp12">
here->
http://google.com/groups?as_umsgid=OD4$vPeRCHA.1676@tkmsftngp12
</a>.
Now was there anything to execute a macro instead of editing it?