Re: $$Excel-Macros$$ Required month name year from the full date

2012-09-03 Thread Pravin Gunjal
Thanks Kuldeep.

On Sat, Sep 1, 2012 at 10:08 PM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi,

 I am sorry, Please try this one.

 =RIGHT(TEXT(A2,-),15)

 Regards,
 Kuldeep Singh


 On Sat, Sep 1, 2012 at 9:47 PM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi Pravin,

 See Attached file.

 =RIGHT(TEXT(A2,),10)

 Regards,
 Kuldeep Singh

 On Sat, Sep 1, 2012 at 9:44 PM, Kuldeep Singh naukrikuld...@gmail.comwrote:


 Hi Pravin,

 Please try this.

 =RIGHT(TEXT(A2,),10)

 Regards,
  Kuldeep Singh


 On Sat, Sep 1, 2012 at 2:43 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 * *

 *Well, in my system date format is dd/mm/yy , when I post this formula
 that is given correct result, if you want to use my formula (which returns
 an actual date ) , you just need to change your Date Format from regional
 setting,*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Pravin Gunjal
 *Sent:* 01 September 2012 2:33
 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ Required month name  year from the
 full date

 ** **

 *Thanks for the reply with solutions.*

 Following is my observation with the formula given by you :-  

 So Mr.Ashish's formula is working correctly.

 ** **

 *Doc. Date*

 *Mr.Rajan*

 *Mr.Ashish*

 06.04.2012

 June-2012

 April-2012

 06.04.2012

 June-2012

 April-2012

 06.04.2012

 June-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 09.04.2012

 September-2012

 April-2012

 09.04.2012

 September-2012

 April-2012

 08.08.2012

 August-2012

 August-2012

 24.08.2012

 #VALUE!

 August-2012

 25.08.2012

 #VALUE!

 August-2012

 25.08.2012

 #VALUE!

 August-2012

 30.08.2012

 #VALUE!

 August-2012

 31.08.2012

 #VALUE!

 August-2012

 31.08.2012

 #VALUE!

 August-2012

  

 ** **

 

 *ashish koul **✆* koul.ash...@gmail.com

 1:33 PM (49 minutes ago)

 

 

 

 to excel-macros

 

 TEXT(DATE(RIGHT(A2,4),MID(A2,4,2),1),-)

 

 

 *Rajan_Verma **✆* rajanverma1...@gmail.com

 1:36 PM (47 minutes ago)

 

 

 

 to excel-macros

 

 ** **

 *=DATEVALUE(SUBSTITUTE(A3,.,/))*

 *Apply -  date formae*

 * ** *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Pravin Gunjal
 *Sent:* 01 September 2012 12:58
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Required month name  year from the full
 date

  

 Dear Friends,

  

 I have attached an excel file for the subject mentioned above.

  

 In which there is column having full date in this format : DD.MM.**
 **

 out of which I required only month name  year in this format :
 Month-Year (April-2012) in a second column.

  

 Pl help me out on this issue.  Thank you.

  

 Regards

 Pravin Gunjal.

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

  

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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

Re: $$Excel-Macros$$ Required month name year from the full date

2012-09-01 Thread ashish koul
TEXT(DATE(RIGHT(A2,4),MID(A2,4,2),1),-)

On Sat, Sep 1, 2012 at 12:57 PM, Pravin Gunjal isk1...@gmail.com wrote:

 Dear Friends,

 I have attached an excel file for the subject mentioned above.

 In which there is column having full date in this format : DD.MM.
 out of which I required only month name  year in this format : Month-Year
 (April-2012) in a second column.

 Pl help me out on this issue.  Thank you.

 Regards
 Pravin Gunjal.

  --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.






-- 
*Regards*
* *
*Ashish Koul*


*Visit*
*http://www.excelvbamacros.com/*
*http://www.accessvbamacros.com/*

P Before printing, think about the environment.

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




RE: $$Excel-Macros$$ Required month name year from the full date

2012-09-01 Thread Rajan_Verma
 

 

=DATEVALUE(SUBSTITUTE(A3,.,/))

Apply -  date formae

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Pravin Gunjal
Sent: 01 September 2012 12:58
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Required month name  year from the full date

 

Dear Friends,

 

I have attached an excel file for the subject mentioned above.

 

