Wild Card

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
 
M

Michael Bauer

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.
 

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


Top