View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
FiluDlidu FiluDlidu is offline
external usenet poster
 
Posts: 66
Default Regular expressions in VB

Input: d301-24b
Output: 024B

Input: 487-34-1ABcd
Output: 001ABCD

Input: 71d-95T-345
Output: 345

"Ron Rosenfeld" wrote:
It may be simpler using some VBA methods, or a combination.

But I need to see examples of input and desired output.
--ron