LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default find and delete text, find a 10-digit number and put it in a textbox

Hi all,

I have been trying to find the answer for this question for a long
time. I have a userform that contains textbox2 and textbox 3.

A user can copy and paste (yes I did find how to add the menu items
for copy and paste in a userform) a certain line of text in textbox2.
This will look like this:

texttexttexttext item number: 9876543210

I want a macro that finds the text "item number: " and deletes it from
textbox2, something like:

If InStr(1, TextBox2.Value, "Item number: ", vbTextCompare) 0 Then
TextBox2.Value = ... (TextBox2.Value minus "Item number: ")

Furthermore, I want it to find the item number, 9876543210 which can
be any number but will always have 10 digits, after which this item
number is put in textbox3. To make it even more complicated, the
string texttexttexttext may also contain one or two numbers but never
10 digits in a row.

What may help is that the text string as I just gave will always be in
that format, so the item number will always be at the end of the
textbox string.

I hope somebody can help me with this, I am not that experienced in
vba yet...

Thanks in advance,
Paul
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
In Excel find 5 digit number and replace with leading zero CDPalmer Excel Discussion (Misc queries) 2 September 11th 09 11:18 PM
Find the First Digit in a Text String Thomas M. Charts and Charting in Excel 10 May 6th 09 10:56 PM
how can i find samelest number and delete them ghost Excel Discussion (Misc queries) 4 January 31st 07 09:36 PM
How or where do I find my 25 digit license number teacher version Barbara New Users to Excel 4 December 5th 06 07:53 PM
How to find the lowest number of a row and delete it automatically awinslow Excel Discussion (Misc queries) 1 October 10th 06 01:20 AM


All times are GMT +1. The time now is 01:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"