I have a string it is LF_LCA_079_010813_Curved_1_4_Short it reads into vba from a file and is give the variable name LFDesc and dim LFDesc as string
Now i would like to pull LCA_079 from that string and create a new string with this text. I can do it in excel using the MID and Find functions, but i really want to do it in vba to clean the sheet up.
I'm having a hard time figuring out the instr function for vba could you help me with the code PLEASE!!
Thank you in advance
Gene
Now i would like to pull LCA_079 from that string and create a new string with this text. I can do it in excel using the MID and Find functions, but i really want to do it in vba to clean the sheet up.
I'm having a hard time figuring out the instr function for vba could you help me with the code PLEASE!!
Thank you in advance
Gene