Sendkeys.. WHERE IS THE "WINDOWS KEY"....

sharpescalade

New Member
Joined
Sep 13, 2006
Messages
5
I am trying to use sendkeys to tell windows to minimize all windows with "Windows Key" + D.....to show the desktop..

im going freaking crazy... i cannot find it anywhere.....???????
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi:

I believe that is the key with the "flying windows" logo on it...on my Dell keyboard it is the key located between Ctrl and Alt keys...what model type is your keyboard?

plettieri
 
Upvote 0
Not all of the keys on the keyboard are accessible through sendkeys (in addition to the windows key, consider printscreen, pause, etc)

Depending on what you're really trying to do, this thread may be of interest:

Show Desktop using VBA
 
Last edited by a moderator:
Upvote 0
I am trying to use sendkeys to tell windows to minimize all windows with "Windows Key" + D.....to show the desktop..

im going freaking crazy... i cannot find it anywhere.....???????

I believe the Windows Key is one that you can only access using a Windows API.

Keep in mind that using an Windows API can make your system unstable or crash if not done correctly (and maybe even then). I have used several with success, such as hiding window labels, confining the cursor to a specific area (such as the borders of a userform), etc.

A good set of Visual Basic examples is located here:

http://www.allapi.net/tips/alltips.shtml

Some work pretty much as is in VBA, others have to be massaged a little bit, some don't seem to work at all.

Perry
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,746
Members
449,050
Latest member
excelknuckles

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top