go to folder

J

Joel Allen

Hello,

I have code that creates a folder:

fs = new ActiveXObject("Scripting.FileSystemObject");
fs.CreateFolder("c:\\2006\\" + fieldVal);

Now I am trying to get code to go to the folder with explorer. Can anybody
help? This is not working for me:

objWeb = CreateObject("InternetExplorer.Application");
objWeb.Navigate("C:\\test");
objWeb.Visible = True;

Thank you,
Joel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VBA - exporting serial letters to single documents 0
open file 8
navigate 1
Print from IE 3
Go To Folder 0
Link in label tag work working 3
Hyperlink in Outlook form v2 5
SueHelpMe 1

Top