In which there is column having full date in this format : DD.MM.

out of which I required only month name  year in this format : Month-Year
(April-2012) in a second column.

 

Pl help me out on this issue.  Thank you.

 

Regards

Pravin Gunjal.

 

-- 
Join official facebook page of this forum @
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
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) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to
excel-macros+unsubscr...@googlegroups.com.
 
 

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Required month name year from the full date

2012-09-01 Thread Pravin Gunjal
*Thanks for the reply with solutions.*
Following is my observation with the formula given by you :-
So Mr.Ashish's formula is working correctly.

  *Doc. Date* *Mr.Rajan* *Mr.Ashish*  06.04.2012 June-2012 April-2012
06.04.2012 June-2012 April-2012  06.04.2012 June-2012 April-2012  07.04.2012
July-2012 April-2012  07.04.2012 July-2012 April-2012  07.04.2012 July-2012
April-2012  07.04.2012 July-2012 April-2012  07.04.2012 July-2012 April-2012
09.04.2012 September-2012 April-2012  09.04.2012 September-2012 April-2012
08.08.2012 August-2012 August-2012  24.08.2012 #VALUE! August-2012
25.08.2012 #VALUE! August-2012  25.08.2012 #VALUE! August-2012  30.08.2012
#VALUE! August-2012  31.08.2012 #VALUE! August-2012  31.08.2012 #VALUE!
August-2012


   ashish koul ✆ koul.ash...@gmail.com
 1:33 PM (49 minutes ago)
   to excel-macros
 TEXT(DATE(RIGHT(A2,4),MID(A2,4,2),1),-)
 Rajan_Verma ✆ rajanverma1...@gmail.com
 1:36 PM (47 minutes ago)
   to excel-macros

*=DATEVALUE(SUBSTITUTE(A3,.,/))*

 *Apply -  date formae*

 * ** *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Pravin Gunjal
 *Sent:* 01 September 2012 12:58
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Required month name  year from the full date*
 ***

 ** **

 Dear Friends,

 ** **

 I have attached an excel file for the subject mentioned above.

 ** **

 In which there is column having full date in this format : DD.MM.

 out of which I required only month name  year in this format : Month-Year
 (April-2012) in a second column.

 ** **

 Pl help me out on this issue.  Thank you.

 ** **

 Regards

 Pravin Gunjal.


-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

NOTE  : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




RE: $$Excel-Macros$$ Required month name year from the full date

2012-09-01 Thread Rajan_Verma
 

Well, in my system date format is dd/mm/yy , when I post this formula that is 
given correct result, if you want to use my formula (which returns an actual 
date ) , you just need to change your Date Format from regional setting,

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Pravin Gunjal
Sent: 01 September 2012 2:33
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Required month name  year from the full date

 

Thanks for the reply with solutions.

Following is my observation with the formula given by you :-  

So Mr.Ashish's formula is working correctly.

 


Doc. Date

Mr.Rajan

Mr.Ashish


06.04.2012

June-2012

April-2012


06.04.2012

June-2012

April-2012


06.04.2012

June-2012

April-2012


07.04.2012

July-2012

April-2012


07.04.2012

July-2012

April-2012


07.04.2012

July-2012

April-2012


07.04.2012

July-2012

April-2012


07.04.2012

July-2012

April-2012


09.04.2012

September-2012

April-2012


09.04.2012

September-2012

April-2012


08.08.2012

August-2012

August-2012


24.08.2012

#VALUE!

August-2012


25.08.2012

#VALUE!

August-2012


25.08.2012

#VALUE!

August-2012


30.08.2012

#VALUE!

August-2012


31.08.2012

#VALUE!

August-2012


31.08.2012

#VALUE!

August-2012

 

 

  
https://mail.google.com/mail/c/u/0/photos/public/AIbEiAIAAABECIL97sWkid3nygEiC3ZjYXJkX3Bob3RvKig2ODI1MTc1Y2M0NDY3NjFkMDdlZDE1ZDkxMGM3MjQ5MzdmYTdmZDE3MAEOUBBLMEcGwGnx-8RTWk02peIVyw?sz=24
 



ashish koul ✆ koul.ash...@gmail.com

1:33 PM (49 minutes ago)

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 



to excel-macros

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

