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