Re: $$Excel-Macros$$ Count If Cell Contains

2015-09-08 Thread Prafull Jadhav
Great Abhishek!.

Regards,
Prafull Jadhav
9920553518

On 8 September 2015 at 11:51, 'David Lanne' via MS EXCEL AND VBA MACROS <
excel-macros@googlegroups.com> wrote:

> Thank you very much
>
>
>
> On Tuesday, September 8, 2015 2:17 AM, Swapnil Palande <
> palande.swapni...@gmail.com> wrote:
>
>
> Great...Learned somthing new today...
>
> Thanks Abhishek.
>
> Regards,
> Swapnil Palande
>
> On Tue, Sep 8, 2015 at 11:33 AM, Abhishek Jain <abhishek@gmail.com>
> wrote:
>
> Just one correction, if I may:
>
> Countif(A1:A100,"(IRE)") would only count the cells having exact text as
> "(IRE)" not those which *contain* "(IRE)". For that you would have to put
> an asterisk before and after the look up text so as to do wild card search.
> Here is what your formula would be:
>
> =Countif(A1:A100,"*(IRE)*")
>
> You can also refer the search value by using "&" in the formula - please
> see attached.
>
> HTH,
>
> Abhishek
>
> On Tue, Sep 8, 2015 at 8:37 AM, pankaj sangotra <psangotr...@gmail.com>
> wrote:
>
> Assuming data stored in Range A1:A100
> Put this formula in B1, it will give the count of IRE in the given Range
> CountIf(A1:A100,"(IRE)")
> Use the same again with another criteria CountIf(A1:A100,"(xxx)")
> --
> 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/d/optout.
>
>
> --
> 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/d/optout.
>
>
> --
> 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 confide

Re: $$Excel-Macros$$ How to protect only few cells

2014-12-06 Thread Prafull Jadhav
Dear Ashish,

Great!
You have given explanation Step by Step.


Regards,
Prafull Jadhav
9920553518

On 5 December 2014 at 17:13, Ashish Kumar kumar.ashish...@gmail.com wrote:

 Welcome Putta.

 --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ Information

2014-12-03 Thread Prafull Jadhav
Dear Vaibhav Sir,

You are really Great. You have solution for all queries.
I am associate with this group since one year  and learn lot of about VBA.
Sir...if you are conducting VBA courses then please enrolled my name first.

Keep it Sir.
Thanks once again!





Regards,
Prafull Jadhav
9920553518

On 3 December 2014 at 13:37, my excel myxlg...@gmail.com wrote:

 shocking news
 you are not from IT field  not trained programming lang
 is it possible me also guruji ? than suggest basic vba for me
  pls check my url guruji

 thanks


 On Wed, Dec 3, 2014 at 12:56 PM, Vaibhav Joshi v...@vabs.in wrote:

 Hi

 There is no team buddy.. 80-90% queries are not a new, i have already
 answered it in past or its simple logic!

 Also i am not from IT field  i have not obtained formal programming
 training.. so every new query makes me more curious to learn new thing!

 what all knowledge i have gained / am gaining is from open forums
 only..by referring books you will learn only syntax they don't teach you
 problem solving but by solving each query you makes your self available to
 new knowledge!

 To correct, there are many well trained programmer here on forum  i have
 learned many things from them.. only diff is that i am replying max queries
 in my free time ..

 Thanks for question  be part of forum, you will learn more out of it by
 participating queries.. Try to learn diff way of solving same query is key
 to learn new thing..

 Cheers!!

 +
 *I did not do this for you. God is here working through me for you.*

 On Wed, Dec 3, 2014 at 12:42 PM, Mandeep Baluja rockerna...@gmail.com
 wrote:

 This question is for vabz, Mostly the queries answered by vaibhav
 Are you working with a team or you are answering the queries by yourself
 only ??? without getting help of someone,
 because you're the only efficient programmer in vba here.And I am new in
 this field.Can you recommend the best book for vba to me too.

  --
 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/d/optout.


  --
 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/d/optout.


  --
 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

Re: $$Excel-Macros$$ Re: VBA

2014-11-22 Thread Prafull Jadhav
Dear Paul Sir,
Can you please explain what is
  Debug.Assert True

Regards,
Prafull Jadhav
9920553518

On 22 November 2014 at 09:55, Mandeep Baluja rockerna...@gmail.com wrote:

 Hello Paul,

 First I would like to thank you from bottom of my *heart* for making such
 an *efficient code* to handle such a bad formatted data. Today I got to
 know that experience pays off you're brilliant in your efforts. As I have 4
 months of experience in VBA Still I understand every line of your code
 except this , Debug.assert = True , If ((ActiveSheet.Range(A1).Value 
 X = X) _
 And (ActiveSheet.Range(B1).Value  X  X)).

 if(Query = True,  Paul will handle it, Paul will handle it) :P

 Cheers

 Regards,
 Mandeep Baluja

 https://www.linkedin.com/profile/view?id=312532939
 https://www.facebook.com/VBAEXCELSQL?ref=hl

 On Thursday, November 20, 2014 4:59:00 PM UTC+5:30, Mandeep Baluja wrote:

 Dear All,

 I need to work on Data sheet which contains all the cells in text format.
 basically its a timing sheet. I want to change the format of all the time
 values in correct format and wish to highlight those cells where people
 come after 10:00 am .Hope you can understand this by going through the
 sheet.Looking for a Macro which can correct the format of time
 automatically.

 Regards,
 Mandeep Baluja

  --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ Amazing Excel formulas...

2014-09-18 Thread Prafull Jadhav
Dear Vaibhav Sir,

Thanks for the shared us a very useful file.


Regards,
Prafull Jadhav
9920553518

On 18 September 2014 17:32, Ganesh N ganeshg...@gmail.com wrote:

 Got it sir!! Thanks

 One more help sir. Like formulas do you have sample files for macros ?
 just to learn. im a beginner to macro.

 Regards,
 Ganesh N

 On Thu, Sep 18, 2014 at 4:59 PM, Vaibhav Joshi v...@vabs.in wrote:

 ok, COGS is named range, press Ctr + G you will see all defined cells.
 Select COGS you will be taken to range.

 Cheers!!

 +
 *I did not do this for you. God is here working through me for you.*

 On Thu, Sep 18, 2014 at 4:55 PM, Ganesh N ganeshg...@gmail.com wrote:

 Yes sir no macro but can you tell me how the formula works ?

 e.g =SUM(COGS) how is sum the cogs ? Note: if I add some more amount
 in addition row/col it not working

 Regards,
 Ganesh N

 On Thu, Sep 18, 2014 at 4:25 PM, Vaibhav Joshi v...@vabs.in wrote:

 Hi

 There is no Macro in this file, it contains formula only.

 Cheers!!

 +
 *I did not do this for you. God is here working through me for you.*

 On Thu, Sep 18, 2014 at 3:36 PM, Ganesh N ganeshg...@gmail.com wrote:

 Hi Vaibhav Ji,

 Can you please explain how the attachment works because I cant even
 see any macro in that file.

 Note: Its in the amazing excel formulas file.

 Thanks  Regards,
 Ganesh N

 On Thu, Sep 18, 2014 at 12:39 PM, Chandra Shekar 
 chandrashekarb@gmail.com wrote:

 Thanks Vaibhav

 On Wed, Sep 17, 2014 at 5:22 PM, Vaibhav Joshi v...@vabs.in wrote:

 Hi,

 No posts since morning thought of sharing amazing excel formulas by
 Bill Jelen aka Mr. Excel.

 Cheers!!
 +
 *I did not do this for you. God is here working through me for you.*

 --
 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/d/optout.


  --
 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/d/optout.


  --
 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

Re: $$Excel-Macros$$ Macros get deleted

2014-09-08 Thread Prafull Jadhav
Dear Rupesh,
Have u open it with Enable Macro?
and also save it as it Macro Enable file...


Regards,
Prafull Jadhav
9920553518

On 8 September 2014 12:40, Rupesh Patil patil.rupesh1...@gmail.com wrote:


 ​Hello Experts
 I am using office 2013, when download any macro included workbook from
 this group macro get deleted when open this workbook. could any one why
 this happen.

 Thanks in advance ​

 --
 Thanks  Regards,
 Rupesh Patil,


  --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ Number to Text Indiann rupee format using formula no add ins UDF

2014-09-08 Thread Prafull Jadhav
Dear Vaibhavji,
Great!


Regards,
Prafull Jadhav
9920553518

On 8 September 2014 12:55, Vaibhav Joshi v...@vabs.in wrote:

 FA, It works upto 99 crore, you can modify to extend further.

 Cheers!!

 +
 *I did not do this for you. God is here working through me for you.*

 On Mon, Sep 8, 2014 at 12:03 PM, Saleem Ansari saleem.logic...@gmail.com
 wrote:

 ​Dear,

 How to convert number to word without VBA Program Only Excel Formula,

 Please Reply Fast,,,

  ​



 Thanks  Regards?
​​
 *​*
 *Saleem Ansari*

 *Logicash Solutions Pvt. Ltd.*
 *A-79| Sector-4| Noida| Gautam Budh Nagar (U.P) 201301*

 *Email Id :-* *saleem.logic...@gmail.com saleem.logic...@gmail.com*

 *Mobile : - +91 7840096219*



 The information in this email is confidential and may be legally
 privileged. It is intended solely for the addressee. Access to this email
 by anyone else is unauthorized. If you are not the intended recipient, any
 disclosure, copying, distribution or any action taken or committed to be
 taken in reliance on it, is prohibited and may be unlawful.

 Please consider the environment before printing this e-mail

 *पेड़ बचाएँ*  *पर्यावरण बचाएँ*

 [image: Description: cid:image003.gif@01CCD1FE.E699F6D0]*Go Green, Save
 Earth**?*
 ​
 *[image: Untitled]*

 On Mon, Sep 8, 2014 at 12:01 PM, Vaibhav Joshi v...@vabs.in wrote:

 Hi Saleem,

 You are not following rule set, i you have not read rules ple read 
 start new thread:

 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.

 +
 *I did not do this for you. God is here working through me for you.*

 On Mon, Sep 8, 2014 at 11:44 AM, Saleem Ansari 
 saleem.logic...@gmail.com wrote:

 Hello Mr,

 without VBA ok

 Only For Excel Formula,Ok
 So Please Revised ,,



 Thanks  Regards?
​​
 *​*
 *Saleem Ansari*

 *Logicash Solutions Pvt. Ltd.*
 *A-79| Sector-4| Noida| Gautam Budh Nagar (U.P) 201301*

 *Email Id :-* *saleem.logic...@gmail.com saleem.logic...@gmail.com*

 *Mobile : - +91 7840096219*



 The information in this email is confidential and may be legally
 privileged. It is intended solely for the addressee. Access to this email
 by anyone else is unauthorized. If you are not the intended recipient, any
 disclosure, copying, distribution or any action taken or committed to be
 taken in reliance on it, is prohibited and may be unlawful.

 Please consider the environment before printing this e-mail

 *पेड़ बचाएँ*  *पर्यावरण बचाएँ*

 [image: Description: cid:image003.gif@01CCD1FE.E699F6D0]*Go Green,
 Save Earth**?*
 ​
 *[image: Untitled]*

 On Mon, Sep 8, 2014 at 11:20 AM, Sandeep Sharma 
 sandeepsharma4...@gmail.com wrote:

 Dear

 PFA as per desired u


 With Regards
 Sandeep Kumar Sharma

 *“Always laugh when you can. It is cheap medicine.*”

 On Sun, Sep 7, 2014 at 6:16 AM, NOORAIN ANSARI 
 noorain.ans...@gmail.com wrote:

 Dear Saleem,

 Please find the attachment. hope it will help to you.
 now you can convert number to word by excel formula or vba UDF.


 On Sat, Sep 6, 2014 at 12:01 PM, Saleem Ansari 
 saleem.logic...@gmail.com wrote:

 Dear Noorain SIr,

 Please Help,

 My Query ho to convert number to word


 Please Help Sir,,






 On Saturday, August 30, 2014 7:18:44 PM UTC+5:30, Ayush Jain wrote:

 Dear members,

 We’d like to invite members of the discussexcel.com community to
 the annual Excel and Financial Modeling World Championship 2014 Event 
 (*ModelOff,
 www.modeloff.com http://www.modeloff.com*). The Advanced Excel
 educational competition helps celebrate Excel in Financial Services. 
 The
 fun, challenging and innovative competition has a mission to inspire 
 skill
 development with Microsoft Excel, Financial Modeling and Financial 
 Analysis
 which is central to global businesses and communities. The competition
 showcases some of the fastest, hard-working and talented Excel minds 
 from
 100+ countries. Round 1 starts on 25th October 2014 (8 weeks away)

 *Summary of Event*

 Over 3,000 participants competed in the ModelOff 2013 event. Major
 Global Partners and Sponsors are: Microsoft, Intralinks, SP Capital 
 IQ,
 Kaplan Education, Bloomberg, AMT Training, Corality and Ernst 
 Young.  Participants come from diverse companies and jobs – such as
 Analysts, Associates and Managers at Investment Firms and Accounting 
 Firms,
 CFOs, Analytics Professionals, In-House Excel Gurus and Consultants 
 with a
 shared passion for Microsoft Excel and Finance.  Students comprise

Re: $$Excel-Macros$$ Happy Independence Day!

2014-08-14 Thread Prafull Jadhav
Dear All,

Wish you very very happy Independence day.


Regards,
Prafull Jadhav
9920553518


On 14 August 2014 13:24, Vaibhav Joshi v...@vabs.in wrote:

 Happy Independence Day!

 --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ need help!!!

2014-08-08 Thread Prafull Jadhav
find the same

Regards,
Prafull Jadhav
9920553518


On 8 August 2014 16:19, Mihai Ghilea mihai.ghi...@metabras.ro wrote:

  Try this...



 Mihai Ghilea

 Network administrator

  [image: Sigla_METABRAS_STEEL_PEOPLEmica]

 ROMANIA

 SC METABRAS SRL Brasov

 Str. Grivitei A44, RO 500182

 CUI: RO6340028

 RC: J08/2507/1994

 CS: 2.840.000 RON

 T:   +40 (0)268 407 410 / 143

 F:   +40 (0)268 407 426

 M:  +40 (0)728 994 113

 E: mihai.ghi...@metabras.ro valicor...@metabras.ro

 W: www.metabras.ro; http://fierforjat.metabras.ro

 *P* *Think green!**. Do you really need to print this email?*



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Lieke Van Klink
 *Sent:* Friday, August 08, 2014 1:00 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ need help!!!



 Hy guys!

 I am a student from holland, doing my thesis. and i need some help with
 excel (i never had to use it before, so have no clue on how it works, tried
 so much already and am still failing, regular sites do not help at all)
 I am trying to convert my time notation: min,sec ex. 23,54 into a mm:ss
 notation. but all i try Excel turns it into an hh:mm:ss notation as
 follows: 23:54:00 where it is supposed to be 00:23:54
 How do i correct this? (NOTE first notation has comma! thats where the
 issue starts)

 the goal here is to convert the first notation: mm,sec into all seconds so
 for example: 4,33 becomes 4*60=240, 240+33=273 sec. (if there is an easier
 way of transforming that firat notation into omly seconds pleas telle
 me?!!!
 Im desperate, its for my thesis and I am so stuck on this.

 I hope someone of you is able to help me!!!
 PS: pleas do explain it in simple minds english, this is not my first
 language.

 If you can give met the notation that would be even better

 thanks in advance!!!

 --
 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/d/optout.

 --
 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/d/optout.


-- 
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

Re: $$Excel-Macros$$ need help!!!

2014-08-08 Thread Prafull Jadhav
find the same...


Regards,
Prafull Jadhav
9920553518


On 8 August 2014 16:39, Prafull Jadhav prafulltjad...@gmail.com wrote:

 find the same

 Regards,
 Prafull Jadhav
 9920553518


 On 8 August 2014 16:19, Mihai Ghilea mihai.ghi...@metabras.ro wrote:

  Try this...



 Mihai Ghilea

 Network administrator

  [image: Sigla_METABRAS_STEEL_PEOPLEmica]

 ROMANIA

 SC METABRAS SRL Brasov

 Str. Grivitei A44, RO 500182

 CUI: RO6340028

 RC: J08/2507/1994

 CS: 2.840.000 RON

 T:   +40 (0)268 407 410 / 143

 F:   +40 (0)268 407 426

 M:  +40 (0)728 994 113

 E: mihai.ghi...@metabras.ro valicor...@metabras.ro

 W: www.metabras.ro; http://fierforjat.metabras.ro

 *P* *Think green!**. Do you really need to print this email?*



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Lieke Van Klink
 *Sent:* Friday, August 08, 2014 1:00 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ need help!!!



 Hy guys!

 I am a student from holland, doing my thesis. and i need some help with
 excel (i never had to use it before, so have no clue on how it works, tried
 so much already and am still failing, regular sites do not help at all)
 I am trying to convert my time notation: min,sec ex. 23,54 into a mm:ss
 notation. but all i try Excel turns it into an hh:mm:ss notation as
 follows: 23:54:00 where it is supposed to be 00:23:54
 How do i correct this? (NOTE first notation has comma! thats where the
 issue starts)

 the goal here is to convert the first notation: mm,sec into all seconds
 so for example: 4,33 becomes 4*60=240, 240+33=273 sec. (if there is an
 easier way of transforming that firat notation into omly seconds pleas
 telle me?!!!
 Im desperate, its for my thesis and I am so stuck on this.

 I hope someone of you is able to help me!!!
 PS: pleas do explain it in simple minds english, this is not my first
 language.

 If you can give met the notation that would be even better

 thanks in advance!!!

 --
 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/d/optout.

 --
 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/d/optout.




-- 
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

$$Excel-Macros$$ Hyperlink

2014-08-05 Thread Prafull Jadhav
Dear All,
Very Good Morning.
I have attahced one excel sheet it contain two sheet
1) Index
2) details.

I want to hperlink the both sheets. once i click on the index contion it
should be hyperlink on that pertucular cell.
It would be better if hyperlink cell blink or popup.

Thanks in Advance!


Regards,
Prafull Jadhav
​​

9920553518

-- 
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/d/optout.


Hyperlink.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Hyperlink

2014-08-05 Thread Prafull Jadhav
Dear Ashish,
Thanks for Reply!
Actually I am not looking for the same.
I want to hyper link with only with one sheet .


Regards,
Prafull Jadhav
9920553518


On 5 August 2014 14:40, Ashish Kumar kumar.ashish...@gmail.com wrote:

 Hi Prafull,


 PFA.!!!


 Regards
 Ashish


 On 5 August 2014 11:44, Prafull Jadhav prafulltjad...@gmail.com wrote:

 Dear All,
 Very Good Morning.
 I have attahced one excel sheet it contain two sheet
 1) Index
 2) details.

 I want to hperlink the both sheets. once i click on the index contion it
 should be hyperlink on that pertucular cell.
 It would be better if hyperlink cell blink or popup.

 Thanks in Advance!


 Regards,
 Prafull Jadhav

 9920553518

 --
 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/d/optout.


  --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ Hyperlink

