Wild Card

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

This code in my form goes to an address:

objWeb.Navigate "C:\Data"

..... It works, but what if I only know part of the address, could I use a
wild card like this?:

objWeb.Navigate "C:\Da*"

Thank you - Joel
 
Hi Joel,

I don´t think so. What should be displayed in that case? I probably
would check the existing files first and show a dialog with the list of
matches from which the user can select one item.
 
Back
Top