Parse data within text strings 
Author Message
 Parse data within text strings

Does anyone know a good way to parse out data within strings of text
(delimited of course) through VBA code.  The string will come in through
a textbox control on a form.  Thanks.



Sun, 01 Aug 1999 03:00:00 GMT  
 Parse data within text strings

Quote:

> Does anyone know a good way to parse out data within strings of text
> (delimited of course) through VBA code.  The string will come in through
> a textbox control on a form.  Thanks.

Since you are a fellow Bruin I will respond.
You can parse out string functions with the 'Mid', 'Left', and 'Right'
VBA functions.  Search the help index for more information on them.
John.


Sun, 01 Aug 1999 03:00:00 GMT  
 Parse data within text strings

Quote:

> Does anyone know a good way to parse out data within strings of text
> (delimited of course) through VBA code.  The string will come in through
> a textbox control on a form.  Thanks.

Since you are a fellow Bruin I will respond.
You can parse out string functions with the 'Mid', 'Left', and 'Right'
VBA functions.  Search the help index for more information on them.
John.


Sun, 01 Aug 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Parsing a large text string into smaller strings?

2. Help parse a text string from sequential text file

3. Parsing strings within VBScript

4. HELP!!! Parsing strings within loops

5. Parsing a String within VB?

6. Parse first number within text

7. parsing text string

8. Parsing a text string (help needed)

9. How to parse a string of data?

10. Data PARSING (strings)

11. Parsing a string with data separated by variable numbers of blanks (NEWBIE ALERT)

12. Removing a character from within a text string

 

 
Powered by phpBB® Forum Software