TEXT(DATE(RIGHT(A2,4),MID(A2,4,2),1),-)

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

  
https://mail.google.com/mail/c/u/0/photos/public/AIbEiAIAAABECL_c5viw6pOyqgEiC3ZjYXJkX3Bob3RvKihmOTFhZTM0NzcxYjBjNWZjZWMyZjZhYTRmNzhmZDU5MGY0YTE3ZDQ0MAGaP8PUvNC890Vz8jVRCa6-XPnc6Q?sz=24
 



Rajan_Verma ✆ rajanverma1...@gmail.com

1:36 PM (47 minutes ago)

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 



to excel-macros

  https://mail.google.com/mail/ca/u/0/images/cleardot.gif 

 

=DATEVALUE(SUBSTITUTE(A3,.,/))

Apply -  date formae

  

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Pravin Gunjal
Sent: 01 September 2012 12:58
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Required month name  year from the full date

 

Dear Friends,

 

I have attached an excel file for the subject mentioned above.

 

In which there is column having full date in this format : DD.MM.

out of which I required only month name  year in this format : Month-Year 
(April-2012) in a second column.

 

Pl help me out on this issue.  Thank you.

 

Regards

Pravin Gunjal.

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
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) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
 
 

-- 
Join official facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES (1120+ members already BANNED for violation)

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)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures

Re: $$Excel-Macros$$ Required month name year from the full date

2012-09-01 Thread Kuldeep Singh
Hi Pravin,

Please try this.

=RIGHT(TEXT(A2,),10)

Regards,
Kuldeep Singh

On Sat, Sep 1, 2012 at 2:43 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 * *

 *Well, in my system date format is dd/mm/yy , when I post this formula
 that is given correct result, if you want to use my formula (which returns
 an actual date ) , you just need to change your Date Format from regional
 setting,*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Pravin Gunjal
 *Sent:* 01 September 2012 2:33
 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ Required month name  year from the full
 date

 ** **

 *Thanks for the reply with solutions.*

 Following is my observation with the formula given by you :-  

 So Mr.Ashish's formula is working correctly.

 ** **

 *Doc. Date*

 *Mr.Rajan*

 *Mr.Ashish*

 06.04.2012

 June-2012

 April-2012

 06.04.2012

 June-2012

 April-2012

 06.04.2012

 June-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 07.04.2012

 July-2012

 April-2012

 09.04.2012

 September-2012

 April-2012

 09.04.2012

 September-2012

 April-2012

 08.08.2012

 August-2012

 August-2012

 24.08.2012

 #VALUE!

 August-2012

 25.08.2012

 #VALUE!

 August-2012

 25.08.2012

 #VALUE!

 August-2012

 30.08.2012

 #VALUE!

 August-2012

 31.08.2012

 #VALUE!

 August-2012

 31.08.2012

 #VALUE!

 August-2012

  

 ** **

 

 *ashish koul **✆* koul.ash...@gmail.com

 1:33 PM (49 minutes ago)

 

 

 

 to excel-macros

 

 TEXT(DATE(RIGHT(A2,4),MID(A2,4,2),1),-)

 

 

 *Rajan_Verma **✆* rajanverma1...@gmail.com

 1:36 PM (47 minutes ago)

 

 

 

 to excel-macros

 

 ** **

 *=DATEVALUE(SUBSTITUTE(A3,.,/))*

 *Apply -  date formae*

 * ** *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Pravin Gunjal
 *Sent:* 01 September 2012 12:58
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Required month name  year from the full date*
 ***

  

 Dear Friends,

  

 I have attached an excel file for the subject mentioned above.

  

 In which there is column having full date in this format : DD.MM.

 out of which I required only month name  year in this format : Month-Year
 (April-2012) in a second column.

  

 Pl help me out on this issue.  Thank you.

  

 Regards

 Pravin Gunjal.

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or 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 post to this group, send email to excel-macros@googlegroups.com.
 To unsubscribe from this group, send email to
 excel-macros+unsubscr...@googlegroups.com.

  

 --
 Join official facebook page of this forum @
 https://www.facebook.com/discussexcel

 FORUM RULES (1120+ members already BANNED for violation)

 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) Cross-promotion of, or links to, forums competitive to this forum in
 signatures are prohibited.

 6) Jobs posting is not allowed.

 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.

 NOTE : Don't ever post personal or confidential data