PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Wild Card

Reply

Wild Card

 
Thread Tools Rate Thread
Old 02-03-2005, 02:15 AM   #1
Joel Allen
Guest
 
Posts: n/a
Default Wild Card


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



  Reply With Quote
Old 02-03-2005, 08:10 AM   #2
Michael Bauer
Guest
 
Posts: n/a
Default Re: Wild Card

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.

--
Viele Grüße
Michael Bauer


"Joel Allen" <joelallen123@verizon.net> wrote in message
news:nl9Vd.26683$uc.20859@trnddc09...
> 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
>
>
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off