Loading Specific Sub-Menu without HotKey
Started by DocCruncher


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


6 posts in this topic
Yuri Kobets
Posting Freak
*****


10
6,208 posts 429 threads Joined: Jan 2002
05-12-2012, 11:38 AM -
#4
BTW. You can make the same things with VB only:
Code:
Private Sub Worksheet_FollowHyperlink(ByVal Target As Hyperlink)
    If Target.Range.Row = 1 Then SendKeys("+^%K")
End Sub
The TORDEX Team
http://www.tordex.com


Messages In This Thread
RE: Loading Specific Sub-Menu without HotKey - by Yuri Kobets - 05-12-2012, 11:38 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)