Click here to Skip to main content
15,905,316 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
frankiebaby228-Jan-09 6:04
frankiebaby228-Jan-09 6:04 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
frankiebaby228-Jan-09 6:05
frankiebaby228-Jan-09 6:05 
GeneralRe: Looking up Cell data with Mutiple Excel Workbooks running. Pin
Dave Kreskowiak28-Jan-09 16:22
mveDave Kreskowiak28-Jan-09 16:22 
QuestionVBA Access design (sql) view Pin
FMpol27-Jan-09 10:41
FMpol27-Jan-09 10:41 
AnswerRe: VBA Access design (sql) view Pin
Dave Kreskowiak28-Jan-09 2:55
mveDave Kreskowiak28-Jan-09 2:55 
GeneralRe: VBA Access design (sql) view Pin
FMpol28-Jan-09 6:08
FMpol28-Jan-09 6:08 
QuestionUsing Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 9:19
IvanIT27-Jan-09 9:19 
AnswerRe: Using Wildcard in Declaring Variables Pin
Dave Kreskowiak27-Jan-09 10:09
mveDave Kreskowiak27-Jan-09 10:09 
There is no wildcard character in string comparisons.

You're really confusing people when you ask questions. You said this code works as expected, but it doesn't do anything anywhere close to what you said it does.

Anyway, in a previous example that you posted, you had code in there to check if the string started with a certain substring, and in this case, that would be "BEN*JE*ZZ*". So, you'd do something like this:
If myString.StartsWith("BEN*JE*ZZ*") Then
    ....



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Using Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 10:37
IvanIT27-Jan-09 10:37 
GeneralRe: Using Wildcard in Declaring Variables Pin
Dave Kreskowiak27-Jan-09 10:46
mveDave Kreskowiak27-Jan-09 10:46 
AnswerRe: Using Wildcard in Declaring Variables Pin
Wendelius27-Jan-09 10:15
mentorWendelius27-Jan-09 10:15 
GeneralRe: Using Wildcard in Declaring Variables Pin
IvanIT27-Jan-09 10:38
IvanIT27-Jan-09 10:38 
GeneralRe: Using Wildcard in Declaring Variables Pin
Wendelius27-Jan-09 12:07
mentorWendelius27-Jan-09 12:07 
AnswerRe: Using Wildcard in Declaring Variables Pin
Guffa28-Jan-09 13:35
Guffa28-Jan-09 13:35 
GeneralRe: Using Wildcard in Declaring Variables Pin
IvanIT30-Jan-09 4:53
IvanIT30-Jan-09 4:53 
QuestionHow to sort data in DataGridView column who contain Date/Time records Pin
ivo7527-Jan-09 8:29
ivo7527-Jan-09 8:29 
AnswerRe: How to sort data in DataGridView column who contain Date/Time records Pin
Wendelius27-Jan-09 10:01
mentorWendelius27-Jan-09 10:01 
AnswerRe: How to sort data in DataGridView column who contain Date/Time records Pin
Jon_Boy27-Jan-09 15:26
Jon_Boy27-Jan-09 15:26 
GeneralRe: How to sort data in DataGridView column who contain Date/Time records Pin
ivo7527-Jan-09 20:11
ivo7527-Jan-09 20:11 
QuestionVBA Excel.Range.FormulaProperty Pin
EliottA27-Jan-09 4:33
EliottA27-Jan-09 4:33 
AnswerSOLVED Pin
EliottA27-Jan-09 4:41
EliottA27-Jan-09 4:41 
QuestionFocus problem with Interop usercontrol Pin
Glauter27-Jan-09 1:47
Glauter27-Jan-09 1:47 
AnswerRe: Focus problem with Interop usercontrol Pin
Dave Kreskowiak27-Jan-09 1:59
mveDave Kreskowiak27-Jan-09 1:59 
GeneralRe: Focus problem with Interop usercontrol Pin
Glauter27-Jan-09 2:12
Glauter27-Jan-09 2:12 
GeneralRe: Focus problem with Interop usercontrol Pin
Dave Kreskowiak27-Jan-09 4:16
mveDave Kreskowiak27-Jan-09 4:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.