Go To Folder

J

Joel

Hello,

I have this code that goes to a specific folder on IE.

Set objWeb = CreateObject("InternetExplorer.Application")
objWeb.Navigate "C:\Data"
objWeb.Visible = True

How can I use a wild card? For example, I only know that the folder name
starts with C:\Data\. Can I do something like this?: objWeb.Navigate
"C:\Data*"

Thanks - 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

navigate 1
open file 8
Print from IE 3
go to folder 0
Link in label tag work working 3
Wild Card 1
VBA - exporting serial letters to single documents 0
Adding a word to a numerical field 0

Top