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
DocCruncher
Member
***


0
115 posts 21 threads Joined: Oct 2009
05-12-2012, 11:54 AM -
#5
(05-12-2012, 11:38 AM)Yuri Kobets Wrote: 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
I would LOVE to do it with SendKeys only but have never been able to get SendKeys working on my computer. SendKeys was the very first thing that i tried but was unsuccessful.

I have no idea why SendKeys does not work on my Win 7x64 computer. Any ideas would be MUCH appreciated.

Cheers;
Doc


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

Forum Jump:


Users browsing this thread: 2 Guest(s)