Hi. I want to open the Windows Explorer with one file selected. I've tried this
Code:
'...
Shell ("explorer.exe" & file)
'...
Well, this doesn't work.
Need help. Thank's