View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave F.[_4_] Dave F.[_4_] is offline
external usenet poster
 
Posts: 6
Default 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.