Click here to Skip to main content
15,915,328 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Removing a split container Pin
Kschuler27-Oct-09 5:20
Kschuler27-Oct-09 5:20 
QuestionWeird Problem - Insert Picture to Excel - Does anybody face this? Pin
Paramu197326-Oct-09 3:15
Paramu197326-Oct-09 3:15 
AnswerRe: Weird Problem - Insert Picture to Excel - Does anybody face this? Pin
DaveAuld26-Oct-09 9:07
professionalDaveAuld26-Oct-09 9:07 
QuestionNeed help on which function/method to use [SOLVED] Pin
vijay248226-Oct-09 2:19
vijay248226-Oct-09 2:19 
AnswerRe: Need help on which function/method to use Pin
sri_009926-Oct-09 2:34
sri_009926-Oct-09 2:34 
GeneralRe: Need help on which function/method to use Pin
vijay248226-Oct-09 5:13
vijay248226-Oct-09 5:13 
GeneralRe: Need help on which function/method to use Pin
Shameel27-Oct-09 0:40
professionalShameel27-Oct-09 0:40 
AnswerRe: Need help on which function/method to use Pin
Henry Minute26-Oct-09 4:22
Henry Minute26-Oct-09 4:22 
If I understand your question correctly, you only want the action to happen if an exact match is found for one of your trigger words.

This might be very difficult, although it partly depends on what character 'should' follow them. For example, if they should always be followed by a space, then test for "_FLEX ", "_CABLE " etc.

If "_FLEX1", is guaranteed to be the only 'problem' then a test like:
If sampleText.SubString(resultOfIndexOf, 6) = "_FLEX1" THEN Return 'or whatever will ignore that entry


If they can be followed by anything then it would be extremely difficult. It may be possible by using Regular Expressions but I do not have sufficient skills in that area to say for sure. If after a couple more hours no-one has offered a solution I suggest that you post a new question with a title like "Regular Expression problem", that will usually attract the Expressionistas. If you do that, please be sure to mention that you asked earlier but got no luck but someone suggested RE might do the trick.

Good Luck! Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionUnable to catch print exceptions Pin
sri_009926-Oct-09 2:02
sri_009926-Oct-09 2:02 
AnswerRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 3:22
Ashfield26-Oct-09 3:22 
GeneralRe: Unable to catch print exceptions Pin
sri_009926-Oct-09 18:55
sri_009926-Oct-09 18:55 
GeneralRe: Unable to catch print exceptions Pin
Ashfield26-Oct-09 22:13
Ashfield26-Oct-09 22:13 
QuestionReference dlls in sub folders Pin
nlarson1126-Oct-09 2:02
nlarson1126-Oct-09 2:02 
AnswerRe: Reference dlls in sub folders Pin
sri_009926-Oct-09 2:48
sri_009926-Oct-09 2:48 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 4:05
nlarson1126-Oct-09 4:05 
GeneralRe: Reference dlls in sub folders Pin
DaveAuld26-Oct-09 5:29
professionalDaveAuld26-Oct-09 5:29 
GeneralRe: Reference dlls in sub folders Pin
nlarson1126-Oct-09 7:40
nlarson1126-Oct-09 7:40 
Questionexception Pin
santhosh-padamatinti26-Oct-09 1:23
santhosh-padamatinti26-Oct-09 1:23 
AnswerRe: exception Pin
nlarson1126-Oct-09 2:00
nlarson1126-Oct-09 2:00 
AnswerRe: exception Pin
Henry Minute26-Oct-09 4:35
Henry Minute26-Oct-09 4:35 
AnswerRe: exception Pin
Dave Kreskowiak26-Oct-09 10:07
mveDave Kreskowiak26-Oct-09 10:07 
GeneralRe: exception Pin
Shameel27-Oct-09 0:48
professionalShameel27-Oct-09 0:48 
GeneralRe: exception Pin
Dave Kreskowiak27-Oct-09 1:27
mveDave Kreskowiak27-Oct-09 1:27 
QuestionData base connection Pin
santhosh-padamatinti25-Oct-09 22:06
santhosh-padamatinti25-Oct-09 22:06 
AnswerRe: Data base connection Pin
DaveAuld25-Oct-09 22:38
professionalDaveAuld25-Oct-09 22:38 

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.