jacobRadio
New Member
- Joined
- Jul 15, 2011
- Messages
- 4
First off, this is my first question ever posted to any Excel forum and I have been using Excel and VBA for several years. So I would like to point out that I have found every answer to every question (whether I liked the answer or not) without posting, so please don't be rude if I missed the thread where this was covered, because as it may be quite possible I missed it, I DID look. Plus, I'm very sensitve, so be nice.
I have a list in about 800 cells, which have a changing length and changing string.
(ex.)
AAABBBCCC_TST##.StringNameEtc
DDEEFF_TST##.OtherStringName
What I would like to do is be able to replace the first characters (no matter what the length) up until the "_". This would allow me to replace:
AAABBBCCC_TST##.StringNameEtc
and
DDEEFF_TST##.OtherStringName
With the same variable like:
AhhMuchBetter_TST##.StringNameEtc
AhhMuchBetter_TST##.OtherStringName
Thank you for your replies
I have a list in about 800 cells, which have a changing length and changing string.
(ex.)
AAABBBCCC_TST##.StringNameEtc
DDEEFF_TST##.OtherStringName
What I would like to do is be able to replace the first characters (no matter what the length) up until the "_". This would allow me to replace:
AAABBBCCC_TST##.StringNameEtc
and
DDEEFF_TST##.OtherStringName
With the same variable like:
AhhMuchBetter_TST##.StringNameEtc
AhhMuchBetter_TST##.OtherStringName
Thank you for your replies
Last edited: