Hi Sir,

Thanks for Reply..

I have try this but result is coming wrong ...as out put showing jan and
Feb month also ..

data is contain from April to Nov ..



Regards,
Prafull Jadhav
9920553518


On Mon, Nov 18, 2013 at 1:02 PM, saurabh kumar
<saurabhkumar8...@gmail.com>wrote:

> Hi Prafull,
>
> Please try below.
>
>
> *Sub change_date_Format()*
> Dim r As Range
> Dim cell As Range
> Dim i As Long
> Dim l As String
> i = 1
> With ActiveWorkbook.Worksheets("Sheet1")
> Set r = .Range("A65536").End(xlUp)
> On Error Resume Next
> For Each cell In .Range("A1:A" & r.Row)
> l = Format(cell.Value, "dd/mm/yyyy")
> .Range("B" & i).Value = l
> i = i + 1
> Next cell
> On Error GoTo 0
> End With
> End Sub
>
>
>
>
> On Mon, Nov 18, 2013 at 12:23 PM, Prafull Jadhav <prafulltjad...@gmail.com
> > wrote:
>
>> Dear All,
>>
>> Good Afternoon !
>> I have one small query regarding date format .
>> Daily i am getting data from region and it contain six month or more then
>> six month data .
>> each time i have to take a lot of time to correct it in proper format.
>> I have made macro for the same but it is also not working
>> i am attaching data and macro also
>> Please resolve the same so i can save my big time
>> Appreciate cooperation expected from you
>>
>> Regards,
>> Prafull Jadhav
>> 9920553518
>>
>> --
>>
>> --------------------------------------------------------------------------------------------------
>> To post to this group, send email:
>> excelvbacli...@googlegroups.com
>> To unsubscribe from this group, send email
>> excelvbaclinic+unsubscr...@googlegroups.com
>>
>> For more options, visit this group at
>> http://groups.google.com/group/excelvbaclinic?hl=en?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Excelvbaclinic" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excelvbaclinic+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Regards
> Saurabh Kumar
> 9540856210
>
> --
>
> --------------------------------------------------------------------------------------------------
> To post to this group, send email:
> excelvbacli...@googlegroups.com
> To unsubscribe from this group, send email
> excelvbaclinic+unsubscr...@googlegroups.com
>
> For more options, visit this group at
> http://groups.google.com/group/excelvbaclinic?hl=en?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Excelvbaclinic" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excelvbaclinic+unsubscr...@googlegroups.com.
> 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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to