View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zakynthos Zakynthos is offline
external usenet poster
 
Posts: 115
Default Visual basic for a rightkey command

I need to right click an icon in an explorer window of a database, which only
seems to work with a right mouse click. I've tried the right click key on
the keyboard and it doesn't work.

I've also tried other key combinations to see if I could simulate the right
mouse click with a sendkeys statement such as ctrl and f10 but that doesn't
work either.

Is there a way of creating this rightclick in Visualbasic code?

Many thanks.