Dear Noorin,

Your VBA Solution is Good.But I ask you if we use UDF VBA code then how to
know what type words write in cell to extract output.which Code you
provide,I put in model & come in excel then next stage I dont know what
words type in cell to extract output from VBA code.
So pls Guide me,how to understand this (I am VBA leaner & not perfect
knowledge )

I'm keen to learn this.  please teach me.


Regards

Amar




On Thu, Feb 28, 2013 at 10:59 PM, xlstime <xlst...@gmail.com> wrote:

> nooran ji good one  thanks
>
>
> On Mon, Feb 25, 2013 at 1:44 PM, NOORAIN ANSARI 
> <noorain.ans...@gmail.com>wrote:
>
>> Dear Harkesh,
>>
>> Please try it..
>>
>>
>> Function special_Charcters(rng As Excel.Range)
>> Dim i As Integer
>> Dim j As Integer
>> For i = 1 To Len(rng)
>> If Not Mid(rng, i, 1) Like "[0-9,A-Z,a-z]" Then
>> special_Charcters = special_Charcters & Mid(rng, i, 1)
>> End If
>> Next i
>> End Function
>>
>>
>>
>>
>> Function Only_Numbers(rng As Excel.Range)
>> Dim i As Integer
>> For i = 1 To Len(rng)
>> If Mid(rng, i, 1) Like "[0-9]" Then
>> Only_Numbers = Only_Numbers & Mid(rng, i, 1)
>> End If
>>
>>
>>
>> --
>> With Regards,
>> Noorain Ansari
>> http:// 
>> <http://www.noorainansari.com>noorainansari.com<http://www.noorainansari.com>
>> http:// 
>> <http://www.excelvbaclinic.blogspot.com>excelvbaclinic.com<http://www.excelvbaclinic.blogspot.com>
>>
>>
>> On Sat, Feb 23, 2013 at 11:44 AM, Harkesh Kumar <
>> harkesh.kuma...@gmail.com> wrote:
>>
>>>
>>>
>>>
>>> Please solve this Problem
>>>
>>>
>>>
>>> Please Seperate Special character and number
>>>
>>> num
>>>
>>> Ans
>>>
>>> @1234
>>>
>>>
>>>
>>> #1239
>>>
>>>
>>>
>>> $1244
>>>
>>>
>>>
>>> %1249
>>>
>>>
>>>
>>> ^1254
>>>
>>>
>>>
>>> &1259
>>>
>>>
>>>
>>> *1264
>>>
>>>
>>>
>>> @1234
>>>
>>>
>>>
>>> #1239
>>>
>>>
>>>
>>> $1244
>>>
>>>
>>>
>>> %1249
>>>
>>>
>>>
>>> ^1254
>>>
>>>
>>>
>>> &1259
>>>
>>>
>>>
>>> *1264
>>>
>>>
>>>
>>> @1234
>>>
>>>
>>>
>>> #1239
>>>
>>>
>>>
>>> $1244
>>>
>>>
>>>
>>> %1249
>>>
>>>
>>>
>>> ^1254
>>>
>>>
>>>
>>> &1259
>>>
>>>
>>>
>>> *1264
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>  --
>>> 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?hl=en.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>>
>>>
>>
>>
>>
>>
>>  --
>> 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?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
> .........................
>
>  --
> 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?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to