Message 1 of 4
Regular Expresions

Not applicable
12-13-2003
08:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is probably a dumb question, but I'll ask it anyhow. Can you use
regular expressions in vba? I'd like to use something similar to the
following to verify a valid entry of a scale on a userform.
^[0-9]{1}=[0-9]{1}$|^[0-9]{1}=[0-9]{2}$|^[0-9]{1}=[0-9]{3}$
--
Tim Riley
regular expressions in vba? I'd like to use something similar to the
following to verify a valid entry of a scale on a userform.
^[0-9]{1}=[0-9]{1}$|^[0-9]{1}=[0-9]{2}$|^[0-9]{1}=[0-9]{3}$
--
Tim Riley