View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Return to cell with last executed hyperlink

In the worksheet I can go back to the last executed hyperlink with:
ALT-LEFTARROW

In VBA:

Application.SendKeys "%{LEFT}"

usually did the same thing. On some of the new computers, SendKeys does not
work reliably (or work at all).

Is there a better way to return from a hyperlink in VBA?
--
Gary''s Student - gsnu200749