Besole, 
 
You are 100 % correct. My spreadsheet has over 25,000 entries. I only sent 
you a small subset of 25 or so and thought I had covered all bases. This 
was not the case. My error. . 
 

On Wednesday, December 18, 2013 11:07:45 AM UTC-5, Basole wrote:

> Bill, this example of data that had sent me two different situations "+" 
> and "-". Indicate whether the other possible situations that can occur with 
> other data!
>
>
> regards,
> Basole.
>
>
>
>
> Em segunda-feira, 16 de dezembro de 2013 23h09min31s UTC-2, Bill Q 
> escreveu:
>>
>> Hi, 
>>  
>> The macro below currently finds and removes selected characters that it 
>> find. It works great. No issues.
>>  
>> What I would like is this to be modified so that if it finds a character 
>> within the array - it will move the character in question to the adjacent 
>> cell to the right, THEN it will clear the character it just found.
>>  
>> Thanks.  
>>  
>>  
>> Sub CLEARNUMBERS001()
>> s = Array("+", "-", ".5", "-.5", "0", "1", "2", "3", "4", "5", "6", "7", 
>> "8", "9")
>> For Each r In Selection
>> v = r.Value
>> For i = 0 To 13
>> v = Replace(v, s(i), " ")
>> Next
>> r.Value = v
>> Next
>> End Sub 
>>
>

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to