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