2014-08-05 Thread Prafull Jadhav
Dear Ashish,
thanks for reply !
here is what exactly i want.

When i click on MTD- Incident /Request for Service Performanc (SHEET
INDEX)  then in details sheets that cell will blink or select which contain
the same (MTD- Incident /Request for Service Performanc).
I have made it but it is not blinking.
Please check my excel file.






Regards,
Prafull Jadhav
9920553518


On 5 August 2014 15:11, Ashish Kumar kumar.ashish...@gmail.com wrote:

 Hi Prafull,

 PFA...!!!


 Regards
 Ashish

 On 5 August 2014 14:53, Prafull Jadhav prafulltjad...@gmail.com wrote:

 Dear Ashish,
 Thanks for Reply!
 Actually I am not looking for the same.
 I want to hyper link with only with one sheet .


 Regards,
 Prafull Jadhav
 9920553518


 On 5 August 2014 14:40, Ashish Kumar kumar.ashish...@gmail.com wrote:

 Hi Prafull,


 PFA.!!!


 Regards
 Ashish


 On 5 August 2014 11:44, Prafull Jadhav prafulltjad...@gmail.com wrote:

 Dear All,
 Very Good Morning.
 I have attahced one excel sheet it contain two sheet
 1) Index
 2) details.

 I want to hperlink the both sheets. once i click on the index contion
 it should be hyperlink on that pertucular cell.
 It would be better if hyperlink cell blink or popup.

 Thanks in Advance!


 Regards,
 Prafull Jadhav

 9920553518

 --
 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/d/optout.


  --
 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/d/optout.


  --
 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

Re: $$Excel-Macros$$ Combining six IF formula into one formula

2014-07-28 Thread Prafull Jadhav
Awesome!.Vaibhav Sir.
Thanks a Lot!




Regards,
Prafull Jadhav
9920553518


On 28 July 2014 12:28, Vaibhav Joshi v...@vabs.in wrote:

 hi

 you cont need such formula.. use this
 formula =A1-MOD(A1,10)-A1-MOD(A1,10)+10

 It is modeless whatever be the range yo have your answer!!

 Cheers!!


 On Mon, Jul 28, 2014 at 12:19 PM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Vaibhav Sir,
 Your formula is very good,Appreciate!
 Can we do the same for bucket by using same technique.
 for example
 0-10,11-20,21-30
 if cell is contain
 7 then it should be come under 0-10 bucket
 if cell is contain
 22 then it should be come under 21-30 bucket.



 Regards,
 Prafull Jadhav
 9920553518


 On 26 July 2014 22:43, Nur Hossain nur2...@gmail.com wrote:

 Dear Joshi da, it works perfectly  thanks for your different idea
 except IF formula..


 On Sat, Jul 26, 2014 at 1:51 PM, Vaibhav Joshi v...@vabs.in wrote:
  you can also use:
 
 
 =VLOOKUP(A1,{red,us2;sta,ru2;ida,cu2;pco,us3;pid,ru3;pde,cu3},2,0)
 
  Cheers!!
 
 
  On Sat, Jul 26, 2014 at 9:22 AM, Nur Hossain nur2...@gmail.com
 wrote:
 
  Dear all , how to merge following six formula into single formula.
  small formula is required . Thanks
 
  IF(A1=red,us2,)
 
  IF(A1=sta,ru2,)
 
  IF(A1=ida,cu2,)
 
  IF(A1=pco,us3,)
 
  IF(A1=pid,ru3,)
 
  IF(A1=pde,cu3,)
 
  --
  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/d/optout.
 
 
  --
  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/d/optout.

 --
 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

Re: $$Excel-Macros$$ User Form for Data Entry with few Automations

2014-05-27 Thread Prafull Jadhav
Abhishek Sir,
Again you proved that you are Master..!

Regards,
Prafull Jadhav
9920553518


On 27 May 2014 16:21, Abhishek Jain abhishek@gmail.com wrote:

 Happy to help :)


 On Tue, May 27, 2014 at 4:19 PM, Pravin Gunjal isk1...@gmail.com wrote:

 Dear Abhishek Jee,

 It is really a very very helpful for me.
 Thanks a ton!

 Regards
 Pravin Gunjal.

 -- Forwarded message --
 From: Abhishek Jain abhishek@gmail.com
 Date: Tue, May 27, 2014 at 4:13 PM
 Subject: Re: $$Excel-Macros$$ User Form for Data Entry with few
 Automations
 To: MS EXCEL AND VBA MACROS excel-macros@googlegroups.com, Pravin
 Gunjal isk1...@gmail.com


 If it doesn't necessarily have to be an userform, you can try the
 attached.

 Let me know if you need anything further in this.

 Regards, Abhishek


 On Tue, May 27, 2014 at 3:56 PM, Pravin Gunjal isk1...@gmail.com wrote:

 Dear Friends,

 Greetings!

 I have an excel file in which I need to have an user form which contains
 the following data:

  *Heading*

 *Data Entry*

 *Product Name*

 By typing any short letter then match value should displayed there in
 list from sheet: Products

 *Code*

 It must come automatically from sheet: Products, based on the above
 selection

 *Quantity*

 Manual Entry

 *Batch*

 Manual Entry

 *Reference*

 Manual Entry


 The entered data as per the above method would picked up in second sheet
 (GRRN Entry) from column A4 to E4 and so on..  The file is attached fore
 reference.

 Please help.

 Regards
 Pravin Gunjal

 --
 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/d/optout.



  --
 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/d/optout.


  --
 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

Re: $$Excel-Macros$$ Login password in excel

2014-04-17 Thread Prafull Jadhav
Dear Abhishek Sir,

Great.


Regards,
Prafull Jadhav
9920553518


On 17 April 2014 12:09, Abhishek Jain abhishek@gmail.com wrote:

 Dear Amar,

 Please see the attached file. I hope this works for you.

 You may login by using any of the following credentials (both username and
 password fields are case sensitive)

 User - ABHI
 Pass - abhi

 User - AMAR
 Pass - amar

 After login, it will take you to the reports sheet. Upon opening the file,
 you might need to allow the macros to run.

 Hope this helps.

 Regards,

 Abhishek


 On Thu, Apr 17, 2014 at 11:30 AM, amar takale amartak...@gmail.comwrote:



 --
 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/d/optout.


  --
 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/d/optout.


-- 
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/d/optout.


$$Excel-Macros$$ VBA-For Next

2014-04-09 Thread Prafull Jadhav
Dear All,
Good Afternoon!
I have a big data which is horizontal .. I have to put it vertically.
I am sending sample data ..Please help me for the same.
.
Regards,
Prafull Jadhav
9920553518

-- 
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/d/optout.


ForNext_VBA.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ RE: [XL-VBA Clinic] VBA-For Next

2014-04-09 Thread Prafull Jadhav
Dear Sir,
perfect !...
thanks a lot .

Regards,
Prafull Jadhav
9920553518


