If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I want to check each line in a list box for example.
The text would look like this.
_Start1
xy
llll
_start3
456
y235
235
LLLDKE_start5
m2
I want to find each _start and change to UCase and then trim the line to just _START.
How difficult is it to write this code. I don’t know much about this type of code. I am a tool and die maker. So far I have the form made and the text in the Listbox. Any detailed help would be great. Thank for your comments.
I want to check each line in a list box for example.
The text would look like this.
_Start1
xy
llll
_start3
456
y235
235
LLLDKE_start5
m2
I want to find each _start and change to UCase and then trim the line to just _START.
How difficult is it to write this code. I don’t know much about this type of code. I am a tool and die maker. So far I have the form made and the text in the Listbox. Any detailed help would be great. Thank for your comments.