I'm having trouble pulling the middle portion out of a dynamic string.
Ex:
Orginal String 1 = John Doe, Age 35 (asd)
Original String 2 = Tom Thompson, Age 100 (jkl)
I need the code to produce...
New String 1 = 35
New String 2 = 100
I've tried to research this, but am new to VBA and a lot of what I'm seeing doesn't make sense to me...VBA for Dummies please :)
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 1  Reply