Position a Window
I open a folder with:
Sub folderopen()
x = Shell("Explorer.exe ""C:\Temp""", vbNormalFocus)
End Sub
Once opened, I would like to position the folder window. Neither:
ActiveWindow.Top = 0
x.Top = 0
work. Any suggestions??
--
Gary''s Student - gsnu2007xx
|