Can I use CreateObject for Windows Explorer?
Hi
I'm using VBA
At the moment to open windows explorer I'm using:
Shell "c:\winNT\explorer /n,/e,"
Is there a way to use CreateObject?
Would that be a better way or is Shell as good as it gets?
Thanks
Dave F.
|