On 9 April 2014 16:11, Ravinder ravindervbacli...@gmail.com wrote:

 PFA...first select range of heading as I have already selected in file.



 *From:* excelvbacli...@googlegroups.com [mailto:
 excelvbacli...@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Wednesday, April 09, 2014 2:49 PM
 *To:* excel-macros@googlegroups.com; excelvbacli...@googlegroups.com
 *Subject:* [XL-VBA Clinic] VBA-For Next



 Dear All,

 Good Afternoon!

 I have a big data which is horizontal .. I have to put it vertically.

 I am sending sample data ..Please help me for the same.

 .

 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/d/optout.

 --
 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/d/optout.


-- 
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/d/optout.


Re: $$Excel-Macros$$ Very urgent . i need to submit my project today.. please help

2014-03-17 Thread Prafull Jadhav
  Error status  No Error ?  C ?  NC ?

 Error --How to find out  Quality- how to find out

Regards,
Prafull Jadhav
9920553518


On 17 March 2014 16:58, Prabhu Pinky prabhupin...@gmail.com wrote:

 can you workout and send me..i did tried.. but am not getting result.

 if you provide VBA code.. it would be so great.


 Thanks  Regards,
 Prabhu R


 On 17 March 2014 15:51, koul.ash...@gmail.com wrote:

 Y don't u use sumifs or countifs
 Sent on my BlackBerry(R) from Vodafone
 --
 *From: * Prabhu Pinky prabhupin...@gmail.com
 *Sender: * excel-macros@googlegroups.com
 *Date: *Mon, 17 Mar 2014 15:48:28 +0530
 *To: *excel-macros@googlegroups.com
 *ReplyTo: * excel-macros@googlegroups.com
 *Subject: *Re: $$Excel-Macros$$ Very urgent . i need to submit my
 project today.. please help

 Am using excel 2007.
 On 17-Mar-2014 12:24 PM, ashish koul koul.ash...@gmail.com wrote:

 which version of excel r u using


 On Mon, Mar 17, 2014 at 12:22 PM, Prabhu Pinky 
 prabhupin...@gmail.comwrote:

 Guys...pls help with my query
 On 17-Mar-2014 9:22 AM, Prabhu Pinky prabhupin...@gmail.com wrote:

 Hi Experts,

 Please find the attached file. there i used many SUMPRODUCT formula.
 it slow down my excel.

 please help with macro or any simplified formula.


 *am doing this on a daily basis, if u give me the solution using VBA
 Macro it would be so great.*


 pl help... very ugeeenntt.



 Thanks  Regards,
 Prabhu R

 --
 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/d/optout.

  --
 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/d/optout.




 --
 *Regards*

 *Ashish Koul*


 *Visit*
 http://www.excelvbamacros.in
 Like Us on 
 Facebookhttp://www.facebook.com/pages/Excel-VBA-Codes-Macros/15180389897
 Join Us on Facebook http://www.facebook.com/groups/163491717053198/


 P Before printing, think about the environment.



 --
 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

Re: $$Excel-Macros$$ Very urgent . i need to submit my project today.. please help

2014-03-17 Thread Prafull Jadhav
Please check and  ..let me know.

Regards,
Prafull Jadhav
9920553518


On 17 March 2014 21:12, Prafull Jadhav prafulltjad...@gmail.com wrote:

  Error status  No Error ?  C ?  NC ?

  Error --How to find out  Quality- how to find out

 Regards,
 Prafull Jadhav
 9920553518


 On 17 March 2014 16:58, Prabhu Pinky prabhupin...@gmail.com wrote:

 can you workout and send me..i did tried.. but am not getting result.

 if you provide VBA code.. it would be so great.


 Thanks  Regards,
 Prabhu R


 On 17 March 2014 15:51, koul.ash...@gmail.com wrote:

 Y don't u use sumifs or countifs
 Sent on my BlackBerry(R) from Vodafone
 --
 *From: * Prabhu Pinky prabhupin...@gmail.com
 *Sender: * excel-macros@googlegroups.com
 *Date: *Mon, 17 Mar 2014 15:48:28 +0530
 *To: *excel-macros@googlegroups.com
 *ReplyTo: * excel-macros@googlegroups.com
 *Subject: *Re: $$Excel-Macros$$ Very urgent . i need to submit my
 project today.. please help

 Am using excel 2007.
 On 17-Mar-2014 12:24 PM, ashish koul koul.ash...@gmail.com wrote:

 which version of excel r u using


 On Mon, Mar 17, 2014 at 12:22 PM, Prabhu Pinky 
 prabhupin...@gmail.comwrote:

 Guys...pls help with my query
 On 17-Mar-2014 9:22 AM, Prabhu Pinky prabhupin...@gmail.com wrote:

 Hi Experts,

 Please find the attached file. there i used many SUMPRODUCT formula.
 it slow down my excel.

 please help with macro or any simplified formula.


 *am doing this on a daily basis, if u give me the solution using VBA
 Macro it would be so great.*


 pl help... very ugeeenntt.



 Thanks  Regards,
 Prabhu R

 --
 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/d/optout.

  --
 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/d/optout.




 --
 *Regards*

 *Ashish Koul*


 *Visit*
 http://www.excelvbamacros.in
 Like Us on 
 Facebookhttp://www.facebook.com/pages/Excel-VBA-Codes-Macros/15180389897
 Join Us on Facebook http://www.facebook.com/groups/163491717053198/


 P Before printing, think about the environment.



 --
 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

Re: $$Excel-Macros$$ Average Graph

2014-03-15 Thread Prafull Jadhav
Dear Abhishek Sir,
thanks for reply .
When we exclude the highest value from chart it average is less that is 44
 and that is correct average .
But When  I show the this chart (included Highest Number )  to my boss , he
will surprise that daily Average  cabs coming is 123...and that is wrong...
It gives wrong Nos to Management.



Regards,
Prafull Jadhav
9920553518


On 15 March 2014 20:44, ravinder negi ravi_colw...@yahoo.com wrote:

 pls provide some example in excel with chart


   On Saturday, March 15, 2014 8:12 AM, Abhishek Jain 
 abhishek@gmail.com wrote:
  Does this make any sense?


 On Sat, Mar 15, 2014 at 5:29 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All ,

 Day before Yesterday I had gone for Interview for Data Analyst. They asked
 me one question but i could not answer it .

 The Person who has taken my interview, asked me question on based on Meru
 Cab where i was working earlier.

 Question was as below

 He asked me supposed Cabs are daily coming for Repair purpose in workshop
 it can be 50,60,70,40,65,35...Nos then what will be daily  average the
 cabs graphs.
 Answer was very easy for above question.
 then he asked supposed suddenly  in few days cabs reached at workshop with
 150,500,200..Nos.

 How will i show graphs or Summary with stable average count.
 if i include the Highest numbers in series then Average suddenly goes
 up..and charts look like jumping at highest point.

 for avoid this ..which type of formula i have to apply here which show
 stable Average or Graphs.

 Regards,
 Prafull Jadhav
 9920553518
  --
 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/d/optout.


 --
 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/d/optout.


--
 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

Re: $$Excel-Macros$$ Average Graph

2014-03-15 Thread Prafull Jadhav
Dear Abhishek Sir,
Very good morning.
If I now that ddaily frequency of cabs are between 50 to 80.
Because of suddenly increased in cabs for few days this affects the overall
average.
I just want to show normal average..
Which excluding few days highest cabs.

Regard,
Prafull Jadhav.
9920553518
 On 16-Mar-2014 12:26 AM, Abhishek Jain abhishek@gmail.com wrote:

 Dear Prafull,

 As per example, a total of 1717 cars were handled in 2 weeks (14 days)
 which means 123 (rounded off) is the correct average and it is not a wrong
 info.

 Now, the average for first week is 48 and for second week it is 197. If
 you want, we can show week wise averages in the graph or you could
 elaborate your need with more examples and/or sample data.

 If the values are suddenly increased in any week, the overall average is
 going to increase as well. Just because it is high, does not mean its
 wrong, or am I missing something here?

 Regards,
 Abhishek


 On Sat, Mar 15, 2014 at 11:42 PM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Abhishek Sir,
 thanks for reply .
 When we exclude the highest value from chart it average is less that is
 44  and that is correct average .
 But When  I show the this chart (included Highest Number )  to my boss ,
 he will surprise that daily Average  cabs coming is 123...and that is
 wrong...
 It gives wrong Nos to Management.



 Regards,
 Prafull Jadhav
 9920553518


 On 15 March 2014 20:44, ravinder negi ravi_colw...@yahoo.com wrote:

 pls provide some example in excel with chart


   On Saturday, March 15, 2014 8:12 AM, Abhishek Jain 
 abhishek@gmail.com wrote:
   Does this make any sense?


 On Sat, Mar 15, 2014 at 5:29 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear All ,

 Day before Yesterday I had gone for Interview for Data Analyst. They
 asked me one question but i could not answer it .

 The Person who has taken my interview, asked me question on based on
 Meru Cab where i was working earlier.

 Question was as below

 He asked me supposed Cabs are daily coming for Repair purpose in
 workshop
 it can be 50,60,70,40,65,35...Nos then what will be daily  average the
 cabs graphs.
 Answer was very easy for above question.
 then he asked supposed suddenly  in few days cabs reached at workshop
 with 150,500,200..Nos.

 How will i show graphs or Summary with stable average count.
 if i include the Highest numbers in series then Average suddenly goes
 up..and charts look like jumping at highest point.

 for avoid this ..which type of formula i have to apply here which show
 stable Average or Graphs.

 Regards,
 Prafull Jadhav
 9920553518
  --
 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/d/optout.


 --
 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

Re: FW: $$Excel-Macros$$ Conditional Formating

2014-03-14 Thread Prafull Jadhav
Dear Sir,

It is not working..

Please let me know how I can select the all cell in sheet where cell format
is %



Regards,
Prafull Jadhav
9920553518


On 14 March 2014 15:12, Ravinder ravindervbacli...@gmail.com wrote:

 Pfa. if not receive...



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Ravinder
 *Sent:* Friday, March 14, 2014 3:08 PM
 *To:* excel-macros@googlegroups.com
 *Cc:* 'excelvbacli...@googlegroups.com'; Soum
 *Subject:* FW: $$Excel-Macros$$ Conditional Formating



 Did you not receive this file..



 *From:* Ravinder 
 [mailto:ravinderexcelgr...@gmail.comravinderexcelgr...@gmail.com]

 *Sent:* Friday, March 14, 2014 2:31 PM
 *To:* 'excel-macros@googlegroups.com';
 *Cc:* Soum (quote.ex...@gmail.com)
 *Subject:* RE: $$Excel-Macros$$ Conditional Formating



 Pfa.. may be help you



 *From:* excel-macros@googlegroups.com [
 mailto:excel-macros@googlegroups.com excel-macros@googlegroups.com] *On
 Behalf Of *Prafull Jadhav
 *Sent:* Friday, March 14, 2014 1:25 PM
 *To:* excelvbacli...@googlegroups.com; excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Conditional Formating



 Dear All,

 Very Good Afternoon,

 I have a small query.



 I have many table in a sheet which contain formula.

 I want to apply conditional formatting based on Percentage (Colour Scales)



 I am not able to select the cell where cell value format is Percentage .



 Kindly help me and also explain  the simple way

 I have attached the sample for the same.



 Regards,
 Prafull Jadhav
 9920553518

 --
 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/d/optout.

 --
 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/d/optout.

 --
 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

Re: FW: $$Excel-Macros$$ Conditional Formating

2014-03-14 Thread Prafull Jadhav
Dear Sir,

Once i select that cell then i will apply condition formatting selected
cell.
that's why i want to know the selection of that cells which having %
formatting.

Initially, I was doing same by using F5-Selection-Formula and then applied
condition formatting.
but this times other formulas also there in sheet that's why I am not able
to apply the condition formatting.






Regards,
Prafull Jadhav
9920553518


On 14 March 2014 15:47, Ravinder ravinderexcelgr...@gmail.com wrote:

 What you want to do with that selection.color them or else



 Below is code to color % format cell



 Sub Button1_Click()

 Dim ws As Worksheet

 Dim cell As Range

 Set ws = ThisWorkbook.ActiveSheet



 For Each cell In ws.UsedRange

 If cell.NumberFormat = 0.00% Then

 cell.Interior.Color = vbGreen

 End If





 Next



 End Sub



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Friday, March 14, 2014 3:36 PM
 *To:* excel-macros@googlegroups.com

 *Subject:* Re: FW: $$Excel-Macros$$ Conditional Formating



 Dear Sir,



 I want a VBA code ;which will select the all cell in sheet where cell
 format is 0.00%




 Regards,
 Prafull Jadhav
 9920553518



 On 14 March 2014 15:31, Ravinder ravindervbacli...@gmail.com wrote:

 You just select the whole range of tables and put condition formatting as
 already applied on $A$1:$L$21, you can increase as per your requirement.



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Friday, March 14, 2014 3:29 PM
 *To:* excel-macros@googlegroups.com
 *Cc:* Soum
 *Subject:* Re: FW: $$Excel-Macros$$ Conditional Formating



 Dear Sir,



 It is not working..



 Please let me know how I can select the all cell in sheet where cell
 format is %






 Regards,
 Prafull Jadhav
 9920553518



 On 14 March 2014 15:12, Ravinder ravindervbacli...@gmail.com wrote:

 Pfa. if not receive...



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Ravinder
 *Sent:* Friday, March 14, 2014 3:08 PM
 *To:* excel-macros@googlegroups.com
 *Cc:* 'excelvbacli...@googlegroups.com'; Soum
 *Subject:* FW: $$Excel-Macros$$ Conditional Formating



 Did you not receive this file..



 *From:* Ravinder 
 [mailto:ravinderexcelgr...@gmail.comravinderexcelgr...@gmail.com]

 *Sent:* Friday, March 14, 2014 2:31 PM
 *To:* 'excel-macros@googlegroups.com';
 *Cc:* Soum (quote.ex...@gmail.com)
 *Subject:* RE: $$Excel-Macros$$ Conditional Formating



 Pfa.. may be help you



 *From:* excel-macros@googlegroups.com [
 mailto:excel-macros@googlegroups.com excel-macros@googlegroups.com] *On
 Behalf Of *Prafull Jadhav
 *Sent:* Friday, March 14, 2014 1:25 PM
 *To:* excelvbacli...@googlegroups.com; excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Conditional Formating



 Dear All,

 Very Good Afternoon,

 I have a small query.



 I have many table in a sheet which contain formula.

 I want to apply conditional formatting based on Percentage (Colour Scales)



 I am not able to select the cell where cell value format is Percentage .



 Kindly help me and also explain  the simple way

 I have attached the sample for the same.



 Regards,
 Prafull Jadhav
 9920553518

 --
 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/d/optout.

 --
 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

Re: $$Excel-Macros$$ Re: [XL-VBA Clinic] Averege by Using by Sumproduct.

2014-03-13 Thread Prafull Jadhav
Dear All,

Waiting for the same.

Dear All,

Thanks for reply..

MY question is
when I use the Dynamic Range then output of Avg Response time is coming but
it is not applicable to Resolution.

Why this happen ..?
Please explain 


Regards,
Prafull Jadhav
9920553518


On 12 March 2014 20:10, Prafull Jadhav prafulltjad...@gmail.com wrote:

 Dear All,

 Thanks for reply..

 MY question is
 when I use the Dynamic Range then output of Avg Response time is coming
 but it is not applicable to Resolution.

 Why this happen ..?
 Please explain 



 Regards,
 Prafull Jadhav
 9920553518


 On 12 March 2014 17:58, Arvind mishra arvind44mis...@gmail.com wrote:

 Dear Prafull  plz find sheet with Sumproduct.

 On 3/12/14, Prafull Jadhav prafulltjad...@gmail.com wrote:
  Dear All,
  Good Evening ,
 
  1)I am not able to calculate the Average Resolution time with the help
 of
  Sumproduct formula. I got the same with help of Sumif formula but
 output is
  differ from pivot table.
 
  2)Avg Response time is calculated by using sumproduct formula but it not
  working for Avg Resolution time.
 
  Kindly help me .
 
 
  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/d/optout.
 


 --
 Thanks  Regards
Arvind Mishra

 ** Please Do not Print this mail untill its extremely necessary**
 ** SAVE PAPER SAVE TREES**

 --

 --
 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/d/optout.


  --
 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/d/optout.


-- 
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

$$Excel-Macros$$ Re: [XL-VBA Clinic] Averege by Using by Sumproduct.

2014-03-12 Thread Prafull Jadhav
Dear All,

Thanks for reply..

MY question is
when I use the Dynamic Range then output of Avg Response time is coming but
it is not applicable to Resolution.

Why this happen ..?
Please explain 



Regards,
Prafull Jadhav
9920553518


On 12 March 2014 17:58, Arvind mishra arvind44mis...@gmail.com wrote:

 Dear Prafull  plz find sheet with Sumproduct.

 On 3/12/14, Prafull Jadhav prafulltjad...@gmail.com wrote:
  Dear All,
  Good Evening ,
 
  1)I am not able to calculate the Average Resolution time with the help of
  Sumproduct formula. I got the same with help of Sumif formula but output
 is
  differ from pivot table.
 
  2)Avg Response time is calculated by using sumproduct formula but it not
  working for Avg Resolution time.
 
  Kindly help me .
 
 
  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/d/optout.
 


 --
 Thanks  Regards
Arvind Mishra

 ** Please Do not Print this mail untill its extremely necessary**
 ** SAVE PAPER SAVE TREES**

 --

 --
 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/d/optout.


-- 
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/d/optout.


$$Excel-Macros$$ Dynamic Range for Pivot

2014-03-10 Thread Prafull Jadhav
Dear All,

Good Afternoon,

I want a examples of Dynamic Range of Pivot.
for example
if i added new data in master file then new rows or data should be added in
pivot or suppose i delete the data thane range should be adjust accordingly

Thanks in Advance.
Regards,
Prafull Jadhav
9920553518

-- 
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/d/optout.


$$Excel-Macros$$ Name Range Change through VBA

2014-03-06 Thread Prafull Jadhav
Dear All,
Good Afternoon,

I have one query .
Can we change the Name Range with help of VBA
for example below are the name range in my excel file  I have to extend
the range by 2...i.e  85000.
if it is possible ..Kindly provide the code for the same.

  Abhijit_ =Details!$AJ$1:$AJ$65000  Bucket_ =Details!$U$1:$U$65000  Cdate
=Details!$AB$1:$AB$65000  City_ =Details!$AF$1:$AF$65000  Code_
=Details!$W$1:$W$65000  Cweek =Details!$AD$1:$AD$65000  date_
=Details!$AB$1:$AB$65000  Edate =Details!$AC$1:$AC$65000  Eweek
=Details!$AE$1:$AE$65000  Filter_ =Details!$S$1:$S$65000  Group
=Vlookup!$B$2:$D$169  jo_ =Details!#REF!  LOB_ =Details!$E$1:$E$65000  mode_
=Details!$B$1:$B$65000  Month_ =Details!$AH$1:$AH$65000  Oct_
=Details!$AG$1:$AG$65000  Owner_ =Details!$Y$1:$Y$65000  Ownerlob_
=Details!$Z$1:$Z$65000  Pornima_ =Details!$F$1:$F$65000  Reso_
=Details!$R$1:$R$65000  Resp_ =Details!$Q$1:$Q$65000  RLIWeek
=Details!$AK$1:$AK$65000  SDM =Vlookup!$T$2:$U$46  Severity_
=Details!$M$1:$M$65000  Status =Vlookup!$L$2:$M$53  Status_
=Details!$AA$1:$AA$65000  Status_Oct =Details!$AI$1:$AI$65000  Week_
=Vlookup!$X$2:$Z$40  Zone =Vlookup!$F$2:$J$15000  Zone_
=Details!$X$1:$X$65000

Regards,
Prafull Jadhav
9920553518

-- 
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/d/optout.


$$Excel-Macros$$ Macro Single code require for if condtion

2014-03-04 Thread Prafull Jadhav
Dear All,
Good Afternoon,

I have made below code ...
I have one doubt in below code.
for example
Hisar.

I have mentioned that if
cell contain below
 HSR-CRD(HR)  HSR-HRD(HR)  HSR-JMS(HR)  HSR-VDJS(HR)  HSR-JINDAL HOUSE
Then  output must be Hisar
but  I have done it with different if condition ..
is there any other why where i can use one line if condition for hisar.
Do Until Selection.Value = 

If Selection.Offset(0, 2).Value = GURGAON(DELHI-NCR) Then
Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
ElseIf Selection.Offset(0, 2).Value = MANESAR(HR) Then
Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
ElseIf Selection.Offset(0, 2).Value = ROHAD(HR) Then
Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
*ElseIf Selection.Offset(0, 2).Value = HSR-CRD(HR) Then*
*Selection.Offset(0, 12).Value = Hisar*
*ElseIf Selection.Offset(0, 2).Value = HSR-GET HOSTEL Then*
*Selection.Offset(0, 12).Value = Hisar*
*ElseIf Selection.Offset(0, 2).Value = HSR-HRD(HR) Then*
*Selection.Offset(0, 12).Value = Hisar*
*ElseIf Selection.Offset(0, 2).Value = HSR-JINDAL CLUB(HR) Then*
*Selection.Offset(0, 12).Value = Hisar*
*ElseIf Selection.Offset(0, 2).Value = HSR-JINDAL HOUSE Then*
*Selection.Offset(0, 12).Value = Hisar*
*ElseIf Selection.Offset(0, 2).Value = HSR-JMS(HR) Then*
*Selection.Offset(0, 12).Value = Hisar*
End If
Selection.Offset(1, 0).Select
Loop


Please help me in this regards.
Regards,
Prafull Jadhav
9920553518

-- 
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.


Re: $$Excel-Macros$$ Macro Single code require for if condtion

2014-03-04 Thread Prafull Jadhav
Thanks a lot Sir..

Perfect!



Regards,
Prafull Jadhav
9920553518


On 4 March 2014 17:21, Paul Schreiner schreiner_p...@att.net wrote:

 You could replace your If/ElseIf/Endif statement with a Select Case
 Statement:

 Select Case Selection.Offset(0, 2).Value
 Case GURGAON(DELHI-NCR), MANESAR(HR), ROHAD(HR)
 Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
 Case HSR-CRD(HR), HSR-GET HOSTEL, HSR-HRD(HR), HSR-JINDAL
 CLUB(HR), HSR-JINDAL HOUSE, HSR-JMS(HR)
 Selection.Offset(0, 12).Value = Hisar
 Case Else
 Selection.Offset(0, 12).Value = 
 End Select

 watch line-wraps, or this might be easier to read:

 Select Case Selection.Offset(0, 2).Value
 Case GURGAON(DELHI-NCR), _
  MANESAR(HR), _
  ROHAD(HR)
 Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
 Case HSR-CRD(HR), _
  HSR-GET HOSTEL, _
  HSR-HRD(HR), _
  HSR-JINDAL CLUB(HR), _
  HSR-JINDAL HOUSE, _
  HSR-JMS(HR)
 Selection.Offset(0, 12).Value = Hisar
 Case Else
 Selection.Offset(0, 12).Value = 
 End Select

 *Paul*
 -







 *Do all the good you can,By all the means you can,In all the ways you
 can,In all the places you can,At all the times you can,To all the people
 you can,As long as ever you can. - John Wesley*
 -

*From:* Prafull Jadhav prafulltjad...@gmail.com
 *To:* excelvbacli...@googlegroups.com; excel-macros@googlegroups.com 
 excel-macros@googlegroups.com
 *Sent:* Tuesday, March 4, 2014 4:44 AM
 *Subject:* $$Excel-Macros$$ Macro Single code require for if condtion
  Dear All,
 Good Afternoon,

 I have made below code ...
 I have one doubt in below code.
 for example
 Hisar.

 I have mentioned that if
 cell contain below
   HSR-CRD(HR)  HSR-HRD(HR)  HSR-JMS(HR)  HSR-VDJS(HR)  HSR-JINDAL HOUSE
 Then  output must be Hisar
 but  I have done it with different if condition ..
 is there any other why where i can use one line if condition for hisar.
 Do Until Selection.Value = 
 If Selection.Offset(0, 2).Value = GURGAON(DELHI-NCR) Then
 Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
 ElseIf Selection.Offset(0, 2).Value = MANESAR(HR) Then
 Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
 ElseIf Selection.Offset(0, 2).Value = ROHAD(HR) Then
 Selection.Offset(0, 12).Value = Gurgoan-Rohad-Pathredi
 *ElseIf Selection.Offset(0, 2).Value = HSR-CRD(HR) Then*
 *Selection.Offset(0, 12).Value = Hisar*
 *ElseIf Selection.Offset(0, 2).Value = HSR-GET HOSTEL Then*
 *Selection.Offset(0, 12).Value = Hisar*
 *ElseIf Selection.Offset(0, 2).Value = HSR-HRD(HR) Then*
 *Selection.Offset(0, 12).Value = Hisar*
 *ElseIf Selection.Offset(0, 2).Value = HSR-JINDAL CLUB(HR) Then*
 *Selection.Offset(0, 12).Value = Hisar*
 *ElseIf Selection.Offset(0, 2).Value = HSR-JINDAL HOUSE Then*
 *Selection.Offset(0, 12).Value = Hisar*
 *ElseIf Selection.Offset(0, 2).Value = HSR-JMS(HR) Then*
 *Selection.Offset(0, 12).Value = Hisar*
 End If
 Selection.Offset(1, 0).Select
 Loop
  Please help me in this regards.
 Regards,
 Prafull Jadhav
 9920553518
  --  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.

  --
 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

Re: $$Excel-Macros$$ Hyperlink formula for horizontal Search

2014-03-01 Thread Prafull Jadhav
Dear Madam,
Very Good Morning
Thanks a lot for important and essential information about the hyperlink
for dynamic formula.
I have done it finally ...and it is working fine.
Thanks once again for explaining the whole topic step by step.



Regards,
Prafull Jadhav
9920553518


On 1 March 2014 12:05, priti verma pritiverma1...@gmail.com wrote:

 Hi Prafull,

 we can create a hyperlink with a particular range or a static name range.
 if you have a dynamic name range it does not show in hyperlink dialogue box
 .

 if you want to create a dynamic hyperlink follow these steps
 1- create a name range which refers any cell like (a1 or a2 ...)--it is a
 static name range.
 2-insert a shape.
 3-right click on this shape and click hyperlink then choose  place in
 this document you will see a name range you have just created.select this
 and press ok..
 4-create a dynamic formula on your worksheets that returns reference like
 (index match,match,offset..)
 5-replace the formula of your name range with this dynamic formula.

 now your hyperlink will be dynamic

 click on this for more clarification.

 https://sites.google.com/site/e90e50fx/home/Excel-Hyperlink-to-a-dynamic-range








 On Sat, Mar 1, 2014 at 8:57 AM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Priti Madam,
 Very good morning,
 Since morning i am trying to understand the hyperlink Goto name but i
 don't  understand .

 Please explain me how you have hyperlink the same .

 i got below points

  1) what does the index and match formula in this sheets that is goto
 2)Name - is used for data validation.

 I have created another file but i am unable to create the hyperlink for
 the same sheet.
 Thanks in Advance





 Regards,
 Prafull Jadhav
 9920553518


 On 28 February 2014 17:38, priti verma pritiverma1...@gmail.com wrote:

 Hi Amar,

 it is simple index match formula and 1 indicates row number.

 please go over this for more clarification.


 https://sites.google.com/site/e90e50fx/home/Excel-Hyperlink-to-a-dynamic-range

 --
 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.


  --
 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.


  --
 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

Re: $$Excel-Macros$$ Hyperlink formula for horizontal Search

2014-02-28 Thread Prafull Jadhav
Great Ravinder Sir..


Regards,
Prafull Jadhav
9920553518


On 28 February 2014 15:33, Ravinder ravinderexcelgr...@gmail.com wrote:

 PFA.



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *amar takale
 *Sent:* Friday, February 28, 2014 3:18 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Hyperlink formula for horizontal Search



 Dear All Experts

 I required Hyperlink formula for horizontal Search.If I show my criteria 
 click then search that specific name in column means go to direct that
 specific Column

 Regards

 Amar

 --
 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.

 --
 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.


-- 
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.


Re: $$Excel-Macros$$ Hyperlink formula for horizontal Search

2014-02-28 Thread Prafull Jadhav
Dear Madam,

I also trying the same but not able to understand the same.
It will be better if you explain the same...
Thanks in Advance ...Madam

Regards,
Prafull Jadhav
9920553518


On 28 February 2014 17:09, amar takale amartak...@gmail.com wrote:

 Dear Raviderji  Priti

 Thank very much for nice solution.

 Priti madam,can you explain me Define name formula.in which why we get
 1,if change it then formula destroy link? And how to link this to
 button.Pls explain me

 Regards
 Amar

 On Fri, Feb 28, 2014 at 4:38 PM, priti verma pritiverma1...@gmail.com
 wrote:
  you can also try this  without vba
  please see attach file.
 
 
  On Fri, Feb 28, 2014 at 2:25 AM, Ravinder ravindervbacli...@gmail.com
  wrote:
 
  Thanks dear
 
 
 
  From: excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com]
  On Behalf Of Prafull Jadhav
  Sent: Friday, February 28, 2014 3:44 PM
  To: excel-macros@googlegroups.com
  Cc: Soum
  Subject: Re: $$Excel-Macros$$ Hyperlink formula for horizontal Search
 
 
 
  Great Ravinder Sir..
 
 
 
 
  Regards,
  Prafull Jadhav
  9920553518
 
 
 
  On 28 February 2014 15:33, Ravinder ravinderexcelgr...@gmail.com
 wrote:
 
  PFA.
 
 
 
  From: excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com]
  On Behalf Of amar takale
  Sent: Friday, February 28, 2014 3:18 PM
  To: excel-macros@googlegroups.com
  Subject: $$Excel-Macros$$ Hyperlink formula for horizontal Search
 
 
 
  Dear All Experts
 
  I required Hyperlink formula for horizontal Search.If I show my
 criteria 
  click then search that specific name in column means go to direct that
  specific Column
 
  Regards
 
  Amar
 
  --
  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.
 
  --
  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.
 
 
 
  --
  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

Re: $$Excel-Macros$$ Hyperlink formula for horizontal Search

2014-02-28 Thread Prafull Jadhav
Dear Priti Madam,
Very good morning,
Since morning i am trying to understand the hyperlink Goto name but i
don't  understand .

Please explain me how you have hyperlink the same .

i got below points

1) what does the index and match formula in this sheets that is goto
2)Name - is used for data validation.

I have created another file but i am unable to create the hyperlink for the
same sheet.
Thanks in Advance





Regards,
Prafull Jadhav
9920553518


On 28 February 2014 17:38, priti verma pritiverma1...@gmail.com wrote:

 Hi Amar,

 it is simple index match formula and 1 indicates row number.

 please go over this for more clarification.


 https://sites.google.com/site/e90e50fx/home/Excel-Hyperlink-to-a-dynamic-range

 --
 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.


-- 
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.


$$Excel-Macros$$ Macro Required

2014-02-26 Thread Prafull Jadhav
Dear All,
Good After Noon,
I require one macro for attached excel sheet.
Appreciate cooperation expected from you.


Regards,
Prafull Jadhav
9920553518

-- 
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.


Macro Required.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: [XL-VBA Clinic] RE: $$Excel-Macros$$ Macro Required

2014-02-26 Thread Prafull Jadhav
Dear Ravinder Sir,
Thanks for Reply..it is working fine.

Can we make the same without selecting Range and paste range(Without
message box)?
Means we need not require fill the Range.




Regards,
Prafull Jadhav
9920553518


On 26 February 2014 16:59, Ravinder ravindervbacli...@gmail.com wrote:

 Pfa , first select a column till values in sheet 1 and then select range
 a2 in sheet2



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Wednesday, February 26, 2014 3:08 PM
 *To:* excel-macros@googlegroups.com; excelvbacli...@googlegroups.com
 *Subject:* $$Excel-Macros$$ Macro Required



 Dear All,

 Good After Noon,

 I require one macro for attached excel sheet.

 Appreciate cooperation expected from you.





 Regards,
 Prafull Jadhav
 9920553518

 --
 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.

 --

 --
 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.


$$Excel-Macros$$ Query for Macro

2014-02-19 Thread Prafull Jadhav
Dear All,
I have made one macro for search word in column
like
NO
YES
Correct
if this words are in cell then write the OK in  next cell .
I have query that I have used elseif many time. Is there any other way in
which i can write macro in one line
for example
if A1 contain words like NO,YES,Correct then next column(B1) should be
contain OK


Regards,
Prafull Jadhav
9920553518

-- 
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.


Query_Prafull.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


Re: $$Excel-Macros$$ Top Ten Requestors by Macro or formula.

2013-12-18 Thread Prafull Jadhav
Dear Amit Sir,

I want a fix sheet where top 10 Requestors for each company  will update
automatically.

For example :
there will be two sheet in excel file
one is master
second is Top 10 Requestors.

once i put date in master file the second sheet will be update with latest
top 10 Requestors automatically with each company and chart will update
accordingly .



Regards,
Prafull Jadhav
9920553518


On Wed, Dec 18, 2013 at 3:40 PM, Amit Desai (MERU)
amit.de...@merucabs.comwrote:

  In Macro use conditional Formatting..use Top 10 option..



 Regards,

 *Amit Desai *– MIS Manager

 M: +91 9867232534



 [image: Description: C:\Users\Krushna.garkhede\Desktop\Sig 
 1p.jpg]http://www.merucabs.com/mobile/

 [image: Description: C:\Users\Krushna.garkhede\Desktop\Sig 
 2p.jpg]http://goo.gl/gHTB5E[image:
 Description: C:\Users\Krushna.garkhede\Desktop\Sig 
 3p.jpg]http://goo.gl/QNQP51



 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *DILIPandey
 *Sent:* 18 December 2013 15:22
 *To:* excel-macros
 *Cc:* excelvbacli...@googlegroups.com; prafulltjad...@gmail.com
 *Subject:* Re: $$Excel-Macros$$ Top Ten Requestors by Macro or formula.



 Hi Prafull,



 You can continue using Pivot table.

 There is an option of show pages in pivot using which you can have
 different tabs as per company name.  See the attachment to know more.
  thanks.



 On Wed, Dec 18, 2013 at 12:09 PM, Prafull Jadhav prafulltjad...@gmail.com
 wrote:

 Dear All,



 Good Afternoon .



 I have data  that contain company name and Requestors name and I want to
 make chart for top ten Requestor for each company ..



 I want to it come automatically in new sheet top ten Requestors for each
 company. i have made it by pivot .

 Is it possible by formula or macro?.







 Regards,
 Prafull Jadhav
 9920553518

 --
 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.





 --

 Thanks  Regards,

 DILIP KUMAR PANDEY, 
 mvphttps://mvp.microsoft.com/en-us/mvp/Dilip%20Kumar%20Pandey-4039851
MBA,BCA,B.Com(Hons)
 UAE +971 528225509 India +91 9810929744
 dilipan...@gmail.com, dilipan...@yahoo.com

 Skype: dilipandey | Gtalk: dilipandey | Yahoo: dilipandey

 --
 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.

 --
 Disclaimer: This message and its attachments contain confidential
 information and may also contain legally privileged information. This
 message is intended solely for the named addressee. If you are not the
 addressee indicated in this message (or authorized to receive for
 addressee), you may not copy

RE: $$Excel-Macros$$ Top Ten Requestors by Macro or formula.

2013-12-18 Thread Prafull Jadhav
Dear All,
Very good morning and have great day.

Wating for output.
Regard,
Prafull Jadhav.
9920553518

Dear Prafull,



Let your Macro use the master file, get Top 10 list from Master  from that
list you can just re-fresh the chart.





*From:* excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
*On Behalf Of *Prafull Jadhav
*Sent:* 18 December 2013 16:00
*To:* excel-macros@googlegroups.com
*Cc:* excelvbacli...@googlegroups.com
*Subject:* Re: $$Excel-Macros$$ Top Ten Requestors by Macro or formula.



Dear Amit Sir,



I want a fix sheet where top 10 Requestors for each company  will update
automatically.



For example :

there will be two sheet in excel file

one is master

second is Top 10 Requestors.



once i put date in master file the second sheet will be update with latest
top 10 Requestors automatically with each company and chart will update
accordingly .






  Regards,
Prafull Jadhav
9920553518



On Wed, Dec 18, 2013 at 3:40 PM, Amit Desai (MERU) amit.de...@merucabs.com
wrote:

In Macro use conditional Formatting..use Top 10 option..

*From:* excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
*On Behalf Of *DILIPandey
*Sent:* 18 December 2013 15:22
*To:* excel-macros
*Cc:* excelvbacli...@googlegroups.com; prafulltjad...@gmail.com
*Subject:* Re: $$Excel-Macros$$ Top Ten Requestors by Macro or formula.



Hi Prafull,



You can continue using Pivot table.

There is an option of show pages in pivot using which you can have
different tabs as per company name.  See the attachment to know more.
 thanks.



On Wed, Dec 18, 2013 at 12:09 PM, Prafull Jadhav prafulltjad...@gmail.com
wrote:

Dear All,



Good Afternoon .



I have data  that contain company name and Requestors name and I want to
make chart for top ten Requestor for each company ..



I want to it come automatically in new sheet top ten Requestors for each
company. i have made it by pivot .

Is it possible by formula or macro?.







Regards,
Prafull Jadhav
9920553518

-- 
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.





-- 

Thanks  Regards,

DILIP KUMAR PANDEY,
mvphttps://mvp.microsoft.com/en-us/mvp/Dilip%20Kumar%20Pandey-4039851
   MBA,BCA,B.Com(Hons)
UAE +971 528225509 India +91 9810929744
dilipan...@gmail.com, dilipan...@yahoo.com

Skype: dilipandey | Gtalk: dilipandey | Yahoo: dilipandey

-- 
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.


 --

Disclaimer: This message and its attachments contain confidential
information and may also contain legally privileged information. This
message is intended solely for the named addressee. If you

Re: $$Excel-Macros$$ Value formula is not working

2013-11-25 Thread Prafull Jadhav
Dear Sir,
It is also not working ...

Value error is there .

Regards,
Prafull Jadhav
9920553518


On Mon, Nov 25, 2013 at 1:43 PM, xlstime xlst...@gmail.com wrote:

 you can try with --

 formula like  =--A3

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:19 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All ,

 Very Good Afternoon,

 Please find the attachment where i have put value formula for date column
 ..but it is not working ..Same formula is working with other computer .

 Please help for the same as i have same problem is since long .

 Is there any setting i have to change in excel ..Please let me know


 Regards,
 Prafull Jadhav
 9920553518

 --
 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.


  --
 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.


-- 
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.


Re: $$Excel-Macros$$ Value formula is not working

2013-11-25 Thread Prafull Jadhav
Dear Sir,

Same is working on other PC

Regards,
Prafull Jadhav
9920553518


On Mon, Nov 25, 2013 at 1:49 PM, Prafull Jadhav prafulltjad...@gmail.comwrote:

 Dear Sir,
 It is also not working ...

 Value error is there .

 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 25, 2013 at 1:43 PM, xlstime xlst...@gmail.com wrote:

 you can try with --

 formula like  =--A3

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:19 PM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear All ,

 Very Good Afternoon,

 Please find the attachment where i have put value formula for date
 column ..but it is not working ..Same formula is working with other
 computer .

 Please help for the same as i have same problem is since long .

 Is there any setting i have to change in excel ..Please let me know


 Regards,
 Prafull Jadhav
 9920553518

 --
 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.


  --
 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.




-- 
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.


Re: $$Excel-Macros$$ Value formula is not working

2013-11-25 Thread Prafull Jadhav
Same error which is in my first attachmentsir

Regard,
Prafull Jadhav.
9920553518
 On 25-Nov-2013 1:53 PM, xlstime xlst...@gmail.com wrote:

 please share the snap shot

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:50 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Sir,

 Same is working on other PC

 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 25, 2013 at 1:49 PM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Sir,
 It is also not working ...

 Value error is there .

 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 25, 2013 at 1:43 PM, xlstime xlst...@gmail.com wrote:

 you can try with --

 formula like  =--A3

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:19 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear All ,

 Very Good Afternoon,

 Please find the attachment where i have put value formula for date
 column ..but it is not working ..Same formula is working with other
 computer .

 Please help for the same as i have same problem is since long .

 Is there any setting i have to change in excel ..Please let me know


 Regards,
 Prafull Jadhav
 9920553518

 --
 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.


  --
 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.



  --
 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.


  --
 Are you =EXP(E:RT) or =NOT(EXP(E:RT

Re: $$Excel-Macros$$ Value formula is not working

2013-11-25 Thread Prafull Jadhav
Sir...same formula is working in other all friends pc...Only I m facing
same problem

Regard,
Prafull Jadhav.
9920553518
 On 25-Nov-2013 2:18 PM, xlstime xlst...@gmail.com wrote:

 yeah, but can u share the snap shot..

 coz ur example sheet formula is working fine on my system



 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:56 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Same error which is in my first attachmentsir

 Regard,
 Prafull Jadhav.
 9920553518
  On 25-Nov-2013 1:53 PM, xlstime xlst...@gmail.com wrote:

 please share the snap shot

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:50 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Sir,

 Same is working on other PC

 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 25, 2013 at 1:49 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Sir,
 It is also not working ...

 Value error is there .

 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 25, 2013 at 1:43 PM, xlstime xlst...@gmail.com wrote:

 you can try with --

 formula like  =--A3

 .

 Enjoy
 Team XLS



 On Mon, Nov 25, 2013 at 1:19 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear All ,

 Very Good Afternoon,

 Please find the attachment where i have put value formula for date
 column ..but it is not working ..Same formula is working with other
 computer .

 Please help for the same as i have same problem is since long .

 Is there any setting i have to change in excel ..Please let me know


 Regards,
 Prafull Jadhav
 9920553518

 --
 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.


  --
 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.



  --
 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

$$Excel-Macros$$ RE: [XL-VBA Clinic] Value formula is not working

2013-11-25 Thread Prafull Jadhav
Sir, Can you tell me how to check and how modified

Regard,
Prafull Jadhav.
9920553518
 On 25-Nov-2013 7:02 PM, Papnay, Ashish apap...@metlife.com wrote:

  Hi Prafull,



 What is the format of date in your system.



 Like in my system the date formate is MM/DD/YY.




 *Regards*

 *Ashish Papnay** | **MetLife*
 * apap...@metlife.com emailaddr...@metlife.com





 *From:* excelvbacli...@googlegroups.com [mailto:
 excelvbacli...@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Monday, November 25, 2013 2:49 AM
 *To:* excel-macros@googlegroups.com; excelvbacli...@googlegroups.com
 *Subject:* [XL-VBA Clinic] Value formula is not working



 Dear All ,



 Very Good Afternoon,



 Please find the attachment where i have put value formula for date column
 ..but it is not working ..Same formula is working with other computer .



 Please help for the same as i have same problem is since long .



 Is there any setting i have to change in excel ..Please let me know





 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.
  The information contained in this message may be CONFIDENTIAL and is for
 the intended addressee only.  Any unauthorized use, dissemination of the
 information, or copying of this message is prohibited.  If you are not the
 intended addressee, please notify the sender immediately and delete this
 message.

 --

 --
 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.
image001.png

$$Excel-Macros$$ Value formula is not working

2013-11-24 Thread Prafull Jadhav
Dear All ,

Very Good Afternoon,

Please find the attachment where i have put value formula for date column
..but it is not working ..Same formula is working with other computer .

Please help for the same as i have same problem is since long .

Is there any setting i have to change in excel ..Please let me know


Regards,
Prafull Jadhav
9920553518

-- 
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.


Value formula is not working.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


$$Excel-Macros$$ Re: [XL-VBA Clinic] Date format_Not in Proper

2013-11-18 Thread Prafull Jadhav
Dear Sir,
It is not working .


Regards,
Prafull Jadhav
9920553518


On Mon, Nov 18, 2013 at 3:40 PM, saurabh kumar
saurabhkumar8...@gmail.comwrote:

 Hi Prafull,

 Please find attached  Check

 Regards
 Saurabh


 On Mon, Nov 18, 2013 at 1:11 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 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/)
 .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.


  --

 --
 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

Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-18 Thread Prafull Jadhav
Sir thanks for reply.

But sir... For Only few rows not get corrected.. Rest things are
perfects...why this so.
Regard,
Prafull Jadhav.
9920553518
 On 19-Nov-2013 12:03 AM, ashish koul koul.ash...@gmail.com wrote:

 is it 1 apr 2013

 try to change the setting of ur computer  control panel - regional setting
  - choose English USA then try the macro

 Regards
 Ashish


 On Mon, Nov 18, 2013 at 1:18 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 DEAR RAJAN SIR,

 thanks for reply...
 but output showing jan and  feb month also after running macro .


 Regards,
 Prafull Jadhav
 9920553518


 On Mon, Nov 18, 2013 at 12:32 PM, Rajan sharma rajansharma9...@gmail.com
  wrote:

 Hi, Try using below:

 Sub prafu()
 For Each x In Range(A1:A9000)
 x.Value = Format(x.Value)
 x.Value = Format(x.Value, dd-mm- hh:mm)
 Next x
 End Sub






 With warm regards,
 Rajan Sharma



 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

 --
 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.


  --
 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.


  --
 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

$$Excel-Macros$$ Re: [XL-VBA Clinic] Date format_Not in Proper

2013-11-17 Thread Prafull Jadhav
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.comwrote:

 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/)
 .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.


Re: $$Excel-Macros$$ Date format_Not in Proper

2013-11-17 Thread Prafull Jadhav
DEAR RAJAN SIR,

thanks for reply...
but output showing jan and  feb month also after running macro .


Regards,
Prafull Jadhav
9920553518


On Mon, Nov 18, 2013 at 12:32 PM, Rajan sharma rajansharma9...@gmail.comwrote:

 Hi, Try using below:

 Sub prafu()
 For Each x In Range(A1:A9000)
 x.Value = Format(x.Value)
 x.Value = Format(x.Value, dd-mm- hh:mm)
 Next x
 End Sub






 With warm regards,
 Rajan Sharma



 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

 --
 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.


  --
 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.


-- 
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.


$$Excel-Macros$$ UDF convert to Macro

2013-10-28 Thread Prafull Jadhav
Dear All,
Very Good Morning ..and Have a Great Day Ahead!

I got below Function from our group . I have modified it . We can put Space
between word
for example
PrafullJadhav then output is Prafull Jadhav
AjayNareshRane then output will be Ajay Naresh Rane

MY question is Can we create Macro by using same code ...such as for each x
in Range .
if yes then please send me example and macro code .
if we can't then Please share the reason behind
I am trying to create but i cant make the same.

 Function space(T As String)  K = T  For i = 1 To Len(T)  J = Mid(T, i, 1)  If
J = UCase(J) Then  K= WorksheetFunction.Substitute(K, J,J)  End If
Next  space = K  End Function


*Regards,
Prafull Jadhav
9920553518*

-- 
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.


$$Excel-Macros$$ Re: UDF convert to Macro

2013-10-28 Thread Prafull Jadhav
Dear All,

Thanks to Everybody...It is really working fine...

Regards,
Prafull Jadhav
9920553518


On Tue, Oct 29, 2013 at 10:11 AM, Prafull Jadhav
prafulltjad...@gmail.comwrote:

 Dear All,
 Very Good Morning ..and Have a Great Day Ahead!

 I got below Function from our group . I have modified it . We can put
 Space between word
 for example
 PrafullJadhav then output is Prafull Jadhav
 AjayNareshRane then output will be Ajay Naresh Rane

 MY question is Can we create Macro by using same code ...such as for each
 x in Range .
 if yes then please send me example and macro code .
 if we can't then Please share the reason behind
 I am trying to create but i cant make the same.

  Function space(T As String)  K = T  For i = 1 To Len(T)  J = Mid(T, i, 1)  If
 J = UCase(J) Then  K= WorksheetFunction.Substitute(K, J,J)  End If
 Next  space = K  End Function


 *Regards,
 Prafull Jadhav
 9920553518*


-- 
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.


Re: $$Excel-Macros$$ Meaning of Value 2

2013-10-24 Thread Prafull Jadhav
Thanks a lot Sir,

Sir ..can you share one example for the same if possible.



*Regards,
Prafull Jadhav
9920553518*


On Thu, Oct 24, 2013 at 1:00 PM, xlstime xlst...@gmail.com wrote:

 Value2 always uses the same value that Excel uses. It does not truncate
 decimal places ,Value2 gives you DateSerial so you know exactly which day
 is meant. Same thing with currency and decimal/digit grouping symbols.

 .

 Enjoy
 Team XLS



 On Thu, Oct 24, 2013 at 9:29 AM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All ,
 Very GooD Morning and Have a Great Day!
 I have one query in VBA what is Value 2 . i know Value
 When and Why Value 2 is use in VBA Code.

 Appreciate cooperation expected from you


 *Regards,
 Prafull Jadhav
 9920553518*

 --
 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.


  --
 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.


-- 
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.


Re: $$Excel-Macros$$ Meaning of Value 2

2013-10-24 Thread Prafull Jadhav
Got it !
Thanks a lot

Regard,
Prafull Jadhav.
9920553518
 On 24-Oct-2013 1:37 PM, xlstime xlst...@gmail.com wrote:


 sub rr()
 range(a1).value =date
 range(a2).value2=date
 end sub


 .

 Enjoy
 Team XLS



 On Thu, Oct 24, 2013 at 1:31 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Thanks a lot Sir,

 Sir ..can you share one example for the same if possible.



 *Regards,
 Prafull Jadhav
 9920553518*


 On Thu, Oct 24, 2013 at 1:00 PM, xlstime xlst...@gmail.com wrote:

 Value2 always uses the same value that Excel uses. It does not truncate
 decimal places ,Value2 gives you DateSerial so you know exactly which day
 is meant. Same thing with currency and decimal/digit grouping symbols.

 .

 Enjoy
 Team XLS



 On Thu, Oct 24, 2013 at 9:29 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear All ,
 Very GooD Morning and Have a Great Day!
 I have one query in VBA what is Value 2 . i know Value
 When and Why Value 2 is use in VBA Code.

 Appreciate cooperation expected from you


 *Regards,
 Prafull Jadhav
 9920553518*

 --
 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.


  --
 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.


  --
 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.


  --
 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

$$Excel-Macros$$ Meaning of Value 2

2013-10-23 Thread Prafull Jadhav
Dear All ,
Very GooD Morning and Have a Great Day!
I have one query in VBA what is Value 2 . i know Value
When and Why Value 2 is use in VBA Code.

Appreciate cooperation expected from you


*Regards,
Prafull Jadhav
9920553518*

-- 
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.


Re: $$Excel-Macros$$ Function for coloring particular text

2013-09-30 Thread Prafull Jadhav
Dear Ravinder Sir,

I want to know can we create function for the same.






*Regards,
Prafull Jadhav
9920553518*


On Mon, Sep 30, 2013 at 12:53 PM, Ravinder ravinderexcelgr...@gmail.comwrote:

 For Each cell In Selection

 With cell.Characters(Start:=3, Length:=1).Font

 .Color = vbRed

 End With

 Next

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Prafull Jadhav
 *Sent:* Sunday, September 29, 2013 10:00 PM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Function for coloring particular text

 ** **

 Dear all,
 I want function for coloring particular text. For example if cell contian
 word 'prafull' and I want to red colors to 'l' character in cell.

 Regard,
 Prafull Jadhav.
 9920553518

 --
 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.

 --
 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.


-- 
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.


$$Excel-Macros$$ Difference Between Function (UDF) and Macro

2013-09-29 Thread Prafull Jadhav
Dear All ,
Very Good Morning and Have a Great Day Ahead!
I have one question ..it may is easy for you all

I want to know that what is difference between Function (UDF) and Macro.
When we need to create function.? and When we need to Create Macro.
We can  the create macro instead of UDF?

Because i have seen one function and i want to create the macro for the
same and i am not able to do this.

 Function number(Text As String)  For i = 1 To Len(Text)  If
IsNumeric(Mid(Text, i, 1)) = True Then  jo = jo  Mid(Text, i, 1)  End If  Next
i  number = jo  End Function


*Regards,
Prafull Jadhav
9920553518*

-- 
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.


Re: $$Excel-Macros$$ Total Count of Unique ID's

2013-09-23 Thread Prafull Jadhav
Dear Ashish,
find the same with formula.



*Regards,
Prafull Jadhav
9920553518*


On Mon, Sep 23, 2013 at 1:39 PM, Ashish Kumar kumar.ashish...@gmail.comwrote:

 Dear Anil,

 Can you please help me to reslove this query through Excel formula.

 Thanks,
 Ashish


 On Monday, September 23, 2013 12:15:31 PM UTC+5:30, अनिल नारायण गवली wrote:

 Dear Ashish,

 See d attached workbook.

 Wam Regards,
 Gawli Anil
 Thanks  Regards,
 Gawli Anil Narayan
 Software Developer,
 Abacus Software Services Pvt Ltd


 On Mon, Sep 23, 2013 at 11:48 AM, Ashish Kumar
 kumar.a...@gmail.com wrote:
 
 
  Dear Seniors,
 
 
  I want total count of unique User ID's. These are 594 ID's in data. But
  unique is 308. I want only unique user ID's count. and the output is
 308
  which i want. kindly help. and find the attachment.
 
  Thanks,
  Ashish
 
  --
  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/**discussexcelhttps://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...@**googlegroups.com.
  To post to this group, send email to excel-...@googlegroups.com.
  Visit this group at 
  http://groups.google.com/**group/excel-macroshttp://groups.google.com/group/excel-macros.

  For more options, visit 
  https://groups.google.com/**groups/opt_outhttps://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.


-- 
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.


Unique.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


$$Excel-Macros$$ Formatting the Table (Pivot Table data)

2013-09-21 Thread Prafull Jadhav
Dear All ,
Very Good Morning and Have a Nice Day .

I have made Macro but formatting data. but few formatting i am not able to
create.
i have enclose the same data with example .

Below are the details which i want to :



 Heading bold with Grey color- each Table  Grand Total with Bold -each
Table  Border
Line  to each table  First column alignment -left


*Regards,
Prafull Jadhav
9920553518*
*
*

-- 
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.


Test.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Concatenate.

2013-09-14 Thread Prafull Jadhav
Dear Ashish Sir,

Thanks a lot.

Regards,
Prafull.



On Sat, Sep 14, 2013 at 8:59 AM, ashish koul koul.ash...@gmail.com wrote:

 you can write udf to concatenate  the range


 On Fri, Sep 13, 2013 at 6:39 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All,

 Can we concatenate by using range with  Arrey formula.?

  for example

 From Range(A2:K2) ..i have to concatenate.. but for this i have to put
 formula
 like concatenate(A2,B2,C2,D2...)
 Can we do this by using Range.
 concatenate(Range(A2:K2)

 Regards,
 Prafull Jadhav.


  --
 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.




 --
 *Regards*
 * *
 *Ashish Koul*


 *Visit*
 *My Excel Blog http://www.excelvbamacros.com/*
 Like Us on 
 Facebookhttp://www.facebook.com/pages/Excel-VBA-Codes-Macros/15180389897
 Join Us on Facebook http://www.facebook.com/groups/163491717053198/


 P Before printing, think about the environment.



 --
 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.


-- 
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.


$$Excel-Macros$$ Concatenate.

2013-09-13 Thread Prafull Jadhav
Dear All,

Can we concatenate by using range with  Arrey formula.?

for example

From Range(A2:K2) ..i have to concatenate.. but for this i have to put
formula
like concatenate(A2,B2,C2,D2...)
Can we do this by using Range.
concatenate(Range(A2:K2)

Regards,
Prafull Jadhav.

-- 
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.


Re: $$Excel-Macros$$ Filter Data of Bold letter

2013-09-11 Thread Prafull Jadhav
Dear Anil and Xlstime Sir,
can we use below method?

Sub prafull()
For Each x In Range(G2:G139)
If x.Font.Bold = True Then
x.Offset(0, 1).Value = 1
End If
Next x

End Sub



On Wed, Sep 11, 2013 at 2:23 PM, अनिल नारायण गवली
gawlianil8...@gmail.comwrote:

 Dear Ashish,

 Pl see the attached workbook.
 Is it ok?
 Warm Regards,
 Gawli Anil
 Thanks  Regards,
 Gawli Anil Narayan
 Software Developer,
 Abacus Software Services Pvt Ltd


 On Wed, Sep 11, 2013 at 2:11 PM, अनिल नारायण गवली
 gawlianil8...@gmail.com wrote:
   Dear Ashish,
 
  Pl share the workbook with us.
 
  Warm Regards,
  Gawli Anil.
  Thanks  Regards,
  Gawli Anil Narayan
  Software Developer,
  Abacus Software Services Pvt Ltd
 
 
  On Wed, Sep 11, 2013 at 1:20 PM, Ashish Bhalara
  ashishbhalar...@gmail.com wrote:
  Dear experts,
 
  I have a data columnar and want filter only bold letter data, is it
  possible, if yes please tell me how it done.
 
 
  Thanks  regards.
  Ashish Bhalara
  9624111822
  PPlease do not print this email unless it is absolutely necessary.
 Spread
  environmental üawareness.♣♣♣
 
  --
  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.

 --
 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.


-- 
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.


$$Excel-Macros$$ Macro for Hide Column

2013-09-06 Thread Prafull Jadhav
Dear All,
Very Good Morning

I have one Query .
 i am looking in Range (A2:E2) . If cell contain  yes word then don't
hide otherwise hide the column .

for example
if in A2 Cell word is Yes , i am Fine then A column must be hide
if D2 cell contain Prafull ,Yes is is fine then D column must be hide

if cell does not contain yes word then don't hide that column

Regards,
Prafull

-- 
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.


Re: $$Excel-Macros$$ Macro for Hide Column

2013-09-06 Thread Prafull Jadhav
Thanks a  Lot De Sir.



On Sat, Sep 7, 2013 at 9:59 AM, De Premor d...@premor.net wrote:

  Try this !

 Sub HideYes()
 Dim Rng As Range
 For Each Rng In Range(A2:E2)
 If InStr(1, LCase(Rng), yes)  0 Then Rng.EntireColumn.Hidden =
 True
 Next
 End Sub


 On 07-09-2013 10:46, Prafull Jadhav wrote:

 Dear All,
 Very Good Morning

  I have one Query .
  i am looking in Range (A2:E2) . If cell contain  yes word then don't
 hide otherwise hide the column .

  for example
 if in A2 Cell word is Yes , i am Fine then A column must be hide
 if D2 cell contain Prafull ,Yes is is fine then D column must be hide

  if cell does not contain yes word then don't hide that column

  Regards,
 Prafull


  --
 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.


  --
 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.


-- 
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.


Re: $$Excel-Macros$$ Need help on silly problem quickly

2013-09-04 Thread Prafull Jadhav
Remove*  * from formula ...for number value


On Wed, Sep 4, 2013 at 2:25 PM, KAUSHIK SAVLA savla.kaus...@gmail.comwrote:

 Hi Team,

 Request you to kindly provide me solution to below silly problem I am
 facing in excel.

 I am trying to get sum of data range B2 to B6 in cell B8. Answer which I
 am getting is not correct, seems some problem with formatting.

 Pls help.
 --
 *Warm Regards,*
 *Kaushik Savla*

 --
 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.


-- 
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.


Re: $$Excel-Macros$$ Output Requier in Vertical

2013-08-28 Thread Prafull Jadhav
Dear Sir,


Plesae explain the for my information.

 Range(a2:a15).Cells(K, 1)  out would be like
ABDE.continue
but how it come

AABCCDDDEEFHHHIIJKLLMN

Please explain.
It working very fine as per my desire output


On Wed, Aug 28, 2013 at 10:53 AM, Prafull Jadhav
prafulltjad...@gmail.comwrote:

 Dear Sir,

  Range(a2:a15).Cells(K, 1)  out would be like
 ABDE.continue
 but how it come
 AABCCDDDEEFHHHIIJKLLMN

 Please explain.
 It working very fine as per my desire output



 On Wed, Aug 28, 2013 at 10:34 AM, xlstime xlst...@gmail.com wrote:

 PFB


 Sub amit()
 For K = 1 To Range(B2:X15).EntireRow.Count
 For P = 1 To Range(B2:X15).EntireColumn.Count
 Range(AA500).End(xlUp).Offset(1, 0).Value = Range(B2:X15).Cells(K, P)
 Range(AA500).End(xlUp).Offset(0, -1).Value = Range(a2:a15).Cells(K, 1)
 Next
 Next

 End Sub


 .

 Enjoy
 Team XLS



 On Wed, Aug 28, 2013 at 9:41 AM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear All,

 Very Good Morning ,

 I have made macro but i am able to extract output in only one column but
 i want it in 2 column .

 Please help me in this regards,

 Thanks in Advance.

 Regards,
 Prafull

  --
 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.


  --
 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.




-- 
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.


Re: $$Excel-Macros$$ Output Requier in Vertical

2013-08-28 Thread Prafull Jadhav
Got it Sir. Thanks a lot.
On 29-Aug-2013 9:56 AM, xlstime xlst...@gmail.com wrote:

 Firstly try your self to run one by one line using F8(function key)

 Range(a2:a15).Cells(K, 1)

 cells(k,1) - K count  no of active cells in row

 K value remains same till K count = count  no of active cells in row
  and its hold range(a2:a15)'s value


 .

 Enjoy
 Team XLS



 On Thu, Aug 29, 2013 at 9:18 AM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Sir,


 Plesae explain the for my information.

  Range(a2:a15).Cells(K, 1)  out would be like
 ABDE.continue
 but how it come

 AABCCDDDEEFHHHIIJKLLMN

 Please explain.
 It working very fine as per my desire output


 On Wed, Aug 28, 2013 at 10:53 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Sir,

  Range(a2:a15).Cells(K, 1)  out would be like
 ABDE.continue
 but how it come
 AABCCDDDEEFHHHIIJKLLMN

 Please explain.
 It working very fine as per my desire output



 On Wed, Aug 28, 2013 at 10:34 AM, xlstime xlst...@gmail.com wrote:

 PFB


 Sub amit()
 For K = 1 To Range(B2:X15).EntireRow.Count
 For P = 1 To Range(B2:X15).EntireColumn.Count
 Range(AA500).End(xlUp).Offset(1, 0).Value = Range(B2:X15).Cells(K,
 P)
 Range(AA500).End(xlUp).Offset(0, -1).Value = Range(a2:a15).Cells(K,
 1)
 Next
 Next

 End Sub


 .

 Enjoy
 Team XLS



 On Wed, Aug 28, 2013 at 9:41 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear All,

 Very Good Morning ,

 I have made macro but i am able to extract output in only one column
 but i want it in 2 column .

 Please help me in this regards,

 Thanks in Advance.

 Regards,
 Prafull

  --
 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.


  --
 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.



  --
 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

$$Excel-Macros$$ Output Requier in Vertical

2013-08-27 Thread Prafull Jadhav
Dear All,

Very Good Morning ,

I have made macro but i am able to extract output in only one column but i
want it in 2 column .

Please help me in this regards,

Thanks in Advance.

Regards,
Prafull

-- 
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.


Prafull_.xlsm
Description: Binary data


Re: $$Excel-Macros$$ Output Requier in Vertical

2013-08-27 Thread Prafull Jadhav
Dear Sir,

 Range(a2:a15).Cells(K, 1)  out would be like
ABDE.continue
but how it come
AABCCDDDEEFHHHIIJKLLMN

Please explain.
It working very fine as per my desire output



On Wed, Aug 28, 2013 at 10:34 AM, xlstime xlst...@gmail.com wrote:

 PFB


 Sub amit()
 For K = 1 To Range(B2:X15).EntireRow.Count
 For P = 1 To Range(B2:X15).EntireColumn.Count
 Range(AA500).End(xlUp).Offset(1, 0).Value = Range(B2:X15).Cells(K, P)
 Range(AA500).End(xlUp).Offset(0, -1).Value = Range(a2:a15).Cells(K, 1)
 Next
 Next

 End Sub


 .

 Enjoy
 Team XLS



 On Wed, Aug 28, 2013 at 9:41 AM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All,

 Very Good Morning ,

 I have made macro but i am able to extract output in only one column but
 i want it in 2 column .

 Please help me in this regards,

 Thanks in Advance.

 Regards,
 Prafull

  --
 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.


  --
 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.


-- 
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.


Re: $$Excel-Macros$$ Charts Title Font Size Change via VBA

2013-08-21 Thread Prafull Jadhav
Thanks a lot Sir...It working Fine


On Wed, Aug 21, 2013 at 1:12 PM, xlstime xlst...@gmail.com wrote:

 Try This

 Sub Chart_Titles()

 Dim ch As ChartObject

   For Each ch In ActiveSheet.ChartObjects

 ch.Activate
 ch.Chart.ChartTitle.Select
 Selection.Format.TextFrame2.TextRange.Font.Name = Arial
 Selection.Format.TextFrame2.TextRange.Font.Size = 14
  Next


 End Sub





 .

 Enjoy
 Team XLS



 On Wed, Aug 21, 2013 at 10:34 AM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

   Dear All,

 Very Good Morning,

 I have made 10 charts and now I want to change the  Size of Font  14 to
 9  for Chart Title.

 is it possible to change it through the VBA

 for example

 For each

 For Next

 Do until
   if yes , Please  provide the same

   Thanks in Advance

 Regards,

 Prafull Jadhav.

 --
 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.


  --
 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.


-- 
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.


Re: $$Excel-Macros$$ Charts Title Font Size Change via VBA

2013-08-21 Thread Prafull Jadhav
Dear Sir,

I have  querys 

1) I have not used  Dim Declaration and run below vba it working fine..

is there need to use Dim here?

Dim x As ChartObject

For Each x In ActiveSheet.ChartObjects
x.Activate
x.Chart.ChartTitle.Select
Selection.Format.TextFrame2.TextRange.Font.Name = Arial
Selection.Format.TextFrame2.TextRange.Font.Size = 5
Next x


2) while i am using recording macro below two lines are not reflecting in
Recorded Statement

 Selection.Format.TextFrame2.TextRange.Font.Name = Arial
Selection.Format.TextFrame2.TextRange.Font.Size = 5

then  how i could i get further property
for example .
if

When i type Range( then it's properly is reflecting

when when i type

Selection.format ...further properly is not reflecting ..

Is there any way to show properly . such as ...when i type Range(). it show
properly..
Regards,
Prafull





End Sub


On Wed, Aug 21, 2013 at 2:25 PM, Prafull Jadhav prafulltjad...@gmail.comwrote:

 Thanks a lot Sir...It working Fine


 On Wed, Aug 21, 2013 at 1:12 PM, xlstime xlst...@gmail.com wrote:

 Try This

 Sub Chart_Titles()

 Dim ch As ChartObject

   For Each ch In ActiveSheet.ChartObjects

 ch.Activate
 ch.Chart.ChartTitle.Select
 Selection.Format.TextFrame2.TextRange.Font.Name = Arial
 Selection.Format.TextFrame2.TextRange.Font.Size = 14
  Next


 End Sub





 .

 Enjoy
 Team XLS



 On Wed, Aug 21, 2013 at 10:34 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

   Dear All,

 Very Good Morning,

 I have made 10 charts and now I want to change the  Size of Font  14 to
 9  for Chart Title.

 is it possible to change it through the VBA

 for example

 For each

 For Next

 Do until
   if yes , Please  provide the same

   Thanks in Advance

 Regards,

 Prafull Jadhav.

 --
 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.


  --
 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.




-- 
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

$$Excel-Macros$$ Charts Title Font Size Change via VBA

2013-08-20 Thread Prafull Jadhav
Dear All,

Very Good Morning,

I have made 10 charts and now I want to change the  Size of Font  14 to 9
for Chart Title.

is it possible to change it through the VBA

for example

For each

For Next

Do until
  if yes , Please  provide the same

  Thanks in Advance

Regards,

Prafull Jadhav.

-- 
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.


Re: $$Excel-Macros$$ Auto Sum DETAIL ...- HELP PLZ

2013-08-12 Thread Prafull Jadhav
Dear Sajid,

if sum (D2 to 1000) is = B9 then what should be result.
in F column , in which cell you must have result.

Please see the attachment .


On Mon, Aug 12, 2013 at 11:28 AM, SAJID MEMON sajidwi...@hotmail.comwrote:

 Dear Prafull Jadhav Ji,
 My concept is different, I have list of amount... if any defined value i
 will put than from the list it will sum and display in a different column
 result show. for example
 1.d2:d1000 column range put any value
 2.b9 cell is value conditional value
 3.f2:f1000 column range where result shows

 more detail in attachment.
 plz co-operate me
 regards
 Sajid Memon



 --
 Date: Mon, 12 Aug 2013 09:42:11 +0530
 Subject: Re: $$Excel-Macros$$ Auto Sum - HELP PLZ
 From: prafulltjad...@gmail.com
 To: excel-macros@googlegroups.com

 please let me know that

 if sum (D2:D1000) is =B9 then output will display in F column only one
 time
 or
 D2 to D3 is less then B9 then out put will come at F3
 D2 to D4 is less then B9 then out put will come at F4

 Regards,
 Prafull Jadhav.

 On Sun, Aug 11, 2013 at 5:49 PM, SAJID MEMON sajidwi...@hotmail.comwrote:

 Dear Prafull Ji,
 Thanking you for given me response, my range is D2:D1000 in my project,
 Here you have given me attached file but it's not working.
 Nothing result comes in F Column...
 Please guide me thoroughly.
 Regards
 Sajid memon


 --
 Date: Sat, 10 Aug 2013 20:32:53 +0530
 Subject: Re: $$Excel-Macros$$ Auto Sum by List- HELP PLZ
 From: prafulltjad...@gmail.com
 To: excel-macros@googlegroups.com

 SAME TO YOU...Happy EID.

 Please let me know ..Whole Range sum of D column is less then Cells B9
 then output will in F Column,.

 Please check excel sheet .

 Please let me know if any further changes .
 Regards,
 Prafull Jadhav.

 On Sat, Aug 10, 2013 at 7:02 PM, SAJID MEMON sajidwi...@hotmail.comwrote:

 Dear Experts,
 First I would like give heartly wishing you EID-MUBARAK to all of you,
 I am attached my query please solve my problem.
 Awaiting your reply

 Regards
 Sajid Memon

 --
 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.



 --
 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.



 --
 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

Re: $$Excel-Macros$$ Auto Sum - HELP PLZ

2013-08-11 Thread Prafull Jadhav
please let me know that

if sum (D2:D1000) is =B9 then output will display in F column only one
time
or
D2 to D3 is less then B9 then out put will come at F3
D2 to D4 is less then B9 then out put will come at F4

Regards,
Prafull Jadhav.

On Sun, Aug 11, 2013 at 5:49 PM, SAJID MEMON sajidwi...@hotmail.com wrote:

 Dear Prafull Ji,
 Thanking you for given me response, my range is D2:D1000 in my project,
 Here you have given me attached file but it's not working.
 Nothing result comes in F Column...
 Please guide me thoroughly.
 Regards
 Sajid memon


 --
 Date: Sat, 10 Aug 2013 20:32:53 +0530
 Subject: Re: $$Excel-Macros$$ Auto Sum by List- HELP PLZ
 From: prafulltjad...@gmail.com
 To: excel-macros@googlegroups.com

 SAME TO YOU...Happy EID.

 Please let me know ..Whole Range sum of D column is less then Cells B9
 then output will in F Column,.

 Please check excel sheet .

 Please let me know if any further changes .
 Regards,
 Prafull Jadhav.

 On Sat, Aug 10, 2013 at 7:02 PM, SAJID MEMON sajidwi...@hotmail.comwrote:

 Dear Experts,
 First I would like give heartly wishing you EID-MUBARAK to all of you,
 I am attached my query please solve my problem.
 Awaiting your reply

 Regards
 Sajid Memon

 --
 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.



 --
 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.



 --
 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

Re: $$Excel-Macros$$ Auto Sum by List- HELP PLZ

2013-08-10 Thread Prafull Jadhav
SAME TO YOU...Happy EID.

Please let me know ..Whole Range sum of D column is less then Cells B9 then
output will in F Column,.

Please check excel sheet .

Please let me know if any further changes .
Regards,
Prafull Jadhav.

On Sat, Aug 10, 2013 at 7:02 PM, SAJID MEMON sajidwi...@hotmail.com wrote:

 Dear Experts,
 First I would like give heartly wishing you EID-MUBARAK to all of you,
 I am attached my query please solve my problem.
 Awaiting your reply

 Regards
 Sajid Memon

 --
 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.


-- 
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.




autosum _p.xls
Description: MS-Excel spreadsheet


Re: $$Excel-Macros$$ Text to Column Vai VBA code

2013-08-09 Thread Prafull Jadhav
Dear sir,
Thanks a lot for the same . It is working fine .

Can you Please,  explain the below code which is underline  line  in Red
color  as i am not able to understand

*Sub x()
Dim Rng As Range, Str() As Variant*
*
For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
If InStr(1, Rng, Days)  0 Then
Range(B  Rng.Row  :D  Rng.Row) = _
Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs ,
), Mins, ),  )
End If
Next
End Sub
*



On Fri, Aug 9, 2013 at 7:45 PM, De Premor d...@premor.net wrote:

  Try This !

 Sub x()
 Dim Rng As Range, Str() As Variant
 For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
 If InStr(1, Rng, Days)  0 Then
 Range(B  Rng.Row  :D  Rng.Row) = _
 Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs ,
 ), Mins, ),  )
 End If
 Next
 End Sub

  Pada 09/08/2013 18:33, Prafull Jadhav menulis:

 Dear Experts,

  Can we have VBA code for the attached excel sheet.

  Reg,
 Prafull
 --
 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.




  --
 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.




-- 
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.




Re: $$Excel-Macros$$ Text to Column Vai VBA code

2013-08-09 Thread Prafull Jadhav
Dear Sir,

Thanks a lot...understand the same.

Sir,
Below code is for data A1 to A10 . is it fine? will ans will get correct?
I have checked and ans getting correct ..Is there any further changes need?
This code is created by using your code . I have deleted the same code.

Sub prafull()
For Each x In Range(A2:A10)
Range(B  x.Row  :D  x.Row) = Split(Replace(Replace(Replace(x.Text,
Days , ), Hrs , ), Mins, ),  )
Next
End Sub

Once again Thanks .
Regards,
Prafull Jadhav.



On Sat, Aug 10, 2013 at 6:29 AM, De Premor d...@premor.net wrote:

  firstly, Str() as variant is an array that we need to pass splited
 result from this function Split(Replace(Replace(Replace(Rng.Text, Days
 , ), Hrs , ), Mins, ),  ), but since i has change the code,
 we dont need that variable declared, just deleted it, i forgot to do that

 If InStr(1, Rng, Days)  0 Then
 is for checking if in current data is our needed data to transform by
 checking is that data contain Days word or not

 Instr will result zero if that cell doesn't contain word Days, and will
 result the position number in str if it exist.



  Pada 10/08/2013 7:41, Prafull Jadhav menulis:

 Dear sir,
 Thanks a lot for the same . It is working fine .

 Can you Please,  explain the below code which is underline  line  in Red
 color  as i am not able to understand

  *Sub x()
 Dim Rng As Range, Str() As Variant*
 *
 For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
 If InStr(1, Rng, Days)  0 Then
 Range(B  Rng.Row  :D  Rng.Row) = _
 Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs ,
 ), Mins, ),  )
 End If
 Next
 End Sub
 *



 On Fri, Aug 9, 2013 at 7:45 PM, De Premor d...@premor.net wrote:

  Try This !

 Sub x()
 Dim Rng As Range, Str() As Variant
 For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
 If InStr(1, Rng, Days)  0 Then
 Range(B  Rng.Row  :D  Rng.Row) = _
 Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs ,
 ), Mins, ),  )
 End If
 Next
 End Sub

  Pada 09/08/2013 18:33, Prafull Jadhav menulis:

 Dear Experts,

  Can we have VBA code for the attached excel sheet.

  Reg,
 Prafull
 --
 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.




--
 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.




  --
 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

Re: $$Excel-Macros$$ Text to Column Vai VBA code

2013-08-09 Thread Prafull Jadhav
Dear Sir,

Yes.You are Right ,Sir..

for preventing error you have added the minor code. I got it.

Finally i got my output ...Thanks a lot...
Have a Great Day ..

Regards,
Prafull Jadhav.

On Sat, Aug 10, 2013 at 7:35 AM, De Premor d...@premor.net wrote:

  That is, you've almost done with it, just need a little code to prevent
 error result

 You have a header data In your attachment on cell A3 that contain words
 RESOLUTIONS TIME, that will also splited by your code, that why i add
 data checking there like as i know you only need to split data that contain
 Days, Hrs and Mins

 This is just a minnor issue, since you can easily delete it manualy on
 result

 Rgds,
 [dp]

  Pada 10/08/2013 8:23, Prafull Jadhav menulis:

 Dear Sir,

  Thanks a lot...understand the same.

  Sir,
 Below code is for data A1 to A10 . is it fine? will ans will get correct?
 I have checked and ans getting correct ..Is there any further changes need?
 This code is created by using your code . I have deleted the same code.

  Sub prafull()
 For Each x In Range(A2:A10)
 Range(B  x.Row  :D  x.Row) = Split(Replace(Replace(Replace(x.Text,
 Days , ), Hrs , ), Mins, ),  )
 Next
 End Sub

  Once again Thanks .
 Regards,
 Prafull Jadhav.



 On Sat, Aug 10, 2013 at 6:29 AM, De Premor d...@premor.net wrote:

  firstly, Str() as variant is an array that we need to pass splited
 result from this function Split(Replace(Replace(Replace(Rng.Text, Days
 , ), Hrs , ), Mins, ),  ), but since i has change the code,
 we dont need that variable declared, just deleted it, i forgot to do that

  If InStr(1, Rng, Days)  0 Then
  is for checking if in current data is our needed data to transform by
 checking is that data contain Days word or not

 Instr will result zero if that cell doesn't contain word Days, and
 will result the position number in str if it exist.



  Pada 10/08/2013 7:41, Prafull Jadhav menulis:

 Dear sir,
 Thanks a lot for the same . It is working fine .

 Can you Please,  explain the below code which is underline  line  in Red
 color  as i am not able to understand

  *Sub x()
 Dim Rng As Range, Str() As Variant*
 *
 For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
 If InStr(1, Rng, Days)  0 Then
 Range(B  Rng.Row  :D  Rng.Row) = _
 Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs
 , ), Mins, ),  )
 End If
 Next
 End Sub
 *



 On Fri, Aug 9, 2013 at 7:45 PM, De Premor d...@premor.net wrote:

  Try This !

 Sub x()
 Dim Rng As Range, Str() As Variant
 For Each Rng In Range(A3:A  Range(A3).CurrentRegion.Rows.Count)
 If InStr(1, Rng, Days)  0 Then
 Range(B  Rng.Row  :D  Rng.Row) = _
 Split(Replace(Replace(Replace(Rng.Text, Days , ), Hrs
 , ), Mins, ),  )
 End If
 Next
 End Sub

  Pada 09/08/2013 18:33, Prafull Jadhav menulis:

 Dear Experts,

  Can we have VBA code for the attached excel sheet.

  Reg,
 Prafull
 --
 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.




--
 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

Re: $$Excel-Macros$$ VBA code require

2013-08-07 Thread Prafull Jadhav
Thanks a Sir lot.

Actually,  i am learning the same .

I was able to write the code for single column but i didnot understand how
to write for second column

Regards,
Prafull Jadhav.
9920553518

On Wed, Aug 7, 2013 at 9:05 PM, ashish koul koul.ash...@gmail.com wrote:

 Sub test()

 For j = 1 To Range(a2:c4).Columns.Count

 For i = 1 To Range(a2:c4).Rows.Count

 Range(h65356).End(xlUp).Offset(1, 0) = Range(a2:c4).Cells(i, j).Value

 Next
 Next


 End Sub


 see if it helps



 On Wed, Aug 7, 2013 at 10:11 AM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear All,

 Very Good Morning.

 Please provide me VBA code as i am not able to write it .

 Thanks in Advance.

 Regards,
 Prafull

  --
 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.






 --
 *Regards*
 * *
 *Ashish Koul*


 *Visit*
 *My Excel Blog http://www.excelvbamacros.com/*
 Like Us on 
 Facebookhttp://www.facebook.com/pages/Excel-VBA-Codes-Macros/15180389897
 Join Us on Facebook http://www.facebook.com/groups/163491717053198/


 P Before printing, think about the environment.



 --
 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.




-- 
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.




Re: $$Excel-Macros$$ Tricky tricks - 1

2013-07-30 Thread Prafull Jadhav
Sir ,

Can we do this by using Macro

Sub prafull()

For Each x In Range(B2:B10)
x.Value = =  x.Value
Next
End Sub

Regards,
Prafull


On Tue, Jul 30, 2013 at 12:31 PM, xlstime xlst...@gmail.com wrote:

 if we have more then thousands of records than?

 .

 Enjoy
 Team XLS



 On Mon, Jul 29, 2013 at 9:41 PM, Secret Shot secrets...@gmail.com wrote:

 Put = sign in cell A2 itself at the bagining of the text... :P


 On Sun, Jul 28, 2013 at 1:46 PM, De Premor d...@premor.net wrote:

  create defined name in example : *Eval**A2* that referring to
 =EVALUATE(A2)

 Then in some cell in that sheet, just type *=EvalA2**
 *


 Pada 28/07/2013 14:59, xlstime menulis:

  and what about formula

 .

 Enjoy
 Team XLS



 On Sun, Jul 28, 2013 at 11:10 AM, De Premor d...@premor.net wrote:

  using udf
 On Cell A3, type* =Eval(A2)*

 then, on VBE, add module and paste this code
 *Function eval(str As String)**
 **eval = Evaluate(str)**
 **End Function**
 * :-X

 On 28/07/2013 12:09, xlstime wrote:

  Hi All,

  How to Evaluate cell value.

  let assume that, in cell A2 -  '1+2+3+4'

  now how to sum or calculate cell value

  hint: evaluate

  .

 Enjoy
 Team XLS

  --
 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.




--
 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.




  --
 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 

$$Excel-Macros$$ Chart Query

2013-07-26 Thread Prafull Jadhav
Dear Expert ,

I have made pivot ..I want to make it one Graph.

I am not able to make it in one Graph...

Can anyone can provide the same with attractive Graph.

Thanks in Advance.

Regards,
Prafull jadhav.

-- 
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.




Chart.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Chart Query

2013-07-26 Thread Prafull Jadhav
Dear Anil,

thanks for the same.

Actually I require one chart which contain all information .

Regards
Prafull Jadhav

On Fri, Jul 26, 2013 at 3:52 PM, Anil B ank.bira...@gmail.com wrote:

 Hi Prafull,

 Find attached the attractive chart as you requested.

 Thanks,
 Anil


 On Fri, Jul 26, 2013 at 3:26 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Expert ,

 I have made pivot ..I want to make it one Graph.

 I am not able to make it in one Graph...

 Can anyone can provide the same with attractive Graph.

 Thanks in Advance.

 Regards,
 Prafull jadhav.

 --
 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.




  --
 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.




-- 
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.




Re: $$Excel-Macros$$ Chart Query

2013-07-26 Thread Prafull Jadhav
Dear Anil,

I have to preset the same in presentation...

I think i have to prepare the same with Different chart.

Thanks for the same.

Red,

Prafull Jadhav.


On Fri, Jul 26, 2013 at 4:26 PM, Anil B ank.bira...@gmail.com wrote:

 Check it and let me know is it ok.



 On Fri, Jul 26, 2013 at 4:11 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Anil,

 thanks for the same.

 Actually I require one chart which contain all information .

 Regards
 Prafull Jadhav


 On Fri, Jul 26, 2013 at 3:52 PM, Anil B ank.bira...@gmail.com wrote:

 Hi Prafull,

 Find attached the attractive chart as you requested.

 Thanks,
 Anil


 On Fri, Jul 26, 2013 at 3:26 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Expert ,

 I have made pivot ..I want to make it one Graph.

 I am not able to make it in one Graph...

 Can anyone can provide the same with attractive Graph.

 Thanks in Advance.

 Regards,
 Prafull jadhav.

 --
 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.




 --
 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.




  --
 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.




  --
 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

Re: $$Excel-Macros$$ Chart Query

2013-07-26 Thread Prafull Jadhav
Dear Rajan ,,

Thanks a Lot Second from  Right is perfect.

Regards,
Prafull


On Fri, Jul 26, 2013 at 5:10 PM, Rajan sharma rajansharma9...@gmail.comwrote:

 PlsecCheck it will be ok, presented four different type of chart.




 With warm regards,
 Rajan Sharma



 On Fri, Jul 26, 2013 at 4:47 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Anil,

 I have to preset the same in presentation...

 I think i have to prepare the same with Different chart.

 Thanks for the same.

 Red,

 Prafull Jadhav.


 On Fri, Jul 26, 2013 at 4:26 PM, Anil B ank.bira...@gmail.com wrote:

 Check it and let me know is it ok.



 On Fri, Jul 26, 2013 at 4:11 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Anil,

 thanks for the same.

 Actually I require one chart which contain all information .

 Regards
 Prafull Jadhav


 On Fri, Jul 26, 2013 at 3:52 PM, Anil B ank.bira...@gmail.com wrote:

 Hi Prafull,

 Find attached the attractive chart as you requested.

 Thanks,
 Anil


 On Fri, Jul 26, 2013 at 3:26 PM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Expert ,

 I have made pivot ..I want to make it one Graph.

 I am not able to make it in one Graph...

 Can anyone can provide the same with attractive Graph.

 Thanks in Advance.

 Regards,
 Prafull jadhav.

 --
 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.




 --
 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.




  --
 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

$$Excel-Macros$$ Un protect the excel file

2013-07-23 Thread Prafull Jadhav
Dear Experts,

I have given password  excel file but I have forget the password ..Is there
any way to recovery password.

Thanks in advance.

Regards,
Prafull Jadhav.

-- 
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.




Re: $$Excel-Macros$$ Un protect the excel file

2013-07-23 Thread Prafull Jadhav
Dear Sir,

There is no any software for the same .
I cant send the file as it contain important information.

Regards,
Prafull


On Tue, Jul 23, 2013 at 2:37 PM, Ankit Mehra ankitmehr...@gmail.com wrote:

 Hi Prafull,

 Please send the file.


 On Tue, Jul 23, 2013 at 11:30 AM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Experts,

 I have given password  excel file but I have forget the password ..Is
 there any way to recovery password.

 Thanks in advance.

 Regards,
 Prafull Jadhav.

 --
 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.






 --
 Thanks  Regards

 Ankit Mehra

 --
 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.




-- 
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.




Re: $$Excel-Macros$$ Un protect the excel file

2013-07-23 Thread Prafull Jadhav
Thanks a lot.

On Tue, Jul 23, 2013 at 5:22 PM, P.VIJAYKUMAR vijay.4...@gmail.com wrote:

 Respected Prafull,

 There are password removing or breaking software.You Can use them.Here are
 some links for their download.Password recovery  software are also there.
 http://www.straxx.com/
 http://asunsoft-excel-password-remover.en.softonic.com/

 http://www.password-find.com/excel_password.html?gclid=CJqsnafFxbgCFUgB4godB1YAWQ
 http://www.freewordexcelpassword.com/
 http://excel-password-recovery-5-0.en.softonic.com/
 http://www.excelpasswordrecoverysoftware.org/
 http://www.excelpasswordrecovery.net/
 http://www.elcomsoft.com/aopb.html
 http://www.intelore.com/excel-password-recovery.php

 There are also other software you can download from the internet.

 Regards,
 Vijaykumar





 On Tue, Jul 23, 2013 at 3:28 PM, Prafull Jadhav 
 prafulltjad...@gmail.comwrote:

 Dear Sir,

 There is no any software for the same .
 I cant send the file as it contain important information.

 Regards,
 Prafull


 On Tue, Jul 23, 2013 at 2:37 PM, Ankit Mehra ankitmehr...@gmail.comwrote:

 Hi Prafull,

 Please send the file.


 On Tue, Jul 23, 2013 at 11:30 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Experts,

 I have given password  excel file but I have forget the password ..Is
 there any way to recovery password.

 Thanks in advance.

 Regards,
 Prafull Jadhav.

 --
 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.






 --
 Thanks  Regards

 Ankit Mehra

 --
 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.




  --
 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

Re: $$Excel-Macros$$ Query - How to make reversal string.

2013-07-22 Thread Prafull Jadhav
Dear Expert ,

Can you expline the bold line as i want to know deeply.

Function Reverse(Text As String) As String
Dim i As Integer
Dim StrNew As String
Dim strOld As String
strOld = Trim(Text)
For i = 1 To Len(strOld)
 * StrNew = Mid(strOld, i, 1)  StrNew*
Next i
Reverse = StrNew
End Function

On Mon, Jul 22, 2013 at 10:55 AM, Ashish Kumar kumar.ashish...@gmail.comwrote:

 Dear VbA,

 thanks for your help. but this formula is not working properly.


 Thanks,
 Ashish


 On 22 July 2013 10:27, vba v...@vabs.in wrote:

 PFA

 Thanks


 On Sun, Jul 21, 2013 at 11:10 PM, Ashish Kumar kumar.ashish...@gmail.com
  wrote:

 Dear Vabs,

 Thanks for you reply, the formula is working but when I change this
 formula accordingly this is not working properly. please find attached
 excel sheet for query data.


 On 21 July 2013 21:20, vba v...@vabs.in wrote:

 Hey,

 Try this, this works up to 12 character.

 =IF(LEN(B1)1,,MID(B1,LEN(B1),1))
 IF(LEN(B1)2,,MID(B1,LEN(B1)-1,1))
 IF(LEN(B1)3,,MID(B1,LEN(B1)-2,1))
 IF(LEN(B1)4,,MID(B1,LEN(B1)-3,1))
 IF(LEN(B1)5,,MID(B1,LEN(B1)-4,1))
 IF(LEN(B1)6,,MID(B1,LEN(B1)-5,1))
 IF(LEN(B1)7,,MID(B1,LEN(B1)-6,1))
 IF(LEN(B1)8,,MID(B1,LEN(B1)-7,1))
 IF(LEN(B1)9,,MID(B1,LEN(B1)-8,1))
 IF(LEN(B1)10,,MID(B1,LEN(B1)-9,1))
 IF(LEN(B1)11,,MID(B1,LEN(B1)-10,1))
 IF(LEN(B1)12,,MID(B1,LEN(B1)-11,1))

 HTH//Cheers


  On Sun, Jul 21, 2013 at 7:51 PM, Ashish Kumar 
 kumar.ashish...@gmail.com wrote:

  Dear Seniors,

 I have this type of data :

 54321
 ASDF
 8796564
 DFRESW

 But I want OUTPUT like below mentioned :

 12345
 FDSA
 4656978
 WSERFD

 How to make ti reversal through formula. Please help ??


 Thanks  Regards,
 Ashish Kumar

 --
 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.




  --
 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 a topic in the
 Google Groups MS EXCEL AND VBA MACROS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/excel-macros/B6GqW6OVGqQ/unsubscribe.
 To unsubscribe from this group and all its topics, 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.




  --
 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 

Re: $$Excel-Macros$$ Deleting Blank Rows

2013-07-20 Thread Prafull Jadhav
Dear Amit Sir,

you can do it by filter data.

1 go at end of row where data is end

then last row and select all till top (down to up)

2 filter on it

then you will get blank data ...you can remove it easy.

Regards,
prafull
9920553518

On Sat, Jul 20, 2013 at 6:02 PM, Amit Desai (MERU)
amit.de...@merucabs.comwrote:

  Thanks a lot...

 ** **

 Best Regards,

 Amit Desai

 ** **

 Mobile:- +91 98672 32534

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *P.VIJAYKUMAR
 *Sent:* 20 July 2013 17:12

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ Deleting Blank Rows

  ** **

 Respected Amit ,

 ** **

 Sorry find the correct add-in File.

 ** **

 ** **

 Regards,

 VijayKumar

 ** **

 On Sat, Jul 20, 2013 at 3:53 PM, Amit Desai (MERU) 
 amit.de...@merucabs.com wrote:

 Dear Vijay,

  

 Thanks a lot for your help.

  

 How shall I add the addin is the file extension correct?

  

 Best Regards,

 Amit Desai

  

 Mobile:- +91 98672 32534

  

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *P.VIJAYKUMAR
 *Sent:* 20 July 2013 13:20
 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ Deleting Blank Rows

  

 Respected Amit,

  

 First Unmerge the Merged Cells.The Press F5 to get the GoTo Dialog Box.Go
 to paste Special and select blanks.This will select all the blank
 cells.Select visible Cells only by pressing Alt+;.Then you can delete the
 visible Cells only.But if you delete the blank cells the data alignment
 will be disturbed and your data will lose significance.

  

 There is no clarity regarding which blank rows you want to eliminate,there
 are partially blank rows also.Please find the attached add-in which has
 option of deletion blank rows and many other useful options.

  

 Regards,

 VijayKumar 

 -- 

 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.

  

 ** **
  --

 Disclaimer: This message and its attachments contain confidential
 information and may also contain legally privileged information. This
 message is intended solely for the named addressee. If you are not the
 addressee indicated in this message (or authorized to receive for
 addressee), you may not copy or deliver any part of this message or its
 attachments to anyone or use any part of this message or its attachments.
 Rather, you should permanently delete this message and its attachments (and
 all copies) from your system and kindly notify the sender by reply e-mail.
 Any content of this message and its attachments that does not relate to the
 official business of Meru Cab Company Pvt. Ltd. must be taken not to have
 been sent or endorsed by any of them. Email communications are not private
 and no warranty is made that e-mail communications are timely, secure or
 free from computer virus or other defect.

 --
 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 

Re: $$Excel-Macros$$ Difference Between Iferror Iserror

2013-07-11 Thread Prafull Jadhav
both are same.

in 2003 there was iferror and in 2007 it replaced by iserror.


On Thu, Jul 11, 2013 at 4:09 PM, Raj Kumar rajlu...@gmail.com wrote:

 Hi Group,

 Kindly let us know the difference between Iserror  iferror in excel

 Regards
 Raj Bharti

 --
 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.




-- 
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.




Re: $$Excel-Macros$$ Simple formula required

2013-07-10 Thread Prafull Jadhav
Dear Amar,

find the same with easy...by using mid function.
Regards
Prafull

On Wed, Jul 10, 2013 at 3:51 PM, Anil Kumar kumarmaury...@yahoo.com wrote:


   --
  *From:* amar takale amartak...@gmail.com
 *To:* excel-macros@googlegroups.com
 *Sent:* Tuesday, 4 September 2012 2:01 PM
 *Subject:* $$Excel-Macros$$ Simple formula required


 --
 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.




   --
 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.




-- 
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.




Formula Required_.xls
Description: MS-Excel spreadsheet


Re: $$Excel-Macros$$ Vlookup function using with match columns

2013-07-10 Thread Prafull Jadhav
Dear Murli,

Find the same

Regards,
Prafull Jadhav.

On Wed, Jul 10, 2013 at 3:59 PM, Muralidhar E emuralidha...@gmail.comwrote:

 Dear friends,

 Good afternoon,

 I need a help and I want to know how to use vlookup function by using
 match and columns function. How it is works?
 Plz, share with me.

 *1.This is using match function*
 =vlookup(lookup_value,Table array*,match(lookup_value,lookup_array,match
 type),*range lookup).

 *2.This is using columns or column function*
 =vlookup(lookup_value, Table array,*columns or column(array)*,range
 lookup).

 I want to know how can we use both these functions.

 1. Shall we can get the left side result by using vlookup function?
 2. Shall we can get the second value result by using vlookup function?

 *Note:* It is more helpful with sharing date by examples.

 Thanks in advance.


 -- Forwarded message --
 From: Muralidhar E emuralidha...@gmail.com
 Date: 10 July 2013 15:30
 Subject: $$Excel-Macros$$ Vlookup function using with match  columns
 To: excel-macros@googlegroups.com



 Dear friends,

 Good afternoon,

 I need a help and I want to know how to use vlookup function by using
 match and columns function. How it is works?
 Plz, share with me.

 *1.This is using match function*
 =vlookup(lookup_value,Table array*,match(lookup_value,lookup_array,match
 type),*range lookup).

 *2.This is using columns function*
 =vlookup(lookup_value, Table array,*columns(array)*,range lookup).

 I want to know how can we use both these functions.

 1. Shall we can get the left side result by using vlookup function?
 2. Shall we can get the second value result by using vlookup function?

 *Note:* It is more helpful with sharing date by examples.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 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.





 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 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.




-- 
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

Re: $$Excel-Macros$$ Vlookup function using with match columns

2013-07-10 Thread Prafull Jadhav
Dear Murli,

You can just give ref of  column,,, for example if you want B column then
put (B:B).

=VLOOKUP($L24,$A$3:$D$6,COLUMN(B:B),0)


On Wed, Jul 10, 2013 at 4:43 PM, Muralidhar E emuralidha...@gmail.comwrote:

 Hi,
 Dear friends,

 Thank u

 With the same i want to know using column  columns

  *2.This is using columns or column function*
 =vlookup(lookup_value, Table array,*columns or column(array)*,range
 lookup).

 I want to know how can we use both these functions.

 1. Shall we can get the left side result by using vlookup function?
 2. Shall we can get the second value result by using vlookup function?

 Thanks in advance.
 On 10 July 2013 16:34, Prafull Jadhav prafulltjad...@gmail.com wrote:


 Dear Murli,

 Find the same

 Regards,
 Prafull Jadhav.


 On Wed, Jul 10, 2013 at 3:59 PM, Muralidhar E emuralidha...@gmail.comwrote:

  Dear friends,

 Good afternoon,

 I need a help and I want to know how to use vlookup function by using
 match and columns function. How it is works?
 Plz, share with me.

 *1.This is using match function*
 =vlookup(lookup_value,Table array*,match(lookup_value,lookup_array,match
 type),*range lookup).

 *2.This is using columns or column function*
 =vlookup(lookup_value, Table array,*columns or column(array)*,range
 lookup).

 I want to know how can we use both these functions.

 1. Shall we can get the left side result by using vlookup function?
 2. Shall we can get the second value result by using vlookup function?

 *Note:* It is more helpful with sharing date by examples.

 Thanks in advance.


  -- Forwarded message --
 From: Muralidhar E emuralidha...@gmail.com
 Date: 10 July 2013 15:30
 Subject: $$Excel-Macros$$ Vlookup function using with match  columns
 To: excel-macros@googlegroups.com



 Dear friends,

 Good afternoon,

 I need a help and I want to know how to use vlookup function by using
 match and columns function. How it is works?
 Plz, share with me.

 *1.This is using match function*
 =vlookup(lookup_value,Table array*,match(lookup_value,lookup_array,match
 type),*range lookup).

 *2.This is using columns function*
 =vlookup(lookup_value, Table array,*columns(array)*,range lookup).

 I want to know how can we use both these functions.

 1. Shall we can get the left side result by using vlookup function?
 2. Shall we can get the second value result by using vlookup function?

 *Note:* It is more helpful with sharing date by examples.

 Thanks in advance.
 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 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.





 --
  *Thanks  Regards,*
 **
 *Muralidhar E.*
 Think different
 Do Different
 Make different

 --
 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

Re: $$Excel-Macros$$ Need Formula

2013-07-05 Thread Prafull Jadhav
Dear Prabhakar,

find the same ...It is alternate use...
Our expert can give you better solution on it.

Regards,
Prafull Jadhav.
MIS-executive.



On Fri, Jul 5, 2013 at 11:27 AM, Prabhakar S H prabakar.k...@gmail.comwrote:

 Hi Team,

 I need your help to get details with formula in attached file.

 Rgds,
 Prabhakar

 --
 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.




-- 
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.




Testing_P.xls
Description: MS-Excel spreadsheet


Re: $$Excel-Macros$$ Query in For Each Next

2013-07-03 Thread Prafull Jadhav
Thanks Sir.



On Wed, Jul 3, 2013 at 10:52 AM, Vabs VBA v...@vabs.in wrote:

 Hi
 X refer to each cell in range A1 to D5.

 Thanks
  On 3 Jul 2013 10:41, Prafull Jadhav prafulltjad...@gmail.com wrote:

 Dear All,

 Good Morning..


 I got below macro from net ..Can you explain me what x stand here...



 *Sub Upper_()*

 *For Each x In Range(A1:D5)*
 *'For Each x In Range(A1:D5)*
 *
 *
 *x.Value = UCase(x.Value)*
 *'x.Value = UCase(x.Value)*
 *
 *
 *Next*
 *
 *
 *Thanks in Advance.*
 *Regards,*
 *Prafull Jadhav.*
 *
 *

 --
 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.



  --
 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.




-- 
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.




$$Excel-Macros$$ Query in For Each Next

2013-07-02 Thread Prafull Jadhav
Dear All,

Good Morning..


I got below macro from net ..Can you explain me what x stand here...



*Sub Upper_()*

*For Each x In Range(A1:D5)*
*'For Each x In Range(A1:D5)*
*
*
*x.Value = UCase(x.Value)*
*'x.Value = UCase(x.Value)*
*
*
*Next*
*
*
*Thanks in Advance.*
*Regards,*
*Prafull Jadhav.*
*
*

-- 
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.




Re: $$Excel-Macros$$ Horizontal to Vertical in One colume

2013-06-21 Thread Prafull Jadhav
Thanks once again.Madam

On Fri, Jun 21, 2013 at 11:48 AM, priti verma pritiverma1...@gmail.comwrote:

 Yes you can do it with macro,
 See pfa



 On Fri, Jun 21, 2013 at 11:29 AM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Madam,

 Thanks a lot ...

 Can we make it from macro ...

 Regards,
 Prafull Jadhav.

 On Fri, Jun 21, 2013 at 11:24 AM, priti verma 
 pritiverma1...@gmail.comwrote:

 Hi prafull,

 PFA


 On Fri, Jun 21, 2013 at 11:16 AM, Prafull Jadhav 
 prafulltjad...@gmail.com wrote:

 Dear Expert,
  Dear All,  My date is horizontal ..i want to pull it in one column .  
 thanks
 in advance Regards,
 Prafull Jadhav.

  --
 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.




  --
 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.




  --
 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.




  --
 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

$$Excel-Macros$$ Horizontal to Vertical in One colume

2013-06-20 Thread Prafull Jadhav
Dear Expert,
 Dear All,  My date is horizontal ..i want to pull it in one column .  thanks
in advance Regards,
Prafull Jadhav.

-- 
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.




praf.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Horizontal to Vertical in One colume

2013-06-20 Thread Prafull Jadhav
Dear Madam,

Thanks a lot ...

Can we make it from macro ...

Regards,
Prafull Jadhav.

On Fri, Jun 21, 2013 at 11:24 AM, priti verma pritiverma1...@gmail.comwrote:

 Hi prafull,

 PFA


 On Fri, Jun 21, 2013 at 11:16 AM, Prafull Jadhav prafulltjad...@gmail.com
  wrote:

 Dear Expert,
  Dear All,  My date is horizontal ..i want to pull it in one column .  thanks
 in advance Regards,
 Prafull Jadhav.

  --
 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.




  --
 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.




-- 
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.




$$Excel-Macros$$ Macro Require.

2013-06-19 Thread Prafull Jadhav
Dear All,

find the excel sheeti need macro for the same 

Regards,
Prafull

-- 
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.




Book1.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


Re: $$Excel-Macros$$ Conditional Search Replace

2013-06-06 Thread Prafull Jadhav
Dear XLS,

if we not declarer variable , will code run properly .?

suppose ...we write code as per below.

Sub conditionalreplace()

 For Each Range In Range(D1:D10)
If Range.Value  0.8 Then
Range = .80
End If
Next
End Sub
if not ...Please explain...
Regards,
Prafull



On Thu, Jun 6, 2013 at 4:21 PM, xlstime xlst...@gmail.com wrote:

 try below VBA code

 Sub conditionalreplace()
 Dim rng As Range
  For Each rng In Range(D1:D10)
 If rng.Value  0.8 Then
 rng = .80
 End If
 Next
 End Sub


 .

 Enjoy
 Team XLS



 On Thu, Jun 6, 2013 at 11:18 AM, Amit Desai (MERU) 
 amit.de...@merucabs.com wrote:

  Dear Friends,

 ** **

 Do we have any functionality to do conditional search  replace...

 ** **

 For example what if I wants to search for values less than 80%  replace
 them by 80% in selected range! Do we have any features...

 ** **

 Best Regards,

 Amit Desai

 ** **

 --
 Disclaimer: This message and its attachments contain confidential
 information and may also contain legally privileged information. This
 message is intended solely for the named addressee. If you are not the
 addressee indicated in this message (or authorized to receive for
 addressee), you may not copy or deliver any part of this message or its
 attachments to anyone or use any part of this message or its attachments.
 Rather, you should permanently delete this message and its attachments (and
 all copies) from your system and kindly notify the sender by reply e-mail.
 Any content of this message and its attachments that does not relate to the
 official business of Meru Cab Company Pvt. Ltd. must be taken not to have
 been sent or endorsed by any of them. Email communications are not private
 and no warranty is made that e-mail communications are timely, secure or
 free from computer virus or other defect.

 --
 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 

  1   2   >