Set objshell = CreateObject("Shell.Application")
objshell.TileHorizontally
Choose one from below
CascadeWindows Cascadess all of the windows on the desktop.
EjectPC Ejects the computer from its docking station.
FileRun Displays the Run dialog to the user.
FindComputer Displays the Find: Computer dialog box.
FindFiles Displays the Find: All Files dialog box.
Help Displays Microsoft® Windows® Help.
MinimizeAll Minimizes all of the windows on the desktop.
RefreshMenu Refreshes the contents of the Start Menu.
SetTime Displays the Date/Time Properties dialog box.
ShutdownWindows Displays the Shut Down Windows dialog box.
Suspend Suspends the computer.
TileHorizontally Tiles all of the windows on the desktop horizontally.
TileVertically Tiles all of the windows on the desktop vertically.
TrayProperties Displays the Taskbar Properties dialog box.
UndoMinimize ALL Restores all of the windows on the desktop to the
same state they were in before the last MinimizeAll command.
--
--------------------------------------------------------------------------------------------------
Goodbye Web Diary
http://margokingston.typepad.com/har....html#comments
=================================================
"JuJuBeed" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> You know, you can right click on the taskbar and select "tile windows
> vertically." I want to create a keyboard shortcut for this to make it
> quicker. Where is the .dll for "vertically tile windows"? I found the ones
> that allow me to do it horizontally, but what about vertically. Here is are
> the two I found:
>
> RunDll32.exe USER.DLL,tilechildwindows
> RunDll32.exe USER.DLL,cascadechildwindows
>
>