Hi
Just pass the path as parameter:
Shell "explorer " & ActiveWorkbook.Path
The code above shows the explorer with the folder view. If you want to see the 'real' explorer view (with the tree), use the '/e' parameter:
Shell "explorer /e, " & ActiveWorkbook.Path
HTH
Philipp