hello..
i want to open "My Computer" when i clicked
the command button....
can anybody show me how to?
thanks in advance:afrog:
█ jaypee █
Printable View
hello..
i want to open "My Computer" when i clicked
the command button....
can anybody show me how to?
thanks in advance:afrog:
█ jaypee █
use shell to open the explorer window
something like this?Quote:
Originally Posted by westconn1
shell "My Computer"
try
Shell "explorer.exe " & "/n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}", vbNormalFocus
thanks to all of u guys..
Nice... it works..Quote:
Originally Posted by westconn1
█ jaypee █