$$Excel-Macros$$ Angle calculation

2018-03-28 Thread joseph camill
hi,

Can you help me to calculate angle of each pie from pie chart image using
vba.

Example image given below:

Regards,
Joseph Camill

-- 
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 https://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/d/optout.


Re: $$Excel-Macros$$ circular x axis in excel graph *

2018-03-28 Thread joseph camill
Hi Rajan / vba gurus,

If possible please share this file as I have a similar issue

http://excelpoweruser.wordpress.com/2012/09/29/showing-values-on-angle/

On Sat, Sep 29, 2012 at 5:01 PM, Rajan_Verma 
wrote:

>
>
> *Hi *
>
>
>
> *I have make it more suitable , please download from here..*
>
> http://excelpoweruser.wordpress.com/2012/09/29/showing-values-on-angle/
>
>
>
>
>
> *Regards*
>
> *Rajan verma*
>
> *+91 7838100659 [IM-Gtalk]*
>
>
>
> *From:* excel-macros@googlegroups.com [mailto:excel-macros@
> googlegroups.com] *On Behalf Of *NOORAIN ANSARI
> *Sent:* 29 September 2012 12:20
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ circular x axis in excel graph *
>
>
>
> Nice Creativity Rajan...
>
> On Sat, Sep 29, 2012 at 12:05 AM, Rajan_Verma 
> wrote:
>
> [image: Boxbe] This message is eligible
> for Automatic Cleanup! (rajanverma1...@gmail.com) Add cleanup rule
> 
> | More info
> 
>
>
> Hi Christi
>
> See the attached File .
>
> Its dynamic if you want to add  more angle you can add in the yellow table
> ...
>
>
>
> Regards
> Rajan verma
> +91 7838100659 [IM-Gtalk]
>
> -Original Message-
> From: Rajan_Verma [mailto:rajanverma1...@gmail.com]
> Sent: 27 September 2012 10:19
> To: 'excel-macros@googlegroups.com'
> Subject: RE: $$Excel-Macros$$ circular x axis in excel graph
>
> I am working on this . will get back to you shortly
>
>
> Regards
> Rajan verma
> +91 7838100659 [IM-Gtalk]
>
> -Original Message-
> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
> On Behalf Of David Grugeon
> Sent: 27 September 2012 1:58
> To: excel-macros@googlegroups.com
> Subject: Re: $$Excel-Macros$$ circular x axis in excel graph
>
> I think you can make a list of all 360 points and leave those without data
> blank Regards David Grugeon
>
>
> On 27 September 2012 03:03, Christi Jacob  wrote:
> > Hello Rajan,
> > the result is close to the requirement although it looks like the
> > radar has been rotated by some angle.
> > thanks
> >
> > can the graph be modified for angles which are not evenly spaced (ie
> > in the example the angles are spaced 45deg apart. in actual case the
> > first angle might be 25deg followed by 65 deg followed by 90deg...)
> >
> > regards,
> > christi jacob
> >
> > On Wed, Sep 26, 2012 at 8:48 PM, Rajan_Verma
> > 
> > wrote:
> >>
> >> Hi
> >>
> >>
> >>
> >> Not exactly same.. but I made something  J
> >>
> >>
> >>
> >> See the attached
> >>
> >>
> >>
> >>
> >>
> >> Regards
> >>
> >> Rajan verma
> >>
> >> +91 7838100659 [IM-Gtalk]
> >>
> >>
> >>
> >> From: excel-macros@googlegroups.com
> >> [mailto:excel-macros@googlegroups.com]
> >> On Behalf Of Christi Jacob
> >> Sent: 26 September 2012 7:09
> >>
> >>
> >> To: excel-macros@googlegroups.com
> >> Subject: Re: $$Excel-Macros$$ circular x axis in excel graph
> >>
> >>
> >>
> >> Dear friends,
> >>
> >> i am attaching a image file of the expected graph
> >>
> >> note: instead of radial line i actually require a curve through the
> points
> >> as shown in the image file (   :(   )
> >>
> >>
> >>
> >> also the number of data points may be 8, 10, 20 etc in various cases
> >>
> >> hence if it is possible to automate it it will be good
> >>
> >>
> >>
> >> thanks
> >>
> >> christi jacob
> >>
> >> On Wed, Sep 26, 2012 at 6:03 AM, David Grugeon 
> >> wrote:
> >>
> >> See attachment for the sort of chart required.
> >>
> >>
> >> Regards
> >> David Grugeon
> >>
> >>
> >>
> >> On 26 September 2012 10:22, David Grugeon  wrote:
> >> > There is an explanation how to do it and a very useful sample
> >> > workbook download at this site
> >> >
> >> > http://www.ozgrid.com/Excel/polar-plot-chart.htm
> >> >
> >> >
> >> > Regards
> >> > David Grugeon
> >> >
> >> >
> >> > On 26 September 2012 09:56, David Grugeon 
> wrote:
> >> >> I do not know of a chat type in excel that does what you want
> >> >> directly. Since you only have 8 data points (360 is the same as 0
> >> >> so can be ignored) you could do it by making 8 doughnut charts and
> >> >> putting them on top of each other.  Clunky, I know, but it is
> >> >> probably better than trying to plot the 8 points and join them
> >> >> each to 0,0 coordinate.  Turtle Graphics anyone?
> >> >>
> >> >> Regards
> >> >> David Grugeon
> >> >>
> >> >>
> >> >> On 26 September 2012 05:41, Sam Mathai Chacko 
> >> >> wrote:
> >> >>> maybe you can draw a sample in paint and post it so that people
> >> >>> understand what exactly you are looking for in the chart.
> >> >>>
> >> >>>
> >> >>> On Wed, Sep 26, 2012 at 1:06 AM, Christi J

Re: $$Excel-Macros$$ Copy paste data from one sheet to another based on click

2014-11-29 Thread joseph camill
Hi,

Thank you for the efforts. Can you'll try this:
"I will have many such sheet like final for various people to work on so
there will be duplicates as well. For e.g. Person x will have RAV and TED
button and Person Y will have TED and STU button, and so on. So is there a
possibility that a button recognise its name, if not possible in the
current format than maybe a userform."

On Sat, Nov 29, 2014 at 5:05 PM, Ashish Kumar 
wrote:

> Hi Vaibhav Bhai,
>
> It's working fine.
>
> Actually, I didn't recognize and understand the query properly.
>
> It's my mistake :)
>
> Regards
> Ashish
>
> On 29 November 2014 at 15:04, Vaibhav Joshi  wrote:
>
>> hi
>>
>> chek this...
>>
>> Cheers!!
>>
>> +
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Sat, Nov 29, 2014 at 9:49 AM, Ashish Kumar 
>> wrote:
>>
>>> Hi Joseph,
>>>
>>> PFA
>>>
>>> Regards
>>> 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/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$$ Copy paste data from one sheet to another based on click

2014-11-29 Thread joseph camill
Hi,

Thank you Ashish and Vaibhav.

Ashish there was a bug in your file which Vaibhav has fixed.

I will have many such sheet like final for various people to work on so
there will be duplicates as well. For e.g. Person x will have RAV and TED
button and Person Y will have TED and STU button, and so on. So is there a
possibility that a button recognise its name, if not possible in the
current format than maybe a userform.

Please advice and looking for the solution.





On Sat, Nov 29, 2014 at 3:04 PM, Vaibhav Joshi  wrote:

> hi
>
> chek this...
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Sat, Nov 29, 2014 at 9:49 AM, Ashish Kumar 
> wrote:
>
>> Hi Joseph,
>>
>> PFA
>>
>> Regards
>> 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/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$$ Copy paste data from one sheet to another based on click

2014-11-28 Thread joseph camill
Thank you Ashish and Ravi.

It has still not hit the bulls eye.

I am not sure if this is possible. but let me explain this again.
Ravi, your concept is right, I am getting the result as per my instruction
in the file. but what i am looking for is, if I click "RAV", it cleards
existing data from Final sheet, searches RAV in "RAW" sheet row 1 and then
copies data until end of row of that column and pastes new data in column A
Row 5 onwards in "Final sheet". Similarly if I click TED, it will clear the
existing data in "Final sheet", check for "TED" in row 1 of Raw sheet and
then copies until end of row in that column and pastes back in column A row
5 of Final sheet.

Hope this is clear.

Thanks,
Joseph



On Fri, Nov 28, 2014 at 10:58 PM, Ravi Kumar 
wrote:

> Hi,
>
>
>
>
>
> Click on the button and result would be populate below.
>
>
>
>
>
> Regards,
> Ravi Kumar.
>
>
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *Ashish Kumar
> *Sent:* Friday, November 28, 2014 9:57 AM
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Copy paste data from one sheet to another
> based on click
>
>
>
> Hi Joseph,
>
>
>
> PFA
>
>
>
>
>
> Regards
>
> 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/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://grou

$$Excel-Macros$$ Copy paste data from one sheet to another based on click

2014-11-27 Thread joseph camill
Hi,

Please provide VBA code based on the instructions given in the excel file.

Thanks,
Joseph

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


COPY_Paste.xlsx
Description: MS-Excel 2007 spreadsheet


Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread joseph camill
Hi,

I am not sure who this is "myxlg...@gmail.com". Please use a different mail
to solve your queries, as it may confuse me to look for an appropriate
answer and ask question to the experts.



On Sun, Nov 2, 2014 at 7:05 PM, my excel  wrote:

> Pramod is it possible to use this login form to excel add-in file
> using this authorized user can use (run) add-ins macro
> add-in name => ctools
> macro names=> get SlNo, Top10, Reports etc
> Sir, pls send  code for add in if login success than only add-in macros
> enable else disable
>
> thanks
>
> On Sun, Nov 2, 2014 at 6:24 PM, joseph camill 
> wrote:
>
>> Hi Pramod,
>>
>> Thank you for the file, but I am unable to log-in. Checked the password,
>> in the sheet and used the updated one as well, but I am unable to log-in.
>>
>> On Sun, Nov 2, 2014 at 2:43 PM, Pramod Singh  wrote:
>>
>>> Hi Dear,
>>>
>>> PFA..
>>>
>>>
>>> Regards
>>> Pramod
>>>
>>> On Sun, Nov 2, 2014 at 4:33 AM, joseph camill 
>>> wrote:
>>> > Hi experts,
>>> >
>>> > With the help of various online help have managed to work on few codes
>>> in
>>> > userform.
>>> >
>>> > I need two help:
>>> > 1. Get error when I "Update password", please help me rectify
>>> > 2. Please have a look at the code and try to make it more efficient, in
>>> > terms of number of lines and also duplication.
>>> >
>>> > for log-in you can use id as 123456 and password as secret.
>>> >
>>> > --
>>> > 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.
>>>
>>>
>>>
>>> --
>>> PramodSingh
>>>
>>> --
>>> 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+unsubs

Re: $$Excel-Macros$$ Userform - Login

2014-11-03 Thread joseph camill
Hi Pramod,

None are working.

On Mon, Nov 3, 2014 at 7:18 AM, Pramod Singh  wrote:

> User id is 123456
> Password may be 321 or 123 or the
>
> Try in three password. .
>
> Regards
> Pramod
>
> Pramod
> On 3 Nov 2014 02:02, "joseph camill"  wrote:
>
>> Hi,
>>
>> I do not need an add-in, need to work on the file I sent.
>>
>> On Sun, Nov 2, 2014 at 7:05 PM, my excel  wrote:
>>
>>> Pramod is it possible to use this login form to excel add-in file
>>> using this authorized user can use (run) add-ins macro
>>> add-in name => ctools
>>> macro names=> get SlNo, Top10, Reports etc
>>> Sir, pls send  code for add in if login success than only add-in macros
>>> enable else disable
>>>
>>> thanks
>>>
>>> On Sun, Nov 2, 2014 at 6:24 PM, joseph camill 
>>> wrote:
>>>
>>>> Hi Pramod,
>>>>
>>>> Thank you for the file, but I am unable to log-in. Checked the
>>>> password, in the sheet and used the updated one as well, but I am unable to
>>>> log-in.
>>>>
>>>> On Sun, Nov 2, 2014 at 2:43 PM, Pramod Singh 
>>>> wrote:
>>>>
>>>>> Hi Dear,
>>>>>
>>>>> PFA..
>>>>>
>>>>>
>>>>> Regards
>>>>> Pramod
>>>>>
>>>>> On Sun, Nov 2, 2014 at 4:33 AM, joseph camill 
>>>>> wrote:
>>>>> > Hi experts,
>>>>> >
>>>>> > With the help of various online help have managed to work on few
>>>>> codes in
>>>>> > userform.
>>>>> >
>>>>> > I need two help:
>>>>> > 1. Get error when I "Update password", please help me rectify
>>>>> > 2. Please have a look at the code and try to make it more efficient,
>>>>> in
>>>>> > terms of number of lines and also duplication.
>>>>> >
>>>>> > for log-in you can use id as 123456 and password as secret.
>>>>> >
>>>>> > --
>>>>> > 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.
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> PramodSingh
>>>>>
>>>>> --
>>>>> 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

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread joseph camill
Hi,

I do not need an add-in, need to work on the file I sent.

On Sun, Nov 2, 2014 at 7:05 PM, my excel  wrote:

> Pramod is it possible to use this login form to excel add-in file
> using this authorized user can use (run) add-ins macro
> add-in name => ctools
> macro names=> get SlNo, Top10, Reports etc
> Sir, pls send  code for add in if login success than only add-in macros
> enable else disable
>
> thanks
>
> On Sun, Nov 2, 2014 at 6:24 PM, joseph camill 
> wrote:
>
>> Hi Pramod,
>>
>> Thank you for the file, but I am unable to log-in. Checked the password,
>> in the sheet and used the updated one as well, but I am unable to log-in.
>>
>> On Sun, Nov 2, 2014 at 2:43 PM, Pramod Singh  wrote:
>>
>>> Hi Dear,
>>>
>>> PFA..
>>>
>>>
>>> Regards
>>> Pramod
>>>
>>> On Sun, Nov 2, 2014 at 4:33 AM, joseph camill 
>>> wrote:
>>> > Hi experts,
>>> >
>>> > With the help of various online help have managed to work on few codes
>>> in
>>> > userform.
>>> >
>>> > I need two help:
>>> > 1. Get error when I "Update password", please help me rectify
>>> > 2. Please have a look at the code and try to make it more efficient, in
>>> > terms of number of lines and also duplication.
>>> >
>>> > for log-in you can use id as 123456 and password as secret.
>>> >
>>> > --
>>> > 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.
>>>
>>>
>>>
>>> --
>>> PramodSingh
>>>
>>> --
>>> 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:

Re: $$Excel-Macros$$ Userform - Login

2014-11-02 Thread joseph camill
Hi Pramod,

Thank you for the file, but I am unable to log-in. Checked the password, in
the sheet and used the updated one as well, but I am unable to log-in.

On Sun, Nov 2, 2014 at 2:43 PM, Pramod Singh  wrote:

> Hi Dear,
>
> PFA..
>
>
> Regards
> Pramod
>
> On Sun, Nov 2, 2014 at 4:33 AM, joseph camill 
> wrote:
> > Hi experts,
> >
> > With the help of various online help have managed to work on few codes in
> > userform.
> >
> > I need two help:
> > 1. Get error when I "Update password", please help me rectify
> > 2. Please have a look at the code and try to make it more efficient, in
> > terms of number of lines and also duplication.
> >
> > for log-in you can use id as 123456 and password as secret.
> >
> > --
> > 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.
>
>
>
> --
> PramodSingh
>
> --
> 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$$ Line & Stacked Line

2014-11-01 Thread joseph camill
Hi Chandra,

If I have understood your question right, you want to know the difference
between stacked line with marker and 100% stacked line with marker.

1. Stacked line and stacked line with markers Displayed with or without
markers to indicate individual data values, stacked line charts are useful
to show the trend of the contribution of each value over time or ordered
categories. If there are many categories or the values are approximate, you
should use a stacked line chart without markers.

2. 100% stacked line and 100% stacked line with markers Displayed with or
without markers to indicate individual data values, 100% stacked line
charts are useful to show the trend of the percentage each value
contributes over time or ordered categories. If there are many categories
or the values are approximate, you should use a 100% stacked line chart
without markers.

The above definitions have been taken from "
http://www.anychart.com/products/anychart/docs/users-guide/Line-Spline-Step-Line-Chart.html
"

Hope this helps.
Thanks,

Joseph

On Thu, Oct 30, 2014 at 8:11 PM, Chandra Shekar <
chandrashekarb@gmail.com> wrote:

> Hello,
>
> What is the difference between Stacked Line with Markers & Stacked line
> with Markers.
>
> Thanks in advance.
>
> Regards,
>
> Chandru
>
> --
> 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$$ Userform - Login

2014-11-01 Thread joseph camill
Hi experts,

With the help of various online help have managed to work on few codes in
userform.

I need two help:
1. Get error when I "Update password", please help me rectify
2. Please have a look at the code and try to make it more efficient, in
terms of number of lines and also duplication.

for log-in you can use id as 123456 and password as secret.

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


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


Re: $$Excel-Macros$$ Report

2014-10-13 Thread joseph camill
Thank you Vaibhav

On Sun, Oct 12, 2014 at 7:04 PM, Vaibhav Joshi  wrote:

> Thanks bro...
> On Oct 12, 2014 6:05 PM, "Ashish Kumar"  wrote:
>
>> Hi Vaibhav Bhai,
>>
>> Nice Solution. Sheet is working Great.
>>
>>
>> Regards
>> 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/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$$ Report

2014-10-10 Thread joseph camill
Hi Vaibhav,

Can you suggest a formula or a code that updates the formula in final sheet
based on STD. Right now i need to manually change formula in every new
Final sheet. i.e. VLOOKUP range.

On Sat, Oct 11, 2014 at 12:22 AM, Vaibhav Joshi  wrote:

> Ok. .Cheers
> On Oct 10, 2014 1:27 AM, "joseph camill"  wrote:
>
>> Hi Vaibhav,
>>
>> Yes, I tried this, and it is working great. I have made one modification.
>> Instead of right click to the workbook, I added a Form control button and
>> have assigned to it.
>>
>> Need to add more sheets and do a final check.
>>
>>
>>
>> On Fri, Oct 10, 2014 at 12:48 AM, Vaibhav Joshi  wrote:
>>
>>> Joseph
>>>
>>> Did you tried this. .
>>> -- Forwarded message --
>>> From: "Vaibhav Joshi" 
>>> Date: Oct 7, 2014 10:51 AM
>>> Subject: Re: $$Excel-Macros$$ Report
>>> To: "excel-macros@googlegroups.com" 
>>> Cc:
>>>
>>> JC
>>>
>>> check this,
>>>
>>> there is sheet name C, in that mention InputSheet Names in col A &
>>> OutPutsheet name in ColB repsectively std wise in ascending order..
>>>
>>> Also check all output sheet fits in one page, i have done it here for
>>> you..
>>>
>>>
>>> Thats it, just right click on any sheet, you will get your dialer,
>>> select std & there you go.
>>>
>>> In same folder where this macro file resides you will get folder name
>>> output which will contain your PDF files...
>>>
>>> Also macro will open folder after file is created...
>>>
>>> Cheers!!
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Tue, Oct 7, 2014 at 10:19 AM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> In addition, the format for Std IX and X will change in terms of marks
>>>> display.
>>>>
>>>> Regards,
>>>> Joseph
>>>>  On Oct 7, 2014 10:15 AM, "joseph camill" 
>>>> wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> Output format remains the same but there is addition / subtraction of
>>>>> subjects and off course student name will change.
>>>>>
>>>>> Thanks,
>>>>> Joseph
>>>>> On Oct 7, 2014 9:53 AM, "Vaibhav Joshi"  wrote:
>>>>>
>>>>>> Are output for individual Std is diff?
>>>>>>
>>>>>> +
>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>
>>>>>> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Vaibhav,
>>>>>>>
>>>>>>> To clarify further, I will have multiple RAW sheets, the current
>>>>>>> example shows STD IV, so I will have 10 such sheets from STD I to STD 
>>>>>>> 10.
>>>>>>> So instead of giving the Sheet name RAW, I may have the sheet name as
>>>>>>> "STD_I", "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So
>>>>>>> instead of having 10 excel workbooks, we have just 1 excel workbook 
>>>>>>> with 20
>>>>>>> sheets - 10 for input and 10 for output.
>>>>>>>
>>>>>>> The Generate PDF, click will not have "Final" and "Main", it will
>>>>>>> just have RAW as in the current example or "STD_I", "STD_II", etc until
>>>>>>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>>>>>>> select "STD_II" it will print "Final_STD_II".
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Joseph Camill
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Excellent Vaibhav,
>>>>>>>>
>>>>>>>> Will have a micro level look at it later.
>>>>>&g

Re: $$Excel-Macros$$ Report

2014-10-09 Thread joseph camill
Hi Vaibhav,

Yes, I tried this, and it is working great. I have made one modification.
Instead of right click to the workbook, I added a Form control button and
have assigned to it.

Need to add more sheets and do a final check.



On Fri, Oct 10, 2014 at 12:48 AM, Vaibhav Joshi  wrote:

> Joseph
>
> Did you tried this. .
> -- Forwarded message --
> From: "Vaibhav Joshi" 
> Date: Oct 7, 2014 10:51 AM
> Subject: Re: $$Excel-Macros$$ Report
> To: "excel-macros@googlegroups.com" 
> Cc:
>
> JC
>
> check this,
>
> there is sheet name C, in that mention InputSheet Names in col A &
> OutPutsheet name in ColB repsectively std wise in ascending order..
>
> Also check all output sheet fits in one page, i have done it here for you..
>
>
> Thats it, just right click on any sheet, you will get your dialer, select
> std & there you go.
>
> In same folder where this macro file resides you will get folder name
> output which will contain your PDF files...
>
> Also macro will open folder after file is created...
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Tue, Oct 7, 2014 at 10:19 AM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> In addition, the format for Std IX and X will change in terms of marks
>> display.
>>
>> Regards,
>> Joseph
>>  On Oct 7, 2014 10:15 AM, "joseph camill" 
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> Output format remains the same but there is addition / subtraction of
>>> subjects and off course student name will change.
>>>
>>> Thanks,
>>> Joseph
>>> On Oct 7, 2014 9:53 AM, "Vaibhav Joshi"  wrote:
>>>
>>>> Are output for individual Std is diff?
>>>>
>>>> +
>>>> *I did not do this for you. God is here working through me for you.*
>>>>
>>>> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill >>> > wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> To clarify further, I will have multiple RAW sheets, the current
>>>>> example shows STD IV, so I will have 10 such sheets from STD I to STD 10.
>>>>> So instead of giving the Sheet name RAW, I may have the sheet name as
>>>>> "STD_I", "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So
>>>>> instead of having 10 excel workbooks, we have just 1 excel workbook with 
>>>>> 20
>>>>> sheets - 10 for input and 10 for output.
>>>>>
>>>>> The Generate PDF, click will not have "Final" and "Main", it will just
>>>>> have RAW as in the current example or "STD_I", "STD_II", etc until
>>>>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>>>>> select "STD_II" it will print "Final_STD_II".
>>>>>
>>>>> Thanks,
>>>>> Joseph Camill
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill >>>> > wrote:
>>>>>
>>>>>> Excellent Vaibhav,
>>>>>>
>>>>>> Will have a micro level look at it later.
>>>>>>
>>>>>> Thank you.
>>>>>> Joseph
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> chk this...
>>>>>>>
>>>>>>> Goto main sheet & press button to run macro!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>>>>>>
>>>>>>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>>>>>>>
>>>>>>>>> For X=3 is not counting sheets!! It is begining selecting sheets
>>>>>>>>> from sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>>>>>>
>>>>>>>>> will share dynamic code which ca

Re: $$Excel-Macros$$ Report

2014-10-09 Thread joseph camill
Hi Vaibhav,

Thank you for the file and apologies for the late response.

It is working great.

Thanks and regards,
Joseph Camill


On Tue, Oct 7, 2014 at 10:51 AM, Vaibhav Joshi  wrote:

> JC
>
> check this,
>
> there is sheet name C, in that mention InputSheet Names in col A &
> OutPutsheet name in ColB repsectively std wise in ascending order..
>
> Also check all output sheet fits in one page, i have done it here for you..
>
>
> Thats it, just right click on any sheet, you will get your dialer, select
> std & there you go.
>
> In same folder where this macro file resides you will get folder name
> output which will contain your PDF files...
>
> Also macro will open folder after file is created...
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Tue, Oct 7, 2014 at 10:19 AM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> In addition, the format for Std IX and X will change in terms of marks
>> display.
>>
>> Regards,
>> Joseph
>>  On Oct 7, 2014 10:15 AM, "joseph camill" 
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> Output format remains the same but there is addition / subtraction of
>>> subjects and off course student name will change.
>>>
>>> Thanks,
>>> Joseph
>>> On Oct 7, 2014 9:53 AM, "Vaibhav Joshi"  wrote:
>>>
>>>> Are output for individual Std is diff?
>>>>
>>>> +
>>>> *I did not do this for you. God is here working through me for you.*
>>>>
>>>> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill >>> > wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> To clarify further, I will have multiple RAW sheets, the current
>>>>> example shows STD IV, so I will have 10 such sheets from STD I to STD 10.
>>>>> So instead of giving the Sheet name RAW, I may have the sheet name as
>>>>> "STD_I", "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So
>>>>> instead of having 10 excel workbooks, we have just 1 excel workbook with 
>>>>> 20
>>>>> sheets - 10 for input and 10 for output.
>>>>>
>>>>> The Generate PDF, click will not have "Final" and "Main", it will just
>>>>> have RAW as in the current example or "STD_I", "STD_II", etc until
>>>>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>>>>> select "STD_II" it will print "Final_STD_II".
>>>>>
>>>>> Thanks,
>>>>> Joseph Camill
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill >>>> > wrote:
>>>>>
>>>>>> Excellent Vaibhav,
>>>>>>
>>>>>> Will have a micro level look at it later.
>>>>>>
>>>>>> Thank you.
>>>>>> Joseph
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> chk this...
>>>>>>>
>>>>>>> Goto main sheet & press button to run macro!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>>>>>>
>>>>>>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>>>>>>>
>>>>>>>>> For X=3 is not counting sheets!! It is begining selecting sheets
>>>>>>>>> from sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>>>>>>
>>>>>>>>> will share dynamic code which can enable you to select sheet names
>>>>>>>>> & adapt further changes as mentioned by you!!
>>>>>>>>>
>>>>>>>>> Cheers!!
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> +
>>

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Hi Vaibhav,

In addition, the format for Std IX and X will change in terms of marks
display.

Regards,
Joseph
 On Oct 7, 2014 10:15 AM, "joseph camill"  wrote:

> Hi Vaibhav,
>
> Output format remains the same but there is addition / subtraction of
> subjects and off course student name will change.
>
> Thanks,
> Joseph
> On Oct 7, 2014 9:53 AM, "Vaibhav Joshi"  wrote:
>
>> Are output for individual Std is diff?
>>
>> +
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill 
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> To clarify further, I will have multiple RAW sheets, the current example
>>> shows STD IV, so I will have 10 such sheets from STD I to STD 10. So
>>> instead of giving the Sheet name RAW, I may have the sheet name as "STD_I",
>>> "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So instead of
>>> having 10 excel workbooks, we have just 1 excel workbook with 20 sheets -
>>> 10 for input and 10 for output.
>>>
>>> The Generate PDF, click will not have "Final" and "Main", it will just
>>> have RAW as in the current example or "STD_I", "STD_II", etc until
>>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>>> select "STD_II" it will print "Final_STD_II".
>>>
>>> Thanks,
>>> Joseph Camill
>>>
>>>
>>>
>>>
>>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill 
>>> wrote:
>>>
>>>> Excellent Vaibhav,
>>>>
>>>> Will have a micro level look at it later.
>>>>
>>>> Thank you.
>>>> Joseph
>>>>
>>>> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> chk this...
>>>>>
>>>>> Goto main sheet & press button to run macro!
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill >>>> > wrote:
>>>>>
>>>>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> For X=3 is not counting sheets!! It is begining selecting sheets
>>>>>>> from sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>>>>
>>>>>>> will share dynamic code which can enable you to select sheet names &
>>>>>>> adapt further changes as mentioned by you!!
>>>>>>>
>>>>>>> Cheers!!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> I think the end loop i.e. "For x = 3 …" is counting the number of
>>>>>>>> worksheets in the workbook, if it is less than 3 than it proceeds to
>>>>>>>> execute the code.
>>>>>>>>
>>>>>>>> Is there a way to make Sheet Name dynamic in code. Now we are
>>>>>>>> specifying "RAW" and "Final" in the code. This works if there are only 
>>>>>>>> 2
>>>>>>>> sheets i.e. input and Final. What if we have more than one input and 
>>>>>>>> Final
>>>>>>>> Sheet. For e.g. Now we have "STD III", but if I have to add "STD IV" or
>>>>>>>> "STD V" as well, then I need to add so many modules. Can we have one 
>>>>>>>> code
>>>>>>>> that checks the STD and then execute. May be a pop-up that asks for 
>>>>>>>> the STD
>>>>>>>> and then picks that sheet.
>>>>>>>>
>>>>>>>> NOTE: there will be slight variation in the RAW / Final sheet fo

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Hi Vaibhav,

Output format remains the same but there is addition / subtraction of
subjects and off course student name will change.

Thanks,
Joseph
On Oct 7, 2014 9:53 AM, "Vaibhav Joshi"  wrote:

> Are output for individual Std is diff?
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Tue, Oct 7, 2014 at 12:37 AM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> To clarify further, I will have multiple RAW sheets, the current example
>> shows STD IV, so I will have 10 such sheets from STD I to STD 10. So
>> instead of giving the Sheet name RAW, I may have the sheet name as "STD_I",
>> "STD_II", etc. until "STD_X" and similarly 10 Final sheets. So instead of
>> having 10 excel workbooks, we have just 1 excel workbook with 20 sheets -
>> 10 for input and 10 for output.
>>
>> The Generate PDF, click will not have "Final" and "Main", it will just
>> have RAW as in the current example or "STD_I", "STD_II", etc until
>> "STD_10". So If i select "STD_1", it will print "Final_STD_I", or if I
>> select "STD_II" it will print "Final_STD_II".
>>
>> Thanks,
>> Joseph Camill
>>
>>
>>
>>
>> On Mon, Oct 6, 2014 at 8:26 PM, joseph camill 
>> wrote:
>>
>>> Excellent Vaibhav,
>>>
>>> Will have a micro level look at it later.
>>>
>>> Thank you.
>>> Joseph
>>>
>>> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:
>>>
>>>> chk this...
>>>>
>>>> Goto main sheet & press button to run macro!
>>>>
>>>> +
>>>> *I did not do this for you. God is here working through me for you.*
>>>>
>>>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill 
>>>> wrote:
>>>>
>>>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>>>
>>>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>>>>
>>>>>> For X=3 is not counting sheets!! It is begining selecting sheets from
>>>>>> sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>>>
>>>>>> will share dynamic code which can enable you to select sheet names &
>>>>>> adapt further changes as mentioned by you!!
>>>>>>
>>>>>> Cheers!!
>>>>>>
>>>>>>
>>>>>>
>>>>>> +
>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Vaibhav,
>>>>>>>
>>>>>>> I think the end loop i.e. "For x = 3 …" is counting the number of
>>>>>>> worksheets in the workbook, if it is less than 3 than it proceeds to
>>>>>>> execute the code.
>>>>>>>
>>>>>>> Is there a way to make Sheet Name dynamic in code. Now we are
>>>>>>> specifying "RAW" and "Final" in the code. This works if there are only 2
>>>>>>> sheets i.e. input and Final. What if we have more than one input and 
>>>>>>> Final
>>>>>>> Sheet. For e.g. Now we have "STD III", but if I have to add "STD IV" or
>>>>>>> "STD V" as well, then I need to add so many modules. Can we have one 
>>>>>>> code
>>>>>>> that checks the STD and then execute. May be a pop-up that asks for the 
>>>>>>> STD
>>>>>>> and then picks that sheet.
>>>>>>>
>>>>>>> NOTE: there will be slight variation in the RAW / Final sheet for
>>>>>>> various STD and that would be addition/subtraction of subjects and 
>>>>>>> change
>>>>>>> in Name.
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi  wrote:
>>>>>>>
>>>>>>>> what other requests?
>>>>>>>>
>>>>>>>> +
>>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>>
>>>>>>>> On 

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Hi Vaibhav,

To clarify further, I will have multiple RAW sheets, the current example
shows STD IV, so I will have 10 such sheets from STD I to STD 10. So
instead of giving the Sheet name RAW, I may have the sheet name as "STD_I",
"STD_II", etc. until "STD_X" and similarly 10 Final sheets. So instead of
having 10 excel workbooks, we have just 1 excel workbook with 20 sheets -
10 for input and 10 for output.

The Generate PDF, click will not have "Final" and "Main", it will just have
RAW as in the current example or "STD_I", "STD_II", etc until "STD_10". So
If i select "STD_1", it will print "Final_STD_I", or if I select "STD_II"
it will print "Final_STD_II".

Thanks,
Joseph Camill




On Mon, Oct 6, 2014 at 8:26 PM, joseph camill 
wrote:

> Excellent Vaibhav,
>
> Will have a micro level look at it later.
>
> Thank you.
> Joseph
>
> On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:
>
>> chk this...
>>
>> Goto main sheet & press button to run macro!
>>
>> +
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill 
>> wrote:
>>
>>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>>
>>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>>
>>>> For X=3 is not counting sheets!! It is begining selecting sheets from
>>>> sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>>
>>>> will share dynamic code which can enable you to select sheet names &
>>>> adapt further changes as mentioned by you!!
>>>>
>>>> Cheers!!
>>>>
>>>>
>>>>
>>>> +
>>>> *I did not do this for you. God is here working through me for you.*
>>>>
>>>> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill 
>>>> wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> I think the end loop i.e. "For x = 3 …" is counting the number of
>>>>> worksheets in the workbook, if it is less than 3 than it proceeds to
>>>>> execute the code.
>>>>>
>>>>> Is there a way to make Sheet Name dynamic in code. Now we are
>>>>> specifying "RAW" and "Final" in the code. This works if there are only 2
>>>>> sheets i.e. input and Final. What if we have more than one input and Final
>>>>> Sheet. For e.g. Now we have "STD III", but if I have to add "STD IV" or
>>>>> "STD V" as well, then I need to add so many modules. Can we have one code
>>>>> that checks the STD and then execute. May be a pop-up that asks for the 
>>>>> STD
>>>>> and then picks that sheet.
>>>>>
>>>>> NOTE: there will be slight variation in the RAW / Final sheet for
>>>>> various STD and that would be addition/subtraction of subjects and change
>>>>> in Name.
>>>>>
>>>>> On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi  wrote:
>>>>>
>>>>>> what other requests?
>>>>>>
>>>>>> +
>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 1:20 PM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Vaibhav,
>>>>>>>
>>>>>>> Thank you for the clarification. Is there any chance to get the
>>>>>>> other request, if possible.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Joseph
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi  wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> You have 2 sheets in this excel workbook,
>>>>>>>>
>>>>>>>>
>>>>>>>> I am creating new sheets after sheet 2 for each students, once all
>>>>>>>> sheet is created i am selecting all sheets and sending it to PDF for
>>>>>>>> publishing in to one file.
>>>>>>>>
>>>>>>>> Cheers!!
>>>>>>>>
>>>>>>>> +
>>>>>>>>

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Excellent Vaibhav,

Will have a micro level look at it later.

Thank you.
Joseph

On Mon, Oct 6, 2014 at 8:16 PM, Vaibhav Joshi  wrote:

> chk this...
>
> Goto main sheet & press button to run macro!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Mon, Oct 6, 2014 at 7:46 PM, joseph camill 
> wrote:
>
>> Thank you Vaibhav. Yes it is clear per your earlier email.
>>
>> On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:
>>
>>> For X=3 is not counting sheets!! It is begining selecting sheets from
>>> sheet #3 onwards..Check module PDFActiveSheet_Consol()
>>>
>>> will share dynamic code which can enable you to select sheet names &
>>> adapt further changes as mentioned by you!!
>>>
>>> Cheers!!
>>>
>>>
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> I think the end loop i.e. "For x = 3 …" is counting the number of
>>>> worksheets in the workbook, if it is less than 3 than it proceeds to
>>>> execute the code.
>>>>
>>>> Is there a way to make Sheet Name dynamic in code. Now we are
>>>> specifying "RAW" and "Final" in the code. This works if there are only 2
>>>> sheets i.e. input and Final. What if we have more than one input and Final
>>>> Sheet. For e.g. Now we have "STD III", but if I have to add "STD IV" or
>>>> "STD V" as well, then I need to add so many modules. Can we have one code
>>>> that checks the STD and then execute. May be a pop-up that asks for the STD
>>>> and then picks that sheet.
>>>>
>>>> NOTE: there will be slight variation in the RAW / Final sheet for
>>>> various STD and that would be addition/subtraction of subjects and change
>>>> in Name.
>>>>
>>>> On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> what other requests?
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Mon, Oct 6, 2014 at 1:20 PM, joseph camill >>>> > wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> Thank you for the clarification. Is there any chance to get the other
>>>>>> request, if possible.
>>>>>>
>>>>>> Thanks,
>>>>>> Joseph
>>>>>>
>>>>>> On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> You have 2 sheets in this excel workbook,
>>>>>>>
>>>>>>>
>>>>>>> I am creating new sheets after sheet 2 for each students, once all
>>>>>>> sheet is created i am selecting all sheets and sending it to PDF for
>>>>>>> publishing in to one file.
>>>>>>>
>>>>>>> Cheers!!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Mon, Oct 6, 2014 at 12:15 AM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> Can you please explain the last loop in the code "For x = 3 …" part.
>>>>>>>>
>>>>>>>> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:
>>>>>>>>
>>>>>>>>> Cheers!!
>>>>>>>>>
>>>>>>>>> +
>>>>>>>>> *I did not do this for you. God is here working through me for
>>>>>>>>> you.*
>>>>>>>>>
>>>>>>>>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill <
>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>
>>>>>>>>>> It is working perfect, as per my requirement. Will e

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Thank you Vaibhav. Yes it is clear per your earlier email.

On Mon, Oct 6, 2014 at 6:48 PM, Vaibhav Joshi  wrote:

> For X=3 is not counting sheets!! It is begining selecting sheets from
> sheet #3 onwards..Check module PDFActiveSheet_Consol()
>
> will share dynamic code which can enable you to select sheet names & adapt
> further changes as mentioned by you!!
>
> Cheers!!
>
>
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Mon, Oct 6, 2014 at 5:24 PM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> I think the end loop i.e. "For x = 3 …" is counting the number of
>> worksheets in the workbook, if it is less than 3 than it proceeds to
>> execute the code.
>>
>> Is there a way to make Sheet Name dynamic in code. Now we are specifying
>> "RAW" and "Final" in the code. This works if there are only 2 sheets i.e.
>> input and Final. What if we have more than one input and Final Sheet. For
>> e.g. Now we have "STD III", but if I have to add "STD IV" or "STD V" as
>> well, then I need to add so many modules. Can we have one code that checks
>> the STD and then execute. May be a pop-up that asks for the STD and then
>> picks that sheet.
>>
>> NOTE: there will be slight variation in the RAW / Final sheet for various
>> STD and that would be addition/subtraction of subjects and change in Name.
>>
>> On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi  wrote:
>>
>>> what other requests?
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Mon, Oct 6, 2014 at 1:20 PM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Thank you for the clarification. Is there any chance to get the other
>>>> request, if possible.
>>>>
>>>> Thanks,
>>>> Joseph
>>>>
>>>> On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> You have 2 sheets in this excel workbook,
>>>>>
>>>>>
>>>>> I am creating new sheets after sheet 2 for each students, once all
>>>>> sheet is created i am selecting all sheets and sending it to PDF for
>>>>> publishing in to one file.
>>>>>
>>>>> Cheers!!
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Mon, Oct 6, 2014 at 12:15 AM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> Can you please explain the last loop in the code "For x = 3 …" part.
>>>>>>
>>>>>> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> Cheers!!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> It is working perfect, as per my requirement. Will email if incase
>>>>>>>> I need any further updates.
>>>>>>>>
>>>>>>>> Thank you very much, you made my work easy.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Cheers
>>>>>>>>> On Sep 29, 2014 9:58 PM, "joseph camill" 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>
>>>>>>>>>> Thank you for the file and working on suggested changes. It is
>>>>>>>>>> very helpful. Will have a look in detail and will revert.
>>>>>>>>>>
>>>>>>>>>> It is really a great one.
>>>>>>>>>>
>>>>>>>>>> On Mon, Sep 29, 2014 at 2:

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Hi Vaibhav,

I think the end loop i.e. "For x = 3 …" is counting the number of
worksheets in the workbook, if it is less than 3 than it proceeds to
execute the code.

Is there a way to make Sheet Name dynamic in code. Now we are specifying
"RAW" and "Final" in the code. This works if there are only 2 sheets i.e.
input and Final. What if we have more than one input and Final Sheet. For
e.g. Now we have "STD III", but if I have to add "STD IV" or "STD V" as
well, then I need to add so many modules. Can we have one code that checks
the STD and then execute. May be a pop-up that asks for the STD and then
picks that sheet.

NOTE: there will be slight variation in the RAW / Final sheet for various
STD and that would be addition/subtraction of subjects and change in Name.

On Mon, Oct 6, 2014 at 1:44 PM, Vaibhav Joshi  wrote:

> what other requests?
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Mon, Oct 6, 2014 at 1:20 PM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> Thank you for the clarification. Is there any chance to get the other
>> request, if possible.
>>
>> Thanks,
>> Joseph
>>
>> On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi  wrote:
>>
>>> Hi,
>>>
>>> You have 2 sheets in this excel workbook,
>>>
>>>
>>> I am creating new sheets after sheet 2 for each students, once all sheet
>>> is created i am selecting all sheets and sending it to PDF for publishing
>>> in to one file.
>>>
>>> Cheers!!
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Mon, Oct 6, 2014 at 12:15 AM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Can you please explain the last loop in the code "For x = 3 …" part.
>>>>
>>>> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> Cheers!!
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> It is working perfect, as per my requirement. Will email if incase I
>>>>>> need any further updates.
>>>>>>
>>>>>> Thank you very much, you made my work easy.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> Cheers
>>>>>>> On Sep 29, 2014 9:58 PM, "joseph camill" 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> Thank you for the file and working on suggested changes. It is very
>>>>>>>> helpful. Will have a look in detail and will revert.
>>>>>>>>
>>>>>>>> It is really a great one.
>>>>>>>>
>>>>>>>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:
>>>>>>>>
>>>>>>>>> 1. Create folder name based on "STD" - Ok
>>>>>>>>> 2. Have just one pdf with all the reports. - Chk attachments
>>>>>>>>> 3. Right now it is generating the name using "Offset" i suppose,
>>>>>>>>> Can we do a search for "Name" and then generate. - Do you want for few
>>>>>>>>> employees? then paste employee name in range U then report for only 
>>>>>>>>> those
>>>>>>>>> employee will be generated. If you want report for all employees then 
>>>>>>>>> keep
>>>>>>>>> Column U as blank.
>>>>>>>>>
>>>>>>>>> Cheers!!
>>>>>>>>>
>>>>>>>>> +
>>>>>>>>> *I did not do this for you. God is here working through me for
>>>>>>>>> you.*
>>>>>>>>>
>>>>>>>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill <
>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>

Re: $$Excel-Macros$$ Report

2014-10-06 Thread joseph camill
Hi Vaibhav,

Thank you for the clarification. Is there any chance to get the other
request, if possible.

Thanks,
Joseph

On Mon, Oct 6, 2014 at 12:04 PM, Vaibhav Joshi  wrote:

> Hi,
>
> You have 2 sheets in this excel workbook,
>
>
> I am creating new sheets after sheet 2 for each students, once all sheet
> is created i am selecting all sheets and sending it to PDF for publishing
> in to one file.
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Mon, Oct 6, 2014 at 12:15 AM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> Can you please explain the last loop in the code "For x = 3 …" part.
>>
>> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:
>>
>>> Cheers!!
>>>
>>> +++++
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> It is working perfect, as per my requirement. Will email if incase I
>>>> need any further updates.
>>>>
>>>> Thank you very much, you made my work easy.
>>>>
>>>>
>>>>
>>>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> Cheers
>>>>> On Sep 29, 2014 9:58 PM, "joseph camill" 
>>>>> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> Thank you for the file and working on suggested changes. It is very
>>>>>> helpful. Will have a look in detail and will revert.
>>>>>>
>>>>>> It is really a great one.
>>>>>>
>>>>>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:
>>>>>>
>>>>>>> 1. Create folder name based on "STD" - Ok
>>>>>>> 2. Have just one pdf with all the reports. - Chk attachments
>>>>>>> 3. Right now it is generating the name using "Offset" i suppose, Can
>>>>>>> we do a search for "Name" and then generate. - Do you want for few
>>>>>>> employees? then paste employee name in range U then report for only 
>>>>>>> those
>>>>>>> employee will be generated. If you want report for all employees then 
>>>>>>> keep
>>>>>>> Column U as blank.
>>>>>>>
>>>>>>> Cheers!!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> Thank you for the file. It is very helpful. Is it possible to make
>>>>>>>> three changes.
>>>>>>>>
>>>>>>>> 1. Create folder name based on "STD"
>>>>>>>> 2. Have just one pdf with all the reports.
>>>>>>>> 3. Right now it is generating the name using "Offset" i suppose,
>>>>>>>> Can we do a search for "Name" and then generate.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill <
>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Vaibhav,
>>>>>>>>>
>>>>>>>>> Thank you for the file. It is very helpful. It creates various PDF
>>>>>>>>> as per the Name, Is it possible to have just one pdf with all the mark
>>>>>>>>> sheet.
>>>>>>>>>
>>>>>>>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill <
>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Vaibhav,
>>>>>>>>>>
>>>>>>>>>> Thank you for the solution. I will check it and get back to you.
>>>>>>>>>>
>>>>>>>>>> Thanks and regards,
>>>>>>>>>> Jose

Re: $$Excel-Macros$$ Report

2014-10-05 Thread joseph camill
Hi Vaibhav,

I think the end loop i.e. "For x = 3 …" is counting the number of
worksheets in the workbook, if it is less than 3 than it proceeds to
execute the code.

Is there a way to make Sheet Name dynamic in code. Now we are specifying
"RAW" and "Final" in the code. This works if there are only 2 sheets i.e.
input and Final. What if we have more than one input and Final Sheet. For
e.g. Now we have "STD III", but if I have to add "STD IV" or "STD V" as
well, then I need to add so many modules. Can we have one code that checks
the STD and then execute. May be a pop-up that asks for the STD and then
picks that sheet.

NOTE: there will be slight variation in the RAW / Final sheet for various
STD and that would be addition/subtraction of subjects and change in Name.



On Mon, Oct 6, 2014 at 12:15 AM, joseph camill 
wrote:

> Hi Vaibhav,
>
> Can you please explain the last loop in the code "For x = 3 …" part.
>
> On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:
>
>> Cheers!!
>>
>> +
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill 
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> It is working perfect, as per my requirement. Will email if incase I
>>> need any further updates.
>>>
>>> Thank you very much, you made my work easy.
>>>
>>>
>>>
>>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi  wrote:
>>>
>>>> Cheers
>>>> On Sep 29, 2014 9:58 PM, "joseph camill" 
>>>> wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> Thank you for the file and working on suggested changes. It is very
>>>>> helpful. Will have a look in detail and will revert.
>>>>>
>>>>> It is really a great one.
>>>>>
>>>>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:
>>>>>
>>>>>> 1. Create folder name based on "STD" - Ok
>>>>>> 2. Have just one pdf with all the reports. - Chk attachments
>>>>>> 3. Right now it is generating the name using "Offset" i suppose, Can
>>>>>> we do a search for "Name" and then generate. - Do you want for few
>>>>>> employees? then paste employee name in range U then report for only those
>>>>>> employee will be generated. If you want report for all employees then 
>>>>>> keep
>>>>>> Column U as blank.
>>>>>>
>>>>>> Cheers!!
>>>>>>
>>>>>> +
>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>
>>>>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Vaibhav,
>>>>>>>
>>>>>>> Thank you for the file. It is very helpful. Is it possible to make
>>>>>>> three changes.
>>>>>>>
>>>>>>> 1. Create folder name based on "STD"
>>>>>>> 2. Have just one pdf with all the reports.
>>>>>>> 3. Right now it is generating the name using "Offset" i suppose, Can
>>>>>>> we do a search for "Name" and then generate.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> Thank you for the file. It is very helpful. It creates various PDF
>>>>>>>> as per the Name, Is it possible to have just one pdf with all the mark
>>>>>>>> sheet.
>>>>>>>>
>>>>>>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill <
>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Vaibhav,
>>>>>>>>>
>>>>>>>>> Thank you for the solution. I will check it and get back to you.
>>>>>>>>>
>>>>>>>>> Thanks and regards,
>>>>>>>>> Joseph
>>>>>>>>> On Sep 27, 2014 3:43 PM, &quo

Re: $$Excel-Macros$$ Report

2014-10-05 Thread joseph camill
Hi Vaibhav,

Can you please explain the last loop in the code "For x = 3 …" part.

On Tue, Sep 30, 2014 at 4:04 PM, Vaibhav Joshi  wrote:

> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Tue, Sep 30, 2014 at 4:44 AM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> It is working perfect, as per my requirement. Will email if incase I need
>> any further updates.
>>
>> Thank you very much, you made my work easy.
>>
>>
>>
>> On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi  wrote:
>>
>>> Cheers
>>> On Sep 29, 2014 9:58 PM, "joseph camill" 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Thank you for the file and working on suggested changes. It is very
>>>> helpful. Will have a look in detail and will revert.
>>>>
>>>> It is really a great one.
>>>>
>>>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:
>>>>
>>>>> 1. Create folder name based on "STD" - Ok
>>>>> 2. Have just one pdf with all the reports. - Chk attachments
>>>>> 3. Right now it is generating the name using "Offset" i suppose, Can
>>>>> we do a search for "Name" and then generate. - Do you want for few
>>>>> employees? then paste employee name in range U then report for only those
>>>>> employee will be generated. If you want report for all employees then keep
>>>>> Column U as blank.
>>>>>
>>>>> Cheers!!
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> Thank you for the file. It is very helpful. Is it possible to make
>>>>>> three changes.
>>>>>>
>>>>>> 1. Create folder name based on "STD"
>>>>>> 2. Have just one pdf with all the reports.
>>>>>> 3. Right now it is generating the name using "Offset" i suppose, Can
>>>>>> we do a search for "Name" and then generate.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill <
>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi Vaibhav,
>>>>>>>
>>>>>>> Thank you for the file. It is very helpful. It creates various PDF
>>>>>>> as per the Name, Is it possible to have just one pdf with all the mark
>>>>>>> sheet.
>>>>>>>
>>>>>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Vaibhav,
>>>>>>>>
>>>>>>>> Thank you for the solution. I will check it and get back to you.
>>>>>>>>
>>>>>>>> Thanks and regards,
>>>>>>>> Joseph
>>>>>>>> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:
>>>>>>>>
>>>>>>>>> Hey
>>>>>>>>>
>>>>>>>>> Chek attachment, just click on blue button & folder name Test will
>>>>>>>>> be created on desktop & report card will be saved name wise in PDF 
>>>>>>>>> file..
>>>>>>>>>
>>>>>>>>> if you get error getting pdf file ensure you have installed
>>>>>>>>> extension from this link:
>>>>>>>>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>>>>>>>>
>>>>>>>>> Cheers!!
>>>>>>>>>
>>>>>>>>> +
>>>>>>>>> *I did not do this for you. God is here working through me for
>>>>>>>>> you.*
>>>>>>>>>
>>>>>>>>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill <
>>>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>&g

Re: $$Excel-Macros$$ Report

2014-09-29 Thread joseph camill
Hi Paul,

Thank you for the effort. The solution provided by Vaibhav has worked per
my requirement, Also, your solution on Vlookup is helpful.

Thank you Paul.

On Mon, Sep 29, 2014 at 5:48 PM, Paul Schreiner 
wrote:

> I threw it together a couple of ways.
> Since I don't know how comfortable you are with VBA,
> I modified your file to use mostly vlookups based on the student name.
>
> then, the macro simply loops through the student names,
> puts them on the template
> and generates a pdf.
>
> It was about 7% faster to do the whole thing in VBA (without using
> VLookups)
> but, since it only takes a minute and 15 seconds, 7% wasn't enough to
> worry about.
>
> I wasn't sure how you wanted to run the macro (called Create_GradeSheets)
>
>
> *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:* joseph camill 
> *To:* "excel-macros@googlegroups.com" 
> *Sent:* Friday, September 26, 2014 6:40 PM
> *Subject:* $$Excel-Macros$$ Report
>
> Hi,
>
> I am working on a project where I need to print 100 report card at a time
> either directly to a printer or as PDF.
>
> Attached is the example workbook. All my data will be entered in sheet
> named "Raw" and my output should look like sheet named "Final".
>
> Is it possible to print it to PDF / printer without having to create
> number of sheets?
>
> Thank you in advance.
>
> Regards,
> Joseph
> --
> 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 answere

Re: $$Excel-Macros$$ Report

2014-09-29 Thread joseph camill
Hi Vaibhav,

It is working perfect, as per my requirement. Will email if incase I need
any further updates.

Thank you very much, you made my work easy.



On Mon, Sep 29, 2014 at 11:23 PM, Vaibhav Joshi  wrote:

> Cheers
> On Sep 29, 2014 9:58 PM, "joseph camill"  wrote:
>
>> Hi Vaibhav,
>>
>> Thank you for the file and working on suggested changes. It is very
>> helpful. Will have a look in detail and will revert.
>>
>> It is really a great one.
>>
>> On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:
>>
>>> 1. Create folder name based on "STD" - Ok
>>> 2. Have just one pdf with all the reports. - Chk attachments
>>> 3. Right now it is generating the name using "Offset" i suppose, Can we
>>> do a search for "Name" and then generate. - Do you want for few employees?
>>> then paste employee name in range U then report for only those employee
>>> will be generated. If you want report for all employees then keep Column U
>>> as blank.
>>>
>>> Cheers!!
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Thank you for the file. It is very helpful. Is it possible to make
>>>> three changes.
>>>>
>>>> 1. Create folder name based on "STD"
>>>> 2. Have just one pdf with all the reports.
>>>> 3. Right now it is generating the name using "Offset" i suppose, Can we
>>>> do a search for "Name" and then generate.
>>>>
>>>>
>>>>
>>>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill >>> > wrote:
>>>>
>>>>> Hi Vaibhav,
>>>>>
>>>>> Thank you for the file. It is very helpful. It creates various PDF as
>>>>> per the Name, Is it possible to have just one pdf with all the mark sheet.
>>>>>
>>>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi Vaibhav,
>>>>>>
>>>>>> Thank you for the solution. I will check it and get back to you.
>>>>>>
>>>>>> Thanks and regards,
>>>>>> Joseph
>>>>>> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:
>>>>>>
>>>>>>> Hey
>>>>>>>
>>>>>>> Chek attachment, just click on blue button & folder name Test will
>>>>>>> be created on desktop & report card will be saved name wise in PDF 
>>>>>>> file..
>>>>>>>
>>>>>>> if you get error getting pdf file ensure you have installed
>>>>>>> extension from this link:
>>>>>>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>>>>>>
>>>>>>> Cheers!!
>>>>>>>
>>>>>>> +
>>>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>>>
>>>>>>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill <
>>>>>>> joseph.cam...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I am working on a project where I need to print 100 report card at
>>>>>>>> a time either directly to a printer or as PDF.
>>>>>>>>
>>>>>>>> Attached is the example workbook. All my data will be entered in
>>>>>>>> sheet named "Raw" and my output should look like sheet named "Final".
>>>>>>>>
>>>>>>>> Is it possible to print it to PDF / printer without having to
>>>>>>>> create number of sheets?
>>>>>>>>
>>>>>>>> Thank you in advance.
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>> Joseph
>>>>>>>>
>>>>>>>> --
>>>>>>>> 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 @
>>>>>>&

Re: $$Excel-Macros$$ Report

2014-09-29 Thread joseph camill
Hi Vaibhav,

Thank you for the file and working on suggested changes. It is very
helpful. Will have a look in detail and will revert.

It is really a great one.

On Mon, Sep 29, 2014 at 2:32 PM, Vaibhav Joshi  wrote:

> 1. Create folder name based on "STD" - Ok
> 2. Have just one pdf with all the reports. - Chk attachments
> 3. Right now it is generating the name using "Offset" i suppose, Can we do
> a search for "Name" and then generate. - Do you want for few employees?
> then paste employee name in range U then report for only those employee
> will be generated. If you want report for all employees then keep Column U
> as blank.
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Sun, Sep 28, 2014 at 9:02 PM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> Thank you for the file. It is very helpful. Is it possible to make three
>> changes.
>>
>> 1. Create folder name based on "STD"
>> 2. Have just one pdf with all the reports.
>> 3. Right now it is generating the name using "Offset" i suppose, Can we
>> do a search for "Name" and then generate.
>>
>>
>>
>> On Sun, Sep 28, 2014 at 8:58 PM, joseph camill 
>> wrote:
>>
>>> Hi Vaibhav,
>>>
>>> Thank you for the file. It is very helpful. It creates various PDF as
>>> per the Name, Is it possible to have just one pdf with all the mark sheet.
>>>
>>> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill 
>>> wrote:
>>>
>>>> Hi Vaibhav,
>>>>
>>>> Thank you for the solution. I will check it and get back to you.
>>>>
>>>> Thanks and regards,
>>>> Joseph
>>>> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:
>>>>
>>>>> Hey
>>>>>
>>>>> Chek attachment, just click on blue button & folder name Test will be
>>>>> created on desktop & report card will be saved name wise in PDF file..
>>>>>
>>>>> if you get error getting pdf file ensure you have installed extension
>>>>> from this link:
>>>>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>>>>
>>>>> Cheers!!
>>>>>
>>>>> +
>>>>> *I did not do this for you. God is here working through me for you.*
>>>>>
>>>>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill <
>>>>> joseph.cam...@gmail.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I am working on a project where I need to print 100 report card at a
>>>>>> time either directly to a printer or as PDF.
>>>>>>
>>>>>> Attached is the example workbook. All my data will be entered in
>>>>>> sheet named "Raw" and my output should look like sheet named "Final".
>>>>>>
>>>>>> Is it possible to print it to PDF / printer without having to create
>>>>>> number of sheets?
>>>>>>
>>>>>> Thank you in advance.
>>>>>>
>>>>>> Regards,
>>>>>> Joseph
>>>>>>
>>>>>> --
>>>>>> 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 y

Re: $$Excel-Macros$$ Report

2014-09-28 Thread joseph camill
Hi Vaibhav,

Thank you for the file. It is very helpful. Is it possible to make three
changes.

1. Create folder name based on "STD"
2. Have just one pdf with all the reports.
3. Right now it is generating the name using "Offset" i suppose, Can we do
a search for "Name" and then generate.



On Sun, Sep 28, 2014 at 8:58 PM, joseph camill 
wrote:

> Hi Vaibhav,
>
> Thank you for the file. It is very helpful. It creates various PDF as per
> the Name, Is it possible to have just one pdf with all the mark sheet.
>
> On Sun, Sep 28, 2014 at 7:06 PM, joseph camill 
> wrote:
>
>> Hi Vaibhav,
>>
>> Thank you for the solution. I will check it and get back to you.
>>
>> Thanks and regards,
>> Joseph
>> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:
>>
>>> Hey
>>>
>>> Chek attachment, just click on blue button & folder name Test will be
>>> created on desktop & report card will be saved name wise in PDF file..
>>>
>>> if you get error getting pdf file ensure you have installed extension
>>> from this link:
>>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>>
>>> Cheers!!
>>>
>>> +
>>> *I did not do this for you. God is here working through me for you.*
>>>
>>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am working on a project where I need to print 100 report card at a
>>>> time either directly to a printer or as PDF.
>>>>
>>>> Attached is the example workbook. All my data will be entered in sheet
>>>> named "Raw" and my output should look like sheet named "Final".
>>>>
>>>> Is it possible to print it to PDF / printer without having to create
>>>> number of sheets?
>>>>
>>>> Thank you in advance.
>>>>
>>>> Regards,
>>>> Joseph
>>>>
>>>> --
>>>> 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.
>>&g

Re: $$Excel-Macros$$ Report

2014-09-28 Thread joseph camill
Hi Vaibhav,

Thank you for the file. It is very helpful. It creates various PDF as per
the Name, Is it possible to have just one pdf with all the mark sheet.

On Sun, Sep 28, 2014 at 7:06 PM, joseph camill 
wrote:

> Hi Vaibhav,
>
> Thank you for the solution. I will check it and get back to you.
>
> Thanks and regards,
> Joseph
> On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:
>
>> Hey
>>
>> Chek attachment, just click on blue button & folder name Test will be
>> created on desktop & report card will be saved name wise in PDF file..
>>
>> if you get error getting pdf file ensure you have installed extension
>> from this link:
>> http://www.microsoft.com/en-in/download/details.aspx?id=9943
>>
>> Cheers!!
>>
>> +++++
>> *I did not do this for you. God is here working through me for you.*
>>
>> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill 
>> wrote:
>>
>>> Hi,
>>>
>>> I am working on a project where I need to print 100 report card at a
>>> time either directly to a printer or as PDF.
>>>
>>> Attached is the example workbook. All my data will be entered in sheet
>>> named "Raw" and my output should look like sheet named "Final".
>>>
>>> Is it possible to print it to PDF / printer without having to create
>>> number of sheets?
>>>
>>> Thank you in advance.
>>>
>>> Regards,
>>> Joseph
>>>
>>> --
>>> 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 tit

Re: $$Excel-Macros$$ Report

2014-09-28 Thread joseph camill
Hi Vaibhav,

Thank you for the solution. I will check it and get back to you.

Thanks and regards,
Joseph
On Sep 27, 2014 3:43 PM, "Vaibhav Joshi"  wrote:

> Hey
>
> Chek attachment, just click on blue button & folder name Test will be
> created on desktop & report card will be saved name wise in PDF file..
>
> if you get error getting pdf file ensure you have installed extension from
> this link: http://www.microsoft.com/en-in/download/details.aspx?id=9943
>
> Cheers!!
>
> +
> *I did not do this for you. God is here working through me for you.*
>
> On Sat, Sep 27, 2014 at 4:10 AM, joseph camill 
> wrote:
>
>> Hi,
>>
>> I am working on a project where I need to print 100 report card at a time
>> either directly to a printer or as PDF.
>>
>> Attached is the example workbook. All my data will be entered in sheet
>> named "Raw" and my output should look like sheet named "Final".
>>
>> Is it possible to print it to PDF / printer without having to create
>> number of sheets?
>>
>> Thank you in advance.
>>
>> Regards,
>> Joseph
>>
>> --
>> 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$$ Report

2014-09-26 Thread joseph camill
Hi,

I am working on a project where I need to print 100 report card at a time
either directly to a printer or as PDF.

Attached is the example workbook. All my data will be entered in sheet
named "Raw" and my output should look like sheet named "Final".

Is it possible to print it to PDF / printer without having to create number
of sheets?

Thank you in advance.

Regards,
Joseph

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


Example.xlsx
Description: MS-Excel 2007 spreadsheet


RE: $$Excel-Macros$$ Re: Pie chart

2013-10-08 Thread joseph camill
Any luck with this one
On Oct 6, 2013 3:16 PM, "joseph camill"  wrote:

> Hi Ravi,
>
> Pie chart calculates the percentage by its inbuilt feature and is the
> whole pie is equal to 100%.
>
> I just want the first slice to be exactly in the centre to the right as I
> had ahown in my original example.
>
> Let me know if you need any further clarification.
>
> Thanks,
> Joseph
> On Oct 5, 2013 5:11 PM, "Ravinder"  wrote:
>
>> I think u r saying about % value but how can that be same of value if
>> value is more than 125 then percentage will be 125%
>>
>> ** **
>>
>> *From:* excel-macros@googlegroups.com [mailto:
>> excel-macros@googlegroups.com] *On Behalf Of *joseph camill
>> *Sent:* Saturday, October 05, 2013 4:48 PM
>> *To:* excel-macros@googlegroups.com
>> *Cc:* Soum
>> *Subject:* Re: $$Excel-Macros$$ Re: Pie chart
>>
>> ** **
>>
>> Hi Ravi,
>>
>> ** **
>>
>> thanks for the code, but if I change the values they do not appear right.
>> 
>>
>> ** **
>>
>> Thanks,
>>
>> Joseph****
>>
>> ** **
>>
>> On Sat, Oct 5, 2013 at 4:20 PM, Ravinder 
>> wrote:
>>
>> pfa
>>
>>  
>>
>> *From:* excel-macros@googlegroups.com [mailto:
>> excel-macros@googlegroups.com] *On Behalf Of *joseph camill
>> *Sent:* Saturday, October 05, 2013 12:13 AM
>> *To:* excel-macros@googlegroups.com
>> *Subject:* Re: $$Excel-Macros$$ Re: Pie chart
>>
>>  
>>
>> Hi,
>>
>>  
>>
>> Attached is the file with two examples.
>>
>>  
>>
>> I am looking for a similar output to be done using vba.
>>
>>  
>>
>> Let me know if you need any further clarification on this.
>>
>>  
>>
>> Thanks,
>>
>> Joseph
>>
>>  
>>
>> On Wed, Oct 2, 2013 at 12:42 PM, ashish koul 
>> wrote:
>>
>> please share the chart
>>
>>  
>>
>> On Wed, Oct 2, 2013 at 12:39 PM, joseph camill 
>> wrote:
>>
>> Can anyone help me with a code
>>
>> On Sep 24, 2013 9:11 PM, "joseph camill"  wrote:
>> 
>>
>> Thanks for your response. I know to do it manually but my charts gets
>> updated very often. So I am looking for an automation.
>>
>> On Sep 24, 2013 6:54 PM, "Johnnyboy5"  wrote:
>> 
>>
>> Goto the pie chart - double click on the pie - should be able to bring up
>> a four tab choice box - select "option" the just adjust the angle in
>> degrees of the first slice
>>
>>  
>>
>>  
>>
>>  
>>
>> regards
>>
>>  
>>
>> John
>>
>> On Thursday, 19 September 2013 18:46:52 UTC+1, Joseph wrote:
>>
>> Hi,
>>
>> I have a two slice pie chart and the first slice should face to the right
>> centre horizontally.
>>
>> Can you provide a macro for this.
>>
>> Thanks for your help in advance.
>>
>> Regards,
>> Joseph
>>
>> --
>> 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.go

RE: $$Excel-Macros$$ Re: Pie chart

2013-10-06 Thread joseph camill
Hi Ravi,

Pie chart calculates the percentage by its inbuilt feature and is the whole
pie is equal to 100%.

I just want the first slice to be exactly in the centre to the right as I
had ahown in my original example.

Let me know if you need any further clarification.

Thanks,
Joseph
On Oct 5, 2013 5:11 PM, "Ravinder"  wrote:

> I think u r saying about % value but how can that be same of value if
> value is more than 125 then percentage will be 125%
>
> ** **
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *joseph camill
> *Sent:* Saturday, October 05, 2013 4:48 PM
> *To:* excel-macros@googlegroups.com
> *Cc:* Soum
> *Subject:* Re: $$Excel-Macros$$ Re: Pie chart
>
> ** **
>
> Hi Ravi,
>
> ** **
>
> thanks for the code, but if I change the values they do not appear right.*
> ***
>
> ** **
>
> Thanks,
>
> Joseph
>
> ** **
>
> On Sat, Oct 5, 2013 at 4:20 PM, Ravinder 
> wrote:
>
> pfa
>
>  ****
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *joseph camill
> *Sent:* Saturday, October 05, 2013 12:13 AM
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Re: Pie chart
>
>  
>
> Hi,
>
>  
>
> Attached is the file with two examples.
>
>  
>
> I am looking for a similar output to be done using vba.
>
>  
>
> Let me know if you need any further clarification on this.
>
>  
>
> Thanks,
>
> Joseph
>
>  
>
> On Wed, Oct 2, 2013 at 12:42 PM, ashish koul 
> wrote:
>
> please share the chart
>
>  
>
> On Wed, Oct 2, 2013 at 12:39 PM, joseph camill 
> wrote:
>
> Can anyone help me with a code
>
> On Sep 24, 2013 9:11 PM, "joseph camill"  wrote:*
> ***
>
> Thanks for your response. I know to do it manually but my charts gets
> updated very often. So I am looking for an automation.
>
> On Sep 24, 2013 6:54 PM, "Johnnyboy5"  wrote:*
> ***
>
> Goto the pie chart - double click on the pie - should be able to bring up
> a four tab choice box - select "option" the just adjust the angle in
> degrees of the first slice
>
>  
>
>  
>
>  
>
> regards
>
>  
>
> John
>
> On Thursday, 19 September 2013 18:46:52 UTC+1, Joseph wrote:
>
> Hi,
>
> I have a two slice pie chart and the first slice should face to the right
> centre horizontally.
>
> Can you provide a macro for this.
>
> Thanks for your help in advance.
>
> Regards,
> Joseph
>
> --
> 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

Re: $$Excel-Macros$$ Re: Pie chart

2013-10-04 Thread joseph camill
Hi,

Attached is the file with two examples.

I am looking for a similar output to be done using vba.

Let me know if you need any further clarification on this.

Thanks,
Joseph


On Wed, Oct 2, 2013 at 12:42 PM, ashish koul  wrote:

> please share the chart
>
>
> On Wed, Oct 2, 2013 at 12:39 PM, joseph camill wrote:
>
>> Can anyone help me with a code
>> On Sep 24, 2013 9:11 PM, "joseph camill"  wrote:
>>
>>> Thanks for your response. I know to do it manually but my charts gets
>>> updated very often. So I am looking for an automation.
>>> On Sep 24, 2013 6:54 PM, "Johnnyboy5" 
>>> wrote:
>>>
>>>> Goto the pie chart - double click on the pie - should be able to bring
>>>> up a four tab choice box - select "option" the just adjust the angle in
>>>> degrees of the first slice
>>>>
>>>>
>>>>
>>>> regards
>>>>
>>>> John
>>>>
>>>> On Thursday, 19 September 2013 18:46:52 UTC+1, Joseph wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I have a two slice pie chart and the first slice should face to the
>>>>> right centre horizontally.
>>>>>
>>>>> Can you provide a macro for this.
>>>>>
>>>>> Thanks for your help in advance.
>>>>>
>>>>> Regards,
>>>>> Joseph
>>>>>
>>>>  --
>>>> 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.
>>
>
>
>
> --
> *Regards*
> * *
> *Ashish Koul*
>
>
> *Visit*
> *My Excel Blog <http://www.excelvbamacros.com/>*
> Like U

Re: $$Excel-Macros$$ Re: Pie chart

2013-10-02 Thread joseph camill
Can anyone help me with a code
On Sep 24, 2013 9:11 PM, "joseph camill"  wrote:

> Thanks for your response. I know to do it manually but my charts gets
> updated very often. So I am looking for an automation.
> On Sep 24, 2013 6:54 PM, "Johnnyboy5"  wrote:
>
>> Goto the pie chart - double click on the pie - should be able to bring up
>> a four tab choice box - select "option" the just adjust the angle in
>> degrees of the first slice
>>
>>
>>
>> regards
>>
>> John
>>
>> On Thursday, 19 September 2013 18:46:52 UTC+1, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a two slice pie chart and the first slice should face to the
>>> right centre horizontally.
>>>
>>> Can you provide a macro for this.
>>>
>>> Thanks for your help in advance.
>>>
>>> Regards,
>>> Joseph
>>>
>>  --
>> 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$$ Re: Pie chart

2013-09-24 Thread joseph camill
Thanks for your response. I know to do it manually but my charts gets
updated very often. So I am looking for an automation.
On Sep 24, 2013 6:54 PM, "Johnnyboy5"  wrote:

> Goto the pie chart - double click on the pie - should be able to bring up
> a four tab choice box - select "option" the just adjust the angle in
> degrees of the first slice
>
>
>
> regards
>
> John
>
> On Thursday, 19 September 2013 18:46:52 UTC+1, Joseph wrote:
>>
>> Hi,
>>
>> I have a two slice pie chart and the first slice should face to the right
>> centre horizontally.
>>
>> Can you provide a macro for this.
>>
>> Thanks for your help in advance.
>>
>> Regards,
>> Joseph
>>
>  --
> 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$$ Pie chart

2013-09-19 Thread joseph camill
Hi,

I have a two slice pie chart and the first slice should face to the right
centre horizontally.

Can you provide a macro for this.

Thanks for your help in advance.

Regards,
Joseph

-- 
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$$ Help needed in Excel

2013-08-06 Thread joseph camill
Concatenate(a1,char(10),b1)
On Aug 7, 2013 9:24 AM, "Pankaj"  wrote:

>
>
> I have 2 columns in excel - A and B.
>
> I want to merge the contents of a horizontal row one below the other as:
> A
> B
>
> please tell me a formula to do this as the columns contain 900 cells each
> and I cannnot merge the contents manually using Alt + Enter.
>
> --
> 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$$ MOS Excel Certification

2013-04-29 Thread joseph . camill
Hi,

Could you please guide me with certification of MOS and its reference material 
to prepare for the exam.

I live in Mumbai, India.

Thanks in advance,
Joseph

Sent on my BlackBerry® from Vodafone

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




Re: $$Excel-Macros$$ I need excel to find a value in the next row's cell back on the highest value of the previous cell.

2013-03-06 Thread joseph . camill
Did you try offset?

Sent on my BlackBerry® from Vodafone

-Original Message-
From: ferreg...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Wed, 6 Mar 2013 09:53:53 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ I need excel to find a value in the next row's cell
 back on the highest value of the previous cell.

excel IF max value in top row, then excel shows me the value from the same 
column in the next row

I need excel to find a value in the next row's cell back on the highest 
value of the previous cell.  Example:

-4%, -6%, 2%,   0.34%

4%,   2%, 1%,   -0.50%

3%,  -1%, 3% ,  -1%


Above you can see that the highest value in the top row is 2%.  
What I did excel to do, is simply tell me the next row in 1%.  
Then for the next row I need excel to tell me 3% since the highest value in 
the middle row is 4%
 

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




Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-10 Thread joseph . camill
Thanks David for your quick response.

Also the formula one is also a good one.

If other experts can help, please do so.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: David Grugeon 
Sender: excel-macros@googlegroups.com
Date: Sun, 10 Feb 2013 22:54:56 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another
 sheet in different order)

Hi Joseph
It is certainly possible.  I don't really have the time to do it right now.
 I am very busy at work but someone else may be able to help.

On Sunday, 10 February 2013, joseph camill wrote:

> can I get the same in vba
>
>
> On Sun, Feb 10, 2013 at 5:18 AM, David Grugeon 
> 
> > wrote:
>
>> Hi Joseph
>>
>> Please find attached a solution.  (Sheet - Output)
>>
>> It uses helper columns and rows which you can hide.
>>
>> To add another region just copy a complete region block (for example A3
>> to L18 and paste it where you want it.Then change the region name to *
>> Exactly* match the region name in Raw data.  I would use copy and paste.
>>
>> If the names change you will need to change them manually in the header
>> for each region. whatever the name is will pick up the data for that person
>> in the region.  This allows you to have different people in each region if
>> you need this later.
>>
>> I hope this does what you want.
>>
>> Regards
>> David Grugeon
>>
>>
>> On 1 February 2013 14:26, joseph camill 
>> > 'joseph.cam...@gmail.com');>
>> > wrote:
>>
>>>
>>>  
>>> database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>
>>>
>>> Hi,
>>>
>>> Attached is the excel, for which I need some help.
>>>
>>> I want to paste data from one sheet to another sheet in a different
>>> view. I need this to be coded in vba as this is just a sample and my file
>>> is much larger than this one.
>>>
>>> Thanks,
>>> Joseph
>>>
>>> --
>>> 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>> 'cvml', 'excel-macros%2bunsubscr...@googlegroups.com');>
>>> .
>>> To post to this group, send email to 
>>> excel-macros@googlegroups.com>> '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.
>>

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-10 Thread joseph camill
can I get the same in vba


On Sun, Feb 10, 2013 at 5:18 AM, David Grugeon  wrote:

> Hi Joseph
>
> Please find attached a solution.  (Sheet - Output)
>
> It uses helper columns and rows which you can hide.
>
> To add another region just copy a complete region block (for example A3 to
> L18 and paste it where you want it.Then change the region name to *Exactly
> * match the region name in Raw data.  I would use copy and paste.
>
> If the names change you will need to change them manually in the header
> for each region. whatever the name is will pick up the data for that person
> in the region.  This allows you to have different people in each region if
> you need this later.
>
> I hope this does what you want.
>
> Regards
> David Grugeon
>
>
> On 1 February 2013 14:26, joseph camill  wrote:
>
>>
>>  
>> database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>
>>
>> Hi,
>>
>> Attached is the excel, for which I need some help.
>>
>> I want to paste data from one sheet to another sheet in a different view.
>> I need this to be coded in vba as this is just a sample and my file is much
>> larger than this one.
>>
>> Thanks,
>> Joseph
>>
>> --
>> Join official Facebook page of this forum @
>> https://www.facebook.com/discussexcel
>>
>> FORUM RULES
>>
>> 1) Use concise, accurate thread titles. Poor thread titles, like Please
>> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
>> will not get quick attention or may not be answered.
>> 2) Don't post a question in the thread of another member.
>> 3) Don't post questions regarding breaking or bypassing any security
>> measure.
>> 4) Acknowledge the responses you receive, good or bad.
>> 5) Jobs posting is not allowed.
>> 6) Sharing copyrighted material and their links is not allowed.
>>
>> NOTE : Don't ever post confidential data in a workbook. Forum owners and
>> members are not responsible for any loss.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "MS EXCEL AND VBA MACROS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to excel-macros+unsubscr...@googlegroups.com.
>> To post to this group, send email to excel-macros@googlegroups.com.
>> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
> =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @
> https://www.facebook.com/discussexcel
>
>
> FORUM RULES
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
> 2) Don't post a question in the thread of another member.
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
> 4) Acknowledge the responses you receive, good or bad.
> 5) Jobs posting is not allowed.
> 6) Sharing copyrighted material and their links is not allowed.
>
> NOTE : Don't ever post confidential data in a workbook. Forum owners and
> members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to excel-macros+unsubscr...@googlegroups.com.
> To post to this group, send email to excel-macros@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

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

FORUM RULES

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

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




Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-09 Thread joseph . camill
Hi David,

Any chance to get the solution.

Thanks,
Joseph

Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph.cam...@gmail.com
Date: Sun, 3 Feb 2013 10:12:34 
To: 
Reply-To: joseph.cam...@gmail.com
Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another 
sheet in different order)

Hi David,

Thanks for your reply.

1. The row names may change from period to period and region to region.
2. No it may change
3. Yes
4. Yes there will be arithmetic involved.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: David Grugeon 
Sender: excel-macros@googlegroups.com
Date: Sun, 3 Feb 2013 17:07:50 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another
 sheet in different order)

Continuation of reply

1) Are the names always in the same order in the input?  Do they change
from period to period or from region to region?
2) Are the names for the report always to be in the same order (different
from the input order)?
3) Are the item descriptions for the report always to be a 1 for 1 match
with the input descriptions (although in a different order)?
4) are you going to want to do any arithmetic within the report or is it
just a case of reordering the input for each region?


Regards
David Grugeon


On 3 February 2013 17:01, David Grugeon  wrote:

> Hi Joseph
>
> There are a number of possible approaches to this.  My preference would be
> not to do it with VBA but with formulae.
>
> The reason is that the formulae would be easy to maintain, and easier to
> write than the VBA.
>
> However there are some questions for you before I can propose an exact
> solution.
>
> 1)
>
> Regards
> David Grugeon
>
>
> On 3 February 2013 16:43,  wrote:
>
>> **
>> Does anyone in the group does not have solution to check its row heading
>> and column heading and paste the data.
>>
>> Sent on my BlackBerry® from Vodafone
>> --
>> *From: * joseph.cam...@gmail.com
>> *Date: *Fri, 1 Feb 2013 15:54:50 +
>> *To: *
>> *ReplyTo: * joseph.cam...@gmail.com
>> *Subject: *Re: $$Excel-Macros$$ Database sort (copy from one sheet to
>> another sheet in different order)
>>
>> Any solution friends.
>>
>> Sent on my BlackBerry® from Vodafone
>> --
>> *From: * joseph camill 
>> *Sender: * excel-macros@googlegroups.com
>> *Date: *Fri, 1 Feb 2013 09:56:08 +0530
>> *To: *excel-macros@googlegroups.com
>> *ReplyTo: * excel-macros@googlegroups.com
>> *Subject: *$$Excel-Macros$$ Database sort (copy from one sheet to
>> another sheet in different order)
>>
>>
>>  
>> database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>
>>
>> Hi,
>>
>> Attached is the excel, for which I need some help.
>>
>> I want to paste data from one sheet to another sheet in a different view.
>> I need this to be coded in vba as this is just a sample and my file is much
>> larger than this one.
>>
>> Thanks,
>> Joseph
>>
>> --
>> 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
>>
>>
&

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-03 Thread joseph . camill
Hi David,

Thanks for your reply.

1. The row names may change from period to period and region to region.
2. No it may change
3. Yes
4. Yes there will be arithmetic involved.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: David Grugeon 
Sender: excel-macros@googlegroups.com
Date: Sun, 3 Feb 2013 17:07:50 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another
 sheet in different order)

Continuation of reply

1) Are the names always in the same order in the input?  Do they change
from period to period or from region to region?
2) Are the names for the report always to be in the same order (different
from the input order)?
3) Are the item descriptions for the report always to be a 1 for 1 match
with the input descriptions (although in a different order)?
4) are you going to want to do any arithmetic within the report or is it
just a case of reordering the input for each region?


Regards
David Grugeon


On 3 February 2013 17:01, David Grugeon  wrote:

> Hi Joseph
>
> There are a number of possible approaches to this.  My preference would be
> not to do it with VBA but with formulae.
>
> The reason is that the formulae would be easy to maintain, and easier to
> write than the VBA.
>
> However there are some questions for you before I can propose an exact
> solution.
>
> 1)
>
> Regards
> David Grugeon
>
>
> On 3 February 2013 16:43,  wrote:
>
>> **
>> Does anyone in the group does not have solution to check its row heading
>> and column heading and paste the data.
>>
>> Sent on my BlackBerry® from Vodafone
>> --
>> *From: * joseph.cam...@gmail.com
>> *Date: *Fri, 1 Feb 2013 15:54:50 +
>> *To: *
>> *ReplyTo: * joseph.cam...@gmail.com
>> *Subject: *Re: $$Excel-Macros$$ Database sort (copy from one sheet to
>> another sheet in different order)
>>
>> Any solution friends.
>>
>> Sent on my BlackBerry® from Vodafone
>> --
>> *From: * joseph camill 
>> *Sender: * excel-macros@googlegroups.com
>> *Date: *Fri, 1 Feb 2013 09:56:08 +0530
>> *To: *excel-macros@googlegroups.com
>> *ReplyTo: * excel-macros@googlegroups.com
>> *Subject: *$$Excel-Macros$$ Database sort (copy from one sheet to
>> another sheet in different order)
>>
>>
>>  
>> database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>
>>
>> Hi,
>>
>> Attached is the excel, for which I need some help.
>>
>> I want to paste data from one sheet to another sheet in a different view.
>> I need this to be coded in vba as this is just a sample and my file is much
>> larger than this one.
>>
>> Thanks,
>> Joseph
>>
>> --
>> 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.
>

Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-02 Thread joseph . camill
Does anyone in the group does not have solution to check its row heading and 
column heading and paste the data.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph.cam...@gmail.com
Date: Fri, 1 Feb 2013 15:54:50 
To: 
Reply-To: joseph.cam...@gmail.com
Subject: Re: $$Excel-Macros$$ Database sort (copy from one sheet to another 
sheet in different order)

Any solution friends.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph camill 
Sender: excel-macros@googlegroups.com
Date: Fri, 1 Feb 2013 09:56:08 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet
 in different order)


 database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>

Hi,

Attached is the excel, for which I need some help.

I want to paste data from one sheet to another sheet in a different view. I
need this to be coded in vba as this is just a sample and my file is much
larger than this one.

Thanks,
Joseph

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




Re: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-02-01 Thread joseph . camill
Any solution friends.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph camill 
Sender: excel-macros@googlegroups.com
Date: Fri, 1 Feb 2013 09:56:08 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Database sort (copy from one sheet to another sheet
 in different order)


 database.xlsx<https://docs.google.com/file/d/0B3PqgZIh0KQSMnhNY3RLWVRDcW8/edit>

Hi,

Attached is the excel, for which I need some help.

I want to paste data from one sheet to another sheet in a different view. I
need this to be coded in vba as this is just a sample and my file is much
larger than this one.

Thanks,
Joseph

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



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




$$Excel-Macros$$ Database sort (copy from one sheet to another sheet in different order)

2013-01-31 Thread joseph camill

 database.xlsx

Hi,

Attached is the excel, for which I need some help.

I want to paste data from one sheet to another sheet in a different view. I
need this to be coded in vba as this is just a sample and my file is much
larger than this one.

Thanks,
Joseph

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




Re: $$Excel-Macros$$ Re: VBA or VSTO

2013-01-03 Thread joseph . camill
Thanks Prince, will go through this and revert incase of any further queries.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Prince 
Date: Thu, 3 Jan 2013 19:40:14 
To: 
Cc: 
Subject: Re: $$Excel-Macros$$ Re: VBA or VSTO

Hi Joseph,

I m sharing this link please go through with this i hope you will get all 
your answer about VSTO.

http://easyvsto.wordpress.com/2010/01/01/vba-vs-vsto-an-interesting-study/

Regards
Prince

On Friday, January 4, 2013 12:00:44 AM UTC+5:30, Joseph wrote:
>
> Thanks Prince, could you give me some more info on VSTO.
> Sent on my BlackBerry® from Vodafone
> --
> *From: * Prince > 
> *Sender: * excel-...@googlegroups.com  
> *Date: *Thu, 3 Jan 2013 02:07:46 -0800 (PST)
> *To: *>
> *ReplyTo: * excel-...@googlegroups.com  
> *Cc: *>
> *Subject: *$$Excel-Macros$$ Re: VBA or VSTO
>
> Hi Joseph,
>
> I guess both the technology has its own advantages and disadvantge.
>
> *1: Easy to Use*
> *
> *
>  VBA is very simple and can be used to developed office application i a 
> quick time where as VSTO is bit tough but not so.
>
> *2:Compatibility*
> *
> *
> An application written is compatible only with windows where as a VSTO 
> based app can be run in multiple enviroment.
>
> *3:Staybility*
> *
> *
> An app written in vsto is more stayble then one written in VBA.
>
> *4:Avalability*
> *
> *
> VBA technology does not required to install any special enviroment its 
> only require MS office to there on your system while in case of VSTO u need 
> to have a specific enviroment to be there.
>
> Hope all these perameter help you.
>
> Regards
> Prince
> *
> *
> *
> *
> On Thursday, January 3, 2013 10:05:35 AM UTC+5:30, Joseph wrote:
>>
>> Hi, 
>>
>> What is the best option now, VBA or VSTO? Also can you give me its 
>> advantages/drawbacks over each other. 
>>
>> Thanks, 
>> Joseph 
>> Sent on my BlackBerry® from Vodafone
>
>  -- 
> 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 post to this group, send email to excel-...@googlegroups.com
> .
> To unsubscribe from this group, send email to 
> excel-macros...@googlegroups.com .
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>  
>  
>

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Re: VBA or VSTO

2013-01-03 Thread joseph . camill
Thanks Prince, could you give me some more info on VSTO.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Prince 
Sender: excel-macros@googlegroups.com
Date: Thu, 3 Jan 2013 02:07:46 
To: 
Reply-To: excel-macros@googlegroups.com
Cc: 
Subject: $$Excel-Macros$$ Re: VBA or VSTO

Hi Joseph,

I guess both the technology has its own advantages and disadvantge.

*1: Easy to Use*
*
*
 VBA is very simple and can be used to developed office application i a 
quick time where as VSTO is bit tough but not so.

*2:Compatibility*
*
*
An application written is compatible only with windows where as a VSTO 
based app can be run in multiple enviroment.

*3:Staybility*
*
*
An app written in vsto is more stayble then one written in VBA.

*4:Avalability*
*
*
VBA technology does not required to install any special enviroment its only 
require MS office to there on your system while in case of VSTO u need to 
have a specific enviroment to be there.

Hope all these perameter help you.

Regards
Prince
*
*
*
*
On Thursday, January 3, 2013 10:05:35 AM UTC+5:30, Joseph wrote:
>
> Hi, 
>
> What is the best option now, VBA or VSTO? Also can you give me its 
> advantages/drawbacks over each other. 
>
> Thanks, 
> Joseph 
> Sent on my BlackBerry® from Vodafone

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.



-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




$$Excel-Macros$$ VBA or VSTO

2013-01-02 Thread joseph . camill
Hi,

What is the best option now, VBA or VSTO? Also can you give me its 
advantages/drawbacks over each other.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Requirement for Oracle R12 General Ledger / Cost Management Functional Consultan

2012-12-28 Thread joseph . camill
No job post please.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Manish Kaul 
Sender: excel-macros@googlegroups.com
Date: Fri, 28 Dec 2012 22:04:40 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Requirement for Oracle R12 General Ledger / Cost
 Management Functional Consultan

Requirement for Oracle R12 General Ledger / Cost Management Functional
Consultant



Position: General Ledger / Cost Management Resource

Work Location: Keene, NH

Duration: 9 months


Strong Oracle R12 General Ledger / Cost Management Functional Consultant

•  Knowledge of Inventory Costing / Strong Inventory
Transaction Background a Plus

•  Knowledge of Sub Ledger Accounting

•  Strong Understanding of Various Cost Methods, Especially FIFO

•  Additional Skills: Design, conceptualize, lead solution
workshops, conduct CRP sessions, manage stakeholders

•  Good understanding of Oracles capabilities and implications
to external systems

•  Must be able to lead workshops and teams

•  Must have knowledge and experience with requirements
definition, process design, application design and configuration and
testing of GL / Cost Mgmt / Inventory Costing and sub ledger accounting
(SLA)
•  Knowledge / Experience in the Food Industry a Plus




CONTACT :   manish@gmail.com

Thanks and REGARDS
HMG America

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.



-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros?hl=en.




Re: $$Excel-Macros$$ Pie Charts

2012-12-14 Thread joseph . camill
The donut chart will help

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Christi Jacob 
Sender: excel-macros@googlegroups.com
Date: Fri, 14 Dec 2012 23:05:24 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Pie Charts

i think the "radar" used innovatively does give option to use the pie chart
with 2 variable.
:)

regards
christi jacob

On Fri, Dec 14, 2012 at 7:19 PM, Rajan_Verma wrote:

>  *Hi,*
>
> * *
>
> *You can use this Add-ins ( Unfortunately I did not get time to document
> it. ) *
>
> * *
>
> *Data should be in this format*
>
> * *
>
>  
>
> salary
>
> PF
>
> P1
>
> 76
>
> 82
>
> P2
>
> 63
>
> 84
>
> P3
>
> 37
>
> 46
>
> P4
>
> 12
>
> 50
>
> P5
>
> 51
>
> 67
>
> P6
>
> 86
>
> 75
>
> P7
>
> 64
>
> 75
>
> P8
>
> 57
>
> 25
>
> * *
>
> *Run “NightingleChart” this Procedure*
>
> * *
>
> *Note :- it is not a password protected , So anybody can modify the code
> according to design as they want, *
>
> * *
>
> * *
>
> *Regards*
>
> *Rajan verma*
>
> *+91 7838100659 [IM-Gtalk]*
>
> * *
>
> *From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *P.VIJAYKUMAR
> *Sent:* 14 December 2012 12:02
> *To:* excel-macros@googlegroups.com
> *Subject:* $$Excel-Macros$$ Pie Charts
>
> ** **
>
> Respected Guru's,
> 
>
> ** **
>
> ** **
>
> I have a curious question i.e why cannot pie chart represent two sets of
> values.For Example if  I Take a table with Employee Name ,Salaries ,PF. I
> can get Pie Chart for only for only two sets of values only like Name &
> Salaries,Name & PF etc.Why do not we get a pie chart for more than two sets
> of Values?  
>
> ** **
>
> Regards
>
> VIJAY KUMAR
>
> --
> 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 post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>
>  
>
> --
> 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 post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/excel-macros?hl=en.
>
>
>

-- 
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 post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.
Visit this gr

Re: $$Excel-Macros$$ Re: Good Laptop to Buy..

2012-10-22 Thread joseph . camill
Hi,

Acer is good only for basic home use, but if you need graphics as well then 
Acer is the wrong choice.


Sent on my BlackBerry® from Vodafone

-Original Message-
From: Manoj Kumar 
Sender: excel-macros@googlegroups.com
Date: Tue, 23 Oct 2012 10:54:14 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Re: Good Laptop to Buy..

Hi,

U Can buy Acer Aspire S3-I5..

Regard
Manoj

On Mon, Oct 22, 2012 at 4:49 PM,  wrote:

> **
> Wooww! Gud input..
>
>
> Cheers//Vabs
> Sent on my BlackBerry® from Vodafone
> --
> *From: * CoRe 
> *Date: *Mon, 22 Oct 2012 04:17:49 -0700 (PDT)
> *To: *
> *Cc: *
> *Subject: *Re: Good Laptop to Buy..
>
> Hello,
>
> The configuration is oke , video card should be separated not integrated
>
> and as for company that you should choose , i rather opt for Asus ,Toshiba.
>
>
>
>
> On Saturday, October 20, 2012 3:03:22 PM UTC+3, Vabz wrote:
>>
>> Hi,
>>
>> All I want to buy good laptop for my personal use, pl experts suggest on
>> it.
>>
>> Min. Configuration required:
>>
>> 4GB Ram, Intel I5, 1TB HD..
>>
>> It should be value for money also..
>>
>> Which company to go for ..
>>
>> Thanks a lot..
>>
>> Cheers//Vabs
>>
>> Sent on my BlackBerry® from Vodafone
>
>  --
> Join official facebook page of this forum @
> https://www.facebook.com/discussexcel
>
> FORUM RULES (1120+ members already BANNED for violation)
>
> 1) Use concise, accurate thread titles. Poor thread titles, like Please
> Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice
> will not get quick attention or may not be answered.
>
> 2) Don't post a question in the thread of another member.
>
> 3) Don't post questions regarding breaking or bypassing any security
> measure.
>
> 4) Acknowledge the responses you receive, good or bad.
>
> 5) Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited.
>
> 6) Jobs posting is not allowed.
>
> 7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
> ---
> You received this message because you are subscribed to the Google Groups
> "MS EXCEL AND VBA MACROS" group.
> To post to this group, send email to excel-macros@googlegroups.com.
> To unsubscribe from this group, send email to
> excel-macros+unsubscr...@googlegroups.com.
>
>
>

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Good Laptop to Buy..

2012-10-20 Thread joseph . camill
Either Dell or Lenovo


Sent on my BlackBerry® from Vodafone

-Original Message-
From: v...@vabs.in
Sender: excel-macros@googlegroups.com
Date: Sat, 20 Oct 2012 12:30:29 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Good Laptop to Buy..

Hi Emerson

Can you pl suggest name of co. ?

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Emerson Informática 
Sender: excel-macros@googlegroups.com
Date: Sat, 20 Oct 2012 09:28:07 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Good Laptop to Buy..

Its good.


2012/10/20 

> Hi,
>
> All I want to buy good laptop for my personal use, pl experts suggest on
> it.
>
> Min. Configuration required:
>
> 4GB Ram, Intel I5, 1TB HD..
>
> It should be value for money also..
>
> Which company to go for ..
>
> Thanks a lot..
>
> Cheers//Vabs
>
> Sent on my BlackBerry® from Vodafone
>
> --
> 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.
>
>
>


-- 
*Emerson da Silva Cardozo*
Informática - (11) 9778-8920vivo

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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

Re: $$Excel-Macros$$ VSTO *

2012-09-27 Thread joseph . camill
Thanks Noorain

Sent on my BlackBerry® from Vodafone

-Original Message-
From: NOORAIN ANSARI 
Sender: excel-macros@googlegroups.com
Date: Thu, 27 Sep 2012 12:21:17 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ VSTO *

Dear Joseph,

See attached tutorials. Hope it help to youl

On Thu, Sep 27, 2012 at 9:33 AM,  wrote:

>  [image: Boxbe]  This message is eligible
> for Automatic Cleanup! (joseph.cam...@gmail.com) Add cleanup 
> rule|
>  More
> info
>
> Hi,
>
> Does anyone have any VSTO tutorial.
>
> Thanks,
> Joseph
> Sent on my BlackBerry® from Vodafone
>
> --
> 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.
>
>
>
>


-- 
With Regards,
Noorain Ansari
http:// 
noorainansari.com
http:// 
excelvbaclinic.com

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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




$$Excel-Macros$$ VSTO

2012-09-26 Thread joseph . camill
Hi,

Does anyone have any VSTO tutorial.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Sum() formula considering multiple values!

2012-09-24 Thread joseph . camill
Hi Muneer, could you please share your understanding for my benefit.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: "Mohammed Muneer" 
Sender: excel-macros@googlegroups.com
Date: Mon, 24 Sep 2012 17:19:12 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: RE: $$Excel-Macros$$ Sum() formula considering multiple values!

=SUMPRODUCT(--($A$3:$A$85=G5),--($B$3:$B$85=H5),--($C$3:$C$85=I5)*($D$3:
$D$85)) [your's]

 

=SUMPRODUCT(--($A$3:$A$85=F5),--($B$3:$B$85=G5),--($C$3:$C$85=H5)*($D$3:
$D$85)) [mine]

 

Small change is made.

The only difference as per the attachment, is F5 in place of G5 and as
follows for all the remaining.

 

Anyway u did well.

 

Last time I pass the question in my posting regarding the two dash (--)
now I understand where it is used and for what purpose.

 

These two dashes are jewels in this formula.

 

Well my friend that made my work easier.

 

 

 

Regards,

Muneer,

CC...

 

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Excel to powerpoint

2012-09-15 Thread joseph . camill
Enhanced metafile

Sent on my BlackBerry® from Vodafone

-Original Message-
From: natu.ajin...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Sat, 15 Sep 2012 12:15:19 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Excel to powerpoint

What format are u pasting the picture as?
Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph.cam...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Sat, 15 Sep 2012 11:59:05 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Excel to powerpoint

Hi,

I am using MSOffice 2010. I create charts in excel and paste them in PowerPoint 
as picture, the resolution of the chart is very poor. This does not happen when 
I use 2007 version.

Please help.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.


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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.


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




$$Excel-Macros$$ Excel to powerpoint

2012-09-15 Thread joseph . camill
Hi,

I am using MSOffice 2010. I create charts in excel and paste them in PowerPoint 
as picture, the resolution of the chart is very poor. This does not happen when 
I use 2007 version.

Please help.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Need a Suggestion for the formula

2012-08-17 Thread joseph . camill
Hi Rajan,

Could you please elaborate?

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: "Rajan_Verma" 
Sender: excel-macros@googlegroups.com
Date: Fri, 17 Aug 2012 22:12:08 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: RE: $$Excel-Macros$$ Need a Suggestion for the formula

 

You can use DCount()

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Santosh Kumar Singh
Sent: 17 August 2012 10:14
To: excel-macros@googlegroups.com
Cc: dguille...@gmail.com
Subject: $$Excel-Macros$$ Need a Suggestion for the formula

 

Dear Group,

Please suggest  

How we can reduce this formula (if Possible)

 

=COUNTIFS('Jan12'!F4:F60,"=Corrective",'Jan12'!H4:H60,"=DATA",'Jan12'!G4:G60
,"=Completed")+COUNTIFS('Jan12'!F4:F60,"=Implementation",'Jan12'!H4:H60,"=DA
TA",'Jan12'!G4:G60,"=Completed")+COUNTIFS('Jan12'!F4:F60,"=Training",'Jan12'
!H4:H60,"=DATA",'Jan12'!G4:G60,"=Completed")+COUNTIFS('Jan12'!F4:F60,"=Infor
mation",'Jan12'!H4:H60,"=DATA",'Jan12'!G4:G60,"=Completed")

 

 

Thanks 

Santosh Singh

7702004100

-- 
Join official facebook page of this forum @
https://www.facebook.com/discussexcel
 
FORUM RULES (1120+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please
Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will
not get quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security
measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited. 
 
6) Jobs posting is not allowed.
 
7) Sharing copyrighted ebooks/pirated ebooks/their links is not allowed.
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups
"MS EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to
excel-macros+unsubscr...@googlegroups.com.
 
 

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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.



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

FORUM RULES (1120+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

6) Jobs posting is not allowed.

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

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To post to this group, send email to excel-macros@googlegroups.com.
To unsubscribe from this group, send email to 
excel-macros+unsubscr...@googlegroups.com.




Re: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member July 2012

2012-08-04 Thread joseph . camill
Thanks Noorain for your effort. Also, thanks to all the people in the group for 
your voluntary help.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: "Indrajit $nai" 
Sender: excel-macros@googlegroups.com
Date: Sat, 4 Aug 2012 20:48:25 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member July 2012

Congrats Noorain. :)


On Sat, Aug 4, 2012 at 5:20 PM, jmothilal  wrote:

> Thanks with Congrats  Noorain.
>
> Mothilal.J
>
> On Sat, Aug 4, 2012 at 4:16 AM, dguillett1  wrote:
>
>>   Good work!
>>
>> Don Guillett
>> Microsoft Excel Developer
>> SalesAid Software
>> dguille...@gmail.com
>>
>>  *From:* Ayush Jain 
>> *Sent:* Friday, August 03, 2012 12:40 PM
>> *To:* excel-macros 
>> *Subject:* $$Excel-Macros$$ Noorain Ansari - Most Helpful Member July
>> 2012
>>
>>  Dear members,
>>
>> Noorain Ansari has been selected as 'Most Helpful Member' for the month
>> of July'12. He has posted 143 posts in July 2012 and helped many forum
>> members through his excel expertise.
>>
>> I truly appreciate his consistency and commitment to the group. He is
>> really doing great job.
>>
>> Thanks to Don, Deba Ranjan, Magnesh, Ashish, Rajan, bpascal, Prince,
>> Sunita and other folks for helping excel enthusiasts voluntarily !!
>> Keep posting.
>>
>> Regards,
>> Ayush Jain
>> Group Manager
>> Microsoft MVP
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>
>
>
> --
>
> *J.Mothilal : **Universal Computer Systems : # 16, Brindavan Complex
> :Otteri, Vellore-2*
>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>
>
>

-- 
FORUM RULES (986+ 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, f

Re: $$Excel-Macros$$ Re: Download MS Office 2013 (Trial version)

2012-07-30 Thread joseph camill
Hi Noorain,

Please help me understand, I may be wrong. I do not see Office 2013 on
Microsoft website.

Is this Open Document?

Thanks,

Joseph

On Tue, Jul 31, 2012 at 9:20 AM, NOORAIN ANSARI wrote:

> Dear Pascal,
>
> Yes Brother, below link is safe, I have download 2013 from here and it is
> working fine.
>
> http://www.hacktrix.com/download-microsoft-office-2013-now
>
>
> On Mon, Jul 30, 2012 at 10:37 PM, bpascal123  wrote:
>
>> Noorain, are these links safe? Microsoft usually releases trial versions
>> through a dedicated web portail. plz advise -Pascal
>>
>> On Monday, July 30, 2012 7:17:38 AM UTC+1, NOORAIN ANSARI wrote:
>>>
>>> Dear Group,
>>>
>>> Use the following links to download, MS Office 2013 64 Bit & 32 Bit - 60
>>> days trial version:
>>>
>>> http://kat.ph/microsoft-**office-professional-2013-with-**
>>> serial-t6517550.html
>>>
>>>
>>> http://kat.ph/microsoft-**office-preview-2013-**
>>> standalone-installer-x86-**tejasnair-t6513972.html
>>>
>>> http://www.hacktrix.com/**download-microsoft-office-**2013-now
>>>
>>> N.B. You need a torrent download client, like Utorrent, Bitcomet etc.
>>>
>>>
>>>
>>> --
>>> With Regards,
>>> Noorain Ansari
>>> http:// 
>>> noorainansari.com
>>> http:// excelvbaclinic.**
>>> blogspot.com 
>>> http://accesssqclinic.**blogspot.in/
>>>
>>>
>>>
>>>
>>>  --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>
>
>
> --
> With Regards,
> Noorain Ansari
> http:// 
> noorainansari.com
> http:// 
> excelvbaclinic.blogspot.com 
> http://accesssqclinic.blogspot.in/
>
>
>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>
>
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com




Re: $$Excel-Macros$$ Sherry's HotList

2012-07-16 Thread joseph . camill
Hi moderators,

Per rule please ban this user.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: "sherry .." 
Sender: excel-macros@googlegroups.com
Date: Mon, 16 Jul 2012 21:24:44 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Sherry's HotList

*Hi,*

*Hope you are doing great today..*

*Please find the updated hotlist of my consultants..*

*Please send the requirements to she...@nityainc.com or feel free to call
me at 801-833-0416*

* *

*Consultant*

*Technology*

*Location*

*Relocation*

*Karthik*

*Oracle apps Finance functional consultant*

*Moore, OK*

*Anywhere*

*Konda*

*Oracle Apps SCM Consultant*

*Chicago,IL
   *

*Chicago, IL*

*Arun*

*Oracle Apps Techno- functional*

*Texas*

*CA and UT*

*Chanikya*

*Oracle Apps technical Consultant*

*Indianapolis, IN*

*Anywhere *

*Padma*

*.Net Developer*

*Salt Lake City, UT*

*Salt Lake City, UT*

*Shilpa*

*Informatica Developer*

*Hopkins, MN*

*Salt Lake City, UT*

*Sneha*

*Java Developer*

*Kansas City, MO*

*Only TX*



*Thanks & Regards**...**?*

* *

*Sherry*

*NITYA** **Software Solutions, Inc***

*Direct:801-833-0416;  Office : 801-983-2771;  Fax:801-606-7919***

*Email: **she...@nityainc.com* *; Web: **
www.nityainc.com* **

*[image: Description: Description: Description:
http://images.wisestamp.com/yahoo.png]**&** **[image: Description:
Description: Description: http://images.wisestamp.com/gtalk.png]**: **
sherry.nityainc***

*9690 South 300 West, #319 Salt Lake City, UT 84070***

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ copy color from cell base on condition formating

2012-07-16 Thread joseph . camill
Please try paste special format

Sent on my BlackBerry® from Vodafone

-Original Message-
From: pawel lupinski 
Sender: excel-macros@googlegroups.com
Date: Mon, 16 Jul 2012 07:38:57 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ copy color from cell base on condition formating

Hi All,
I'd like to ask you for favour. I have an issue with copy of the colour from 
condition formating to new place. 
What I'd like to do is: copy values and colour to "Sheet2" cell B3 in the way 
that I will have the value and the same colour.But the issue is colour can not 
be base on condition formating? Does anyone know how to do it?
Regards
Pawel

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Thousand seperator in Millions

2012-07-12 Thread joseph . camill
You can get this done by changing language regional settings of your PC.

Thanks,
Joseph 
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Dileep Kumar 
Sender: excel-macros@googlegroups.com
Date: Thu, 12 Jul 2012 19:30:18 
To: 
Reply-To: excel-macros@googlegroups.com
Cc: Haseeb Avarakkan
Subject: $$Excel-Macros$$ Thousand seperator in Millions

Hi Friends,

I have a situation here, I have a data sheet coloum c contains some numbers
in indian comma style but I need comma in westran style(Millions) can any
one please help me...

-- 
Regards,
Dileep Kumar Kaza

Duty is God Work is Worship

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Unique list

2012-07-12 Thread joseph . camill
Thanks Noorain, 

Can you give me a formula to retrieve this.

Thanks, 
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: NOORAIN ANSARI 
Sender: excel-macros@googlegroups.com
Date: Thu, 12 Jul 2012 11:47:55 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Unique list

Dear Joseph,

Please try it..

Sub Unique_List_Creater()
Dim i As Long
Dim col As Long
Dim rw As Long
Dim sh As Worksheet
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
Set sh = ThisWorkbook.Sheets(3)
sh.Range("F2:F" & sh.Cells(Rows.Count, "F").End(xlUp).Row).
ClearContents
sh.Range("F1").Value = "Unique List"
i = sh.Cells(Rows.Count, "F").End(xlUp).Row + 1
j = 2
For col = 1 To sh.Cells(1, 1).End(xlToRight).Column
For rw = 2 To sh.Cells(Rows.Count, 1).End(xlUp).Row
sh.Cells(rw, col).Copy sh.Cells(j, "F")
j = j + 1
Next rw
Next col
sh.Range("F2:F" & sh.Cells(Rows.Count, "F").End(xlUp).Row).RemoveDuplicates
1
Application.ScreenUpdating = True
Application.Calculation = xlCalculationAutomatic
End Sub

see attached sheet for reference


On Thu, Jul 12, 2012 at 9:11 AM,  wrote:

> Hi experts,
>
> The formulae provided by the members is working fine when I have data in
> one column. But if I have to do the same from multiple columns, then how do
> I do?
>
> Thanks,
> Joseph
> Sent on my BlackBerry® from Vodafone
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com




-- 
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ Unique list

2012-07-11 Thread joseph . camill
Hi experts,

The formulae provided by the members is working fine when I have data in one 
column. But if I have to do the same from multiple columns, then how do I do?

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ MVP Award....Congratulations Ashish Koul and Dilip Pandey !!--Add

2012-07-04 Thread joseph . camill
Hi Pankaj,

Its an appreciation given to group members for helping.

Correct me Ayush if I am wrong.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: pankaj gmail account 
Sender: excel-macros@googlegroups.com
Date: Thu, 5 Jul 2012 09:37:17 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ MVP AwardCongratulations Ashish Koul and
 Dilip Pandey !!--Add

These kind of Congratulating etc

Regards
Pankaj

On Wed, Jul 4, 2012 at 10:20 PM, Bé Trần Văn wrote:

> I just want to congratulate Ashish and Dilip.
> and contributions that you want two more forums.
>
> 2012/7/4 Ayush Jain 
>
>> Pankaj,
>>
>> Please let me know which advertisements you are referring to.
>>
>> Thanks,
>>
>>
>> On Tuesday, 3 July 2012 11:25:02 UTC+5:30, panky wrote:
>>
>>> Dear Moderator,
>>>
>>> Please also Ban these kinds of Promotional/Advertisements in this forum.
>>>
>>> They are not related to Excel Help.
>>>
>>> Please advice
>>>
>>>
>>> Thanks and Regads,
>>> Pankaj Michael
>>>
>>> On Sun, Jul 1, 2012 at 9:54 PM, Ayush Jain wrote:
>>>
 Dear members,

 I am extremely happy to inform you that two members of the group are
 awarded Microsoft Most Valuable Professional Award.
 My heartiest congratulations to *Ashish koul* and *Dilip Pandey* and
 thanks for their big support to this forum.

 Keep posting !

 Best regards,
 Ayush Jain
 Group Manager
 Microsoft MVP




 --
 FORUM RULES (986+ 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.

 NOTE : Don't ever post personal or confidential data in a workbook.
 Forum owners and members are not responsible for any loss.

 --**--**
 --**
 To post to this group, send email to excel-macros@googlegroups.com

 To unsubscribe, send a blank email to excel-macros+unsubscribe@**
 googlegroups.com 
>>>
>>>
>>>
>>>
>>> --
>>> Pankaj Kumar
>>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Pankaj Kumar

-- 
FORUM RULES (986+ 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 meas

Re: $$Excel-Macros$$ Unique value formula required

2012-06-13 Thread joseph . camill
Hi Noorain, Maries and Mahesh,

Please explain in detail how each of your formula works.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Maries 
Sender: excel-macros@googlegroups.com
Date: Mon, 4 Jun 2012 03:49:32 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Unique value formula required

Hi,

Also try below array formula,

=IFERROR(INDEX($C$2:$C$25,MATCH(0,COUNTIF($E$1:E1,$C$2:$C$25),0)),"")



On Mon, Jun 4, 2012 at 2:15 AM, NOORAIN ANSARI wrote:

> Nice Solution Mahesh.
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com
> www.excelmacroworld.blogspot.com
>
>
> On Sun, Jun 3, 2012 at 1:53 AM, Mahesh parab  wrote:
>
>> Hi  Avinash
>>
>> Perhaps ..! you can use below Array formula with dynamic name range
>> and without any helper column
>>
>> =IFERROR(INDEX(DESIG,MATCH(0,COUNTIF($F$1:F1,DESIG),0)),"")
>>
>> DESIG refers to Dynamic Name Range : =OFFSET(Sheet1!$C$2, 0, 0,
>> COUNTA(Sheet1!$C:$C), 1)
>>
>> Use ctrl+shfit+Enter to enter formula
>>
>> HTH
>> Mahesh
>>
>>
>> On Sat, Jun 2, 2012 at 12:50 AM, Avinash wrote:
>>
>>> Hi NOORAIN,
>>>
>>> Thanks for your help man both the formula and macro works fine.
>>>
>>> you are just awesome man simply great only 5 lines of code and doing
>>> exceptional task.
>>>
>>> salute for your logic and your knowledge.
>>>
>>> not just words ! :)
>>>
>>> simply great.
>>>
>>> Regards,
>>>
>>> Avinash
>>>
>>> On Friday, June 1, 2012 11:17:27 PM UTC+5:30, NOORAIN ANSARI wrote:
>>>
 Dear Avinash,

 Please try this macro to create unique list

 *Sub Unique_List()
 Dim rng As Range
 Set rng = Application.InputBox("Select a range", , , , , , , 8)
 rng.AdvancedFilter Action:=xlFilterCopy, Copytorange:=Range("G2"),
 Unique:=True
 End Sub
 *

 See attached sheet..
 --
 Thanks & regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.**com


 On Fri, Jun 1, 2012 at 11:08 PM, NOORAIN ANSARI <
 noorain.ans...@gmail.com> wrote:

> Dear Avinash,
>
> Please try it with ctrl+shfit+Enter
> *=INDEX($D$2:$D$21,SMALL(IF($A$2:$A$21=1,ROW($D$2:$D$21),""),
> ROW(A1))-1)*
>
> See attached sheet
>
> On Fri, Jun 1, 2012 at 10:59 PM, Avinash wrote:
>
>> Hi Excel's,
>>
>> I want to retrieve unique records from the data. 1st preference will
>> be formula.
>>
>> otherwise if anyone can help me with the macro or function will also
>> welcome.
>>
>>
>> please find attached sheet for better understanding.
>>
>>
>> Regards,
>>
>> Avinash
>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook.
>> Forum owners and members are not responsible for any loss.
>>
>> --**--**
>> --**
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to excel-macros+unsubscribe@**
>> googlegroups.com 
>
>
>
>
>
>
>
>


 --
 Thanks & regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.**com





>>> On Friday, June 1, 2012 11:17:27 PM UTC+5:30, NOORAIN ANSARI wrote:

 Dear Avinash,

 Please try this macro to create unique list

 *Sub Unique_List()
 Dim rng As Range
 Set rng = Application.InputBox("Select a range", , , , , , , 8)
 rng.AdvancedFilter Action:=xlFilterCopy, Copytorange:=Range("G2"),
 Unique:=True
 End Sub
 *

 See attached sheet..
 --
 Thanks & regards,
 Noorain Ansari
 www.noorainansari.com
 www.excelmacroworld.blogspot.**com


 On Fri, Jun 1, 2012 at 11:08 PM, NOORAIN ANSARI <
 noorain.ans...@gmail.com> wrote:

> Dear Avinash,
>
> Please try it with ctrl+shfit+Enter
> *=INDEX($D$2:$D$21,SMALL(IF($A$2:$A$21=1,ROW($D$2:$D$21),""),
> ROW(A1))-1)*
>
> See attached sheet
>
> --
> Thanks & regar

Re: $$Excel-Macros$$ HELLO

2012-06-12 Thread joseph . camill
Hi,

I saw a similar thing on another block, wherein the guy warned in his next mail 
not to open the link and said it is a spam and has not been sent by him.

How can we protect our mail from such spam?

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: NOORAIN ANSARI 
Sender: excel-macros@googlegroups.com
Date: Wed, 13 Jun 2012 08:32:21 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ HELLO

Dear Michael,

Please follow...

5)  Cross-promotion of, or links to, forums competitive to this forum in
signatures are prohibited.

-- 
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

On Wed, Jun 13, 2012 at 4:46 AM, Michael Brumby wrote:

>
> this is intense you should check this out
> http://www.business15nanews.net/biz/?page=0655543
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Introduce Yourself !!

2012-06-09 Thread joseph . camill
Hi everyone,

My name is Joseph. I live in Mumbai, age 34 years. I work as a Presentation 
Specialist. I work only on PowerPoint, Excel and Word. 

Thanks and regards,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: resp...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Fri, 8 Jun 2012 19:34:15 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Introduce Yourself !!

Hilary from Ghana. A stockbroker. Interest  is excel and football.
Sent from my BlackBerry® smartphone from Airtel Ghana

-Original Message-
From: Ayush Jain 
Sender: excel-macros@googlegroups.com
Date: Fri, 8 Jun 2012 12:21:59 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Introduce Yourself !!

Hey all new and current posters,
 
Welcome to excel group,one of the largest online community of excel Fans!
 
I hope you enjoy your time here & find this forum to be a friendly and 
knowledgeable community. Please feel free to post a small introduction, a 
friendly hello or tell us a bit about yourself. Why not tell us where are 
you from, what you do, what your interests are, how old you are, which is 
your favourite excel site or blog is or anything else that comes to mind!

Thanks for your time
Ayush Jain
Group Manager
Microsoft MVP

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Re: extract data from table

2012-06-06 Thread joseph . camill
Noorain, I liked your formula as it is working per my requirement. Now, I need 
to build a chart based on this. Can we have a column chart that uses the exact 
columns and ignore the extras.
Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph.cam...@gmail.com
Date: Wed, 6 Jun 2012 04:03:24 
To: 
Reply-To: joseph.cam...@gmail.com
Subject: Re: $$Excel-Macros$$ Re: extract data from table

Great Noorain and Seraj,

Will revert if incase of any issue.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Seraj Alam 
Sender: excel-macros@googlegroups.com
Date: Tue, 5 Jun 2012 20:31:55 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Re: extract data from table

Hi

You can use below formula also...

=IFERROR(INDEX($B$3:$S$3,MATCH(B$19,$B$1:$S$1,0)),"")

On Tue, Jun 5, 2012 at 7:31 PM, NOORAIN ANSARI wrote:

> Dear Joseph,
>
> Please find attached sheet, Hope it will help to you.
>
> for Column Heading
>
> =IFERROR(INDEX($1:$1,0,SMALL(IF(($A$2:$A$11=$A$16)*($A$2:$S$11<>0),COLUMN($B$1:$S$1),""),COLUMN(B1))-1),"")
> For Numbers without 0
> =IFERROR(HLOOKUP(B$15,$B$1:$S$11,MATCH($A16,$A$1:$A$11,0),0),"")
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com
> www.excelmacroworld.blogspot.com
>
> On Wed, Jun 6, 2012 at 1:10 AM, Vish  wrote:
>
>> Hi,
>>
>> Is your table going to be the same? I mean the number of columns and rows
>> going to be same??
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>>  --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>
>
>
>
>
>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Thanks & Regards
Seraj Alam
*+91 989 130 1776*

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread 

Re: $$Excel-Macros$$ Re: extract data from table

2012-06-05 Thread joseph . camill
Great Noorain and Seraj,

Will revert if incase of any issue.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Seraj Alam 
Sender: excel-macros@googlegroups.com
Date: Tue, 5 Jun 2012 20:31:55 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Re: extract data from table

Hi

You can use below formula also...

=IFERROR(INDEX($B$3:$S$3,MATCH(B$19,$B$1:$S$1,0)),"")

On Tue, Jun 5, 2012 at 7:31 PM, NOORAIN ANSARI wrote:

> Dear Joseph,
>
> Please find attached sheet, Hope it will help to you.
>
> for Column Heading
>
> =IFERROR(INDEX($1:$1,0,SMALL(IF(($A$2:$A$11=$A$16)*($A$2:$S$11<>0),COLUMN($B$1:$S$1),""),COLUMN(B1))-1),"")
> For Numbers without 0
> =IFERROR(HLOOKUP(B$15,$B$1:$S$11,MATCH($A16,$A$1:$A$11,0),0),"")
>
>
> --
> Thanks & regards,
> Noorain Ansari
> www.noorainansari.com
> www.excelmacroworld.blogspot.com
>
> On Wed, Jun 6, 2012 at 1:10 AM, Vish  wrote:
>
>> Hi,
>>
>> Is your table going to be the same? I mean the number of columns and rows
>> going to be same??
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>>  --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>
>
>
>
>
>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Thanks & Regards
Seraj Alam
*+91 989 130 1776*

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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 competitiv

Re: $$Excel-Macros$$ Re: extract data from table

2012-06-05 Thread joseph camill
Can you also give me an option if my number of rows change.

On Wed, Jun 6, 2012 at 1:18 AM, joseph camill wrote:

> yes, the number of rows and columns will be the same, but the values in it
> may change.
>
>
> On Wed, Jun 6, 2012 at 1:10 AM, Vish  wrote:
>
>> Hi,
>>
>> Is your table going to be the same? I mean the number of columns and rows
>> going to be same??
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>>
>> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>>
>>> Hi,
>>>
>>> I have a table and need to extract data that is non-zero.
>>>
>>> Attached is the sample file for your reference.
>>>
>>> Thanks,
>>> Joseph
>>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>
>
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ Re: extract data from table

2012-06-05 Thread joseph camill
yes, the number of rows and columns will be the same, but the values in it
may change.

On Wed, Jun 6, 2012 at 1:10 AM, Vish  wrote:

> Hi,
>
> Is your table going to be the same? I mean the number of columns and rows
> going to be same??
>
> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>
>> Hi,
>>
>> I have a table and need to extract data that is non-zero.
>>
>> Attached is the sample file for your reference.
>>
>> Thanks,
>> Joseph
>>
>
> On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote:
>>
>> Hi,
>>
>> I have a table and need to extract data that is non-zero.
>>
>> Attached is the sample file for your reference.
>>
>> Thanks,
>> Joseph
>>
> --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

$$Excel-Macros$$ extract data from table

2012-06-05 Thread joseph camill
Hi,

I have a table and need to extract data that is non-zero.

Attached is the sample file for your reference.

Thanks,
Joseph

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

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


Re: $$Excel-Macros$$ Creating a Chart with bubble on it

2012-06-04 Thread joseph . camill
Also remember, a bubble chart has third variant, that specifies the bubble size.

Thanks,
Joseph

Sent on my BlackBerry® from Vodafone

-Original Message-
From: David Grugeon 
Sender: excel-macros@googlegroups.com
Date: Tue, 5 Jun 2012 10:46:32 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Creating a Chart with bubble on it

Could you post a picture of the chart you are talking about?

On 5 June 2012 08:01, SR  wrote:

>
> I have seen a report in my company which shows on two axis - the two
> parameters of an account and a line connects to these and there is a bubble
> placed on the line to indicate the volume,
>
> OK to simplify - it is basically an AR related report - on one axis - it
> shows - how many days old past due - on the other axis - it shows - how
> many days it takes to bill (billing delays in days) and then a line
> connects these two and points and on this line, a bubble shows how much
> inventory (volume of AR past due + amount to be invoiced i.e. total
> inventory).
>
> I can provide more information but I need to create such report for a
> dashboard ...
>
> All help shall be highly appreciated...
>
> --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com




-- 
David Grugeon

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com

Re: $$Excel-Macros$$ MACRO

2012-05-29 Thread joseph . camill
Please send it to me at josephcam...@yahoo.com

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: NOORAIN ANSARI 
Sender: excel-macros@googlegroups.com
Date: Tue, 29 May 2012 18:26:24 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ MACRO

Dear Mangesh,

File is heavy so, I have send u on your email ID
Please check.

-- 
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com


On Tue, May 29, 2012 at 6:11 PM, Mangesh Dayne wrote:

> Hi Noorain,
>
> Send same for Excel 07 Please.
>
> Thanks
>
> MAnGesh
>
>
> On Tue, May 29, 2012 at 3:31 PM, NOORAIN ANSARI 
> wrote:
>
>> Dear Sagar,
>>
>> Please find attached study material of Basic Macro and  follow
>> excel-macro group on regular basis.
>>
>>
>> On Tue, May 29, 2012 at 2:28 PM, SAGAR KASANGOTTUWAR <
>> sagarkasangottu...@gmail.com> wrote:
>>
>>> Dear All,
>>>
>>> I want to learn MACRO's from basic so kindly give me some material for
>>> the same.
>>>
>>>
>>> Thanks & Regards,
>>>
>>> K SAGAR
>>>
>>> --
>>> FORUM RULES (986+ 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.
>>>
>>> NOTE : Don't ever post personal or confidential data in a workbook.
>>> Forum owners and members are not responsible for any loss.
>>>
>>>
>>> --
>>> To post to this group, send email to excel-macros@googlegroups.com
>>>
>>> To unsubscribe, send a blank email to
>>> excel-macros+unsubscr...@googlegroups.com
>>
>>
>>
>>
>>
>>
>>
>>  --
>> FORUM RULES (986+ 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.
>>
>> NOTE : Don't ever post personal or confidential data in a workbook. Forum
>> owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>> To unsubscribe, send a blank email to
>> excel-macros+unsubscr...@googlegroups.com
>>
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> To unsubscribe, send a blank email to
> excel-macros+unsubscr...@googlegroups.com
>



-- 
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, 

$$Excel-Macros$$ Bold and italics

2012-05-25 Thread joseph . camill
Hi,

I have concatenated two values.
E.g., cell A1 has 12%, and A24 has 1. I want to concatenate both values in cell 
A40 as 12% 1, but 12% should be bold and 1 italics.

Please help.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

To unsubscribe, send a blank email to excel-macros+unsubscr...@googlegroups.com


Re: $$Excel-Macros$$ Urgent Client Position ::: Senior Websphere Systems Administrator - Work Location : Eldorado Hill , CA

2012-05-24 Thread joseph . camill
Hi Thomas/Sai,

Please do not post job vacancy in this group.

Moderator: please delete this thread.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-Original Message-
From: sai girish 
Sender: excel-macros@googlegroups.com
Date: Thu, 24 May 2012 01:45:42 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Urgent Client Position ::: Senior Websphere Systems
 Administrator - Work Location : Eldorado Hill , CA

*Hi,*

*This is Thomas Fedrick, - Recruitment and Resources from SancroSoft USA
Inc.*

We have an urgent requirement as follows:

Please reply to this email with the latest copy of your resume in MS-Word
Format with the following details to
*tho...@sancrosoftusa.com*

Full Name :
Location :
Contact Number :
Email :
Availability :
Rate / Hour :
Visa Status :

*Requirement Details** :--**
*
*Senior Websphere Systems Administrator*
Work Location : Eldorado Hill , CA
Duration: 12 months Contract
Rate : Market

Job Summary:

•  Responsible for supporting WPS in development, QA, and
production environments.

•  This includes providing operational support from built in
functions controlling WPS as well managing WPS environments from command
line Linux environments

•  Responsible for making sure that multiple systems are
communicating with each other effectively.

•  Collaborating with team of 15 on-shore and off-shore resources.

•  Monitor WAS logs for application errors and notify development
accordingly.

•  Maintaining extensive existing documentation of current
environment as well as identifying gaps in documentation.

•  Add optimizations to the applications when and where necessary
(e.g. logging, security, performance).

•  Assisting with development and implementation of system
monitoring tools and scripts that support the environment

•  Candidate will be supporting a recently published environment
that has lots of opportunity for improvement. Opportunity exists for growth
of team and candidate is expected to advise in this process.

•  Candidate MUST exhibit mastery of subject matter for Websphere
Process Server.

•  Candidate will be expected to have some experience supporting
Websphere Application Server.







*Thanks & Regards*

*Thomas Fedrick**
**Recruiting Specialist "IT Services"*

*[image: Description: Description: Description: Description: Description:
Description: cid:image001.jpg@01CD14F0.B169F430] [image: Description:
Description: Description: Description: Description: Description:
cid:image002.jpg@01CD14F0.B169F430] *

* **The power of focus*

*SancroSoft USA INC*

*4944 Sunrise Blvd, Suite B-4 || Fair Oaks, CA 95628
Phone : 916-671-5559*  ||* 916-671-5584 *||* Fax: 916-200-0305*
*E-Mail :* *tho...@sancrosoftusa.com*  || *
www.sancrosoftusa.com* 
*
We place professionals in contract, contract-to-hire and full-time
employment positions *

*across all IT and Engineering disciplines, **nationwide*

Stay Connected:

[image: Description: Description: Description: Description: Description:
Description: 
cid:image003.png@01CD14F0.B169F430]

[image: Description: Description: Description: Description: Description:
Description: 
cid:image004.png@01CD14F0.B169F430]

[image: Description: Description: Description: Description: Description:
Description: 
cid:image005.png@01CD14F0.B169F430]

For More Job Openings , Please Visit my blog   [image: Description:
Description: Description: Description: Description: Description:
http://t0.gstatic.com/images?q=tbn:ANd9GcTtrxGMSDzmqNcd78ZgJEjlJHrdvfl3wZ7N2W02bC6UwOEQJQUO]

The information contained in this email message is intended only for the
personal and confidential use of the recipient(s) named above. The message
may be privileged and confidential and protected from disclosure. If the
reader of this message is not the intended recipient or an agent
responsible for delivering it to the intended recipient, you are hereby
notified that you have received this document in error and that any review,
dissemination, distribution, copying of this message is strictly
prohibited. If you have received this communication in error, please notify
us immediately by email and delete the original message.

-- 
FORUM RULES (986+ 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

Re: $$Excel-Macros$$ NEW RULE : No more job postings in this forum.

2012-05-20 Thread joseph . camill
Good decision Ayush.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: Ayush Jain 
Sender: excel-macros@googlegroups.com
Date: Sun, 20 May 2012 07:54:03 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ NEW RULE : No more job postings in this forum.

Hello everyone,
 
There is sudden increase in job posts and more than half of all job posts 
are irrelevent & not related to excel.
I have decided not to allow any jobs whether related to excel or not. *This 
is not employment forum and intended to help on excel queries only.*
 
Anyone found posting jobs will be banned without any warning.
 
Let me know if you have any questions.
 
Regards
Ayush Jain
Group Manager and Microsoft MVP

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread joseph camill
On Wed, May 16, 2012 at 1:08 AM, joseph camill wrote:

> Attached is an example
>
>
> On Wed, May 16, 2012 at 12:48 AM,  wrote:
>
>> Hi,
>>
>> Is it possible to concatenate two values in one cell and seperate the
>> first value to top left and second value to bottom right of the same cell.
>>
>> For e.g. £25m and €12m both in cell a1. And both are clearly seperate
>> from each other.
>>
>> Thanks,
>> Joseph
>> Sent on my BlackBerry® from Vodafone
>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE  : Don't ever post personal or confidential data in a workbook.
>> Forum owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


2 values in one cell.xls
Description: MS-Excel spreadsheet


Re: $$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread joseph camill
Attached is an example

On Wed, May 16, 2012 at 12:48 AM,  wrote:

> Hi,
>
> Is it possible to concatenate two values in one cell and seperate the
> first value to top left and second value to bottom right of the same cell.
>
> For e.g. £25m and €12m both in cell a1. And both are clearly seperate from
> each other.
>
> Thanks,
> Joseph
> Sent on my BlackBerry® from Vodafone
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


2 values in one cell.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet


$$Excel-Macros$$ 2 Values in the same cell

2012-05-15 Thread joseph . camill
Hi,

Is it possible to concatenate two values in one cell and seperate the first 
value to top left and second value to bottom right of the same cell.

For e.g. £25m and €12m both in cell a1. And both are clearly seperate from each 
other. 

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Charts

2012-05-05 Thread joseph . camill

Sent on my BlackBerry® from Vodafone

-Original Message-
From: joseph.cam...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Sat, 5 May 2012 04:32:26 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Charts

Hi,

I create a lot of stacked charts and I spend a lot of time formatting the 
overlapped numbers.

I need a macro that will move numbers that overlap other numbers in a stacked 
chart.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Charts

2012-05-04 Thread joseph . camill
Hi,

I create a lot of stacked charts and I spend a lot of time formatting the 
overlapped numbers.

I need a macro that will move numbers that overlap other numbers in a stacked 
chart.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Re: Find column # of first value greater than specified value?

2012-04-30 Thread joseph . camill
My 2 cents

What I understand is row 8 has data today price minus previous day price.

So in row 7 you can give:
=if(d7<1,"down","up")
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Filip Houdek 
Sender: excel-macros@googlegroups.com
Date: Mon, 30 Apr 2012 20:26:18 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: Find column # of first value greater than
 specified value?

Here is an example. I want to check row 8 ("Price move") to see whether a 
value greater than 1 or less than -1 comes first, and return "up" or "down" 
in a specified cell based on which comes first ("up" if 1 comes first and 
"down" if -1 comes first). 
Eventually I want to check the next 30 values in row 8, starting from a 
cell to be determined, like an array re-defined to 30 columns to the right 
each time (I haven't gotten that far yet). Thanks!

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Find column # of first value greater than specified value?

2012-04-29 Thread joseph . camill
Can you attach an example. 
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Filip Houdek 
Sender: excel-macros@googlegroups.com
Date: Sun, 29 Apr 2012 21:58:39 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Find column # of first value greater than specified 
value?

What formula would return the row or column number of the first value in an 
array greater than a specified value?  Eventually I'll need to compare the 
location with another location to see which comes first chronologically. I 
could list the numbers either vertically or horizontally, whichever is 
necessary.
thanks!

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Order by Rank

2012-04-08 Thread joseph . camill
Thanks everyone.
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Kris 
Sender: excel-macros@googlegroups.com
Date: Sun, 8 Apr 2012 06:34:59 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Order by Rank

The formula should be

=RANK(A2,$A$2:$A$9)+COUNTIF($A$2:A2,A2)-1

Kris
>
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Order by Rank

2012-04-07 Thread joseph . camill
Yes it is either ascending or descending. But if there are two ranks the same 
for example 3 is twice then it does not work.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: "Rajan_Verma" 
Sender: excel-macros@googlegroups.com
Date: Sat, 7 Apr 2012 22:59:25 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: RE: $$Excel-Macros$$ Order by Rank

You can sort in descending order

Rajan.

-Original Message-
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of joseph.cam...@gmail.com
Sent: Apr/Sat/2012 10:56
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Order by Rank


Hi,

I want to reorder products by rank in a particular order. It works fine when
the rank is unique. But when there are two products of same rank then it
does not. Please help.

I reorder using index formula.

Thanks in advance,
Joseph
Sent on my BlackBerryR from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum
owners and members are not responsible for any loss.


--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Order by Rank

2012-04-07 Thread joseph . camill
Hi,

I want to reorder products by rank in a particular order. It works fine when 
the rank is unique. But when there are two products of same rank then it does 
not. Please help.

I reorder using index formula.

Thanks in advance,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Unique problem

2012-03-06 Thread joseph . camill
Have you applied freeze panes?
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Abhishek Jain 
Sender: excel-macros@googlegroups.com
Date: Tue, 6 Mar 2012 22:03:33 
To: 
Reply-To: excel-macros@googlegroups.com
Cc: 
Subject: Re: $$Excel-Macros$$ Unique problem

I found this on another website. May be this can help -


> Sub CommentsMoveAndSize()
>
> '// Written by Greg Truby, July 2006
> '//
> '// If a large worksheet has comments and you
> '// attempt to apply AutoFilter, sometimes Excel will
> '// start telling you "Fixed objects will move."
> '//
> '// Per the kb article here:
> '// «« http://support.microsoft.com/default.aspx?id=211769 »»
> '// this routine fixes it.
> '//
> '// [Tested on a worksheet with 5,000 rows × 150 columns
> '//  and 1,796 comments.  Also tested on shared workbooks,
> '//  and protected worksheets. Neither raised an error.]
>
>
> Dim cmtEach As Comment
>
> If ActiveSheet.Type <> XlSheetType.xlWorksheet Then
> MsgBox "What are you? Daft?" & vbCr & vbCr & "Pick a worksheet.", _
> vbExclamation, "Bad Sheet Selection"
> Exit Sub
> ElseIf ActiveSheet.Comments.Count = 0 Then
> MsgBox "There are no comments on the active sheet.", vbInformation, 
> "I Have No Comment"
> Else
>
> '// Change each comment to "move and size with cells"
> For Each cmtEach In ActiveSheet.Comments
> cmtEach.Shape.Placement = xlMoveAndSize
> Next cmtEach
>
> End If
> End Sub
>
>

On Tue, Mar 6, 2012 at 9:01 PM, Rajan_Verma wrote:

> Once I had also face this problem but it was just because of comment box ..
> can not say anything without looking at worksheet.. if you can send on
> personal mail..
>
> Regards
> Rajan.
>
> -Original Message-
> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
> On Behalf Of chhajersand...@gmail.com
> Sent: Mar/Tue/2012 07:57
> To: excel-macros@googlegroups.com
> Subject: Re: $$Excel-Macros$$ Unique problem
>
> Dear Rajan,
>
> I don't have any unhidden comment there because only 3 of my row is now
> visible out of 5175 rows but my numbers are in the next column is in text
> so
> the usual excel notification is there (upper left side with green mark).
>
> Don't know what to do.
>
> For data privacy also can't send the worksheet.
>
> Please advice.
>
> Sandeep Chhajer.
> Sent on my BlackBerryR from Vodafone
>
> -Original Message-
> From: "Rajan_Verma" 
> Sender: excel-macros@googlegroups.com
> Date: Tue, 6 Mar 2012 19:24:04
> To: 
> Reply-To: excel-macros@googlegroups.com
> Subject: RE: $$Excel-Macros$$ Unique problem
>
>
> Try to Find any Unhidden Comment and Hide them.?
>
> -Original Message-
> From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
> On Behalf Of chhajersand...@gmail.com
> Sent: Mar/Tue/2012 07:08
> To: excel-macros@googlegroups.com
> Subject: $$Excel-Macros$$ Unique problem
>
> Dear Excel gurus,
>
> I am facing a unique problem.
>
> I have a file which has been filtered.
>
> Now when I am trying see all data..it is giving me a message saying.."fixed
> objects will move".
>
> I am clicking okay...but getting no result as it is appearing again and
> again.
>
> I have closed the file forcefully and reopened it but no avail.
>
> Please help.
>
> Thanking you in advance.
>
> Sandeep Chhajer.
> Sent on my BlackBerryR from Vodafone
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> 
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are 

Re: $$Excel-Macros$$ LOOKUP Formula for Two Table Variables

2012-03-01 Thread joseph . camill
Try a combination of index and match function

Sent on my BlackBerry® from Vodafone

-Original Message-
From: "John A. Smith" 
Sender: excel-macros@googlegroups.com
Date: Thu, 1 Mar 2012 12:10:21 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ LOOKUP Formula for Two Table Variables

Excel Teachers,

I need a formula that will look at a data table (typical; left-hand column
and column header row are the two variables of the lookup) and give the
intersecting value.

My data tables sometimes contain numbers, sometimes text, so it has to be
flexible enough to look only at the addresses and return any cell value of
the intersection (variables change with every download). Typically the
downloads I work with have many more columns and rows than I need and I
turn them into useful tables by eliminating the unused through formulas.

Thank you for your time and your continuing help.

John

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Concatenate help

2012-02-28 Thread joseph . camill
Awesome, thanks
Sent on my BlackBerry® from Vodafone

-Original Message-
From: Maries 
Sender: excel-macros@googlegroups.com
Date: Wed, 29 Feb 2012 08:38:54 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Concatenate help

*Try it:*

=TEXT(A1,".?")&" "&TEXT(A2,"0.0%")


On Tue, Feb 28, 2012 at 11:37 PM,  wrote:

> **
> Thank your for a prompt reply.
> Sent on my BlackBerry® from Vodafone
> --
> *From: * xlstime 
> *Sender: * excel-macros@googlegroups.com
> *Date: *Wed, 29 Feb 2012 01:04:59 +0530
> *To: *
> *ReplyTo: * excel-macros@googlegroups.com
> *Subject: *Re: $$Excel-Macros$$ Concatenate help
>
> Hi Joseph,
>
>
> use concatenate with text formula
>
> =CONCATENATE(A2,"   ",TEXT(A3,"0.00%"))
>
> On Wed, Feb 29, 2012 at 1:01 AM,  wrote:
>
>> Hi guys,
>>
>> I am trying to concatenate two cells.
>>
>> One cell ha absolute number whereas the other cell is a percentage.
>>
>> For e.g.,
>> Cell A1 = 10.534809
>> Cell A2 = 18.5648%
>>
>> The output should be:
>> Cell A3 = 10.5 18.5%
>>
>> But my output with Concatenate formula is 10.534809 0.185648
>>
>> Please help.
>>
>> Best,
>> Joseph
>> Sent on my BlackBerry® from Vodafone
>>
>> --
>> FORUM RULES (986+ 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.
>>
>> NOTE  : Don't ever post personal or confidential data in a workbook.
>> Forum owners and members are not responsible for any loss.
>>
>>
>> --
>> To post to this group, send email to excel-macros@googlegroups.com
>>
>
>
>
> --
> .
>
>  --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>
> --
> FORUM RULES (986+ 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.
>
> NOTE : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem,

Re: $$Excel-Macros$$ Concatenate help

2012-02-28 Thread joseph . camill
Thank your for a prompt reply.
Sent on my BlackBerry® from Vodafone

-Original Message-
From: xlstime 
Sender: excel-macros@googlegroups.com
Date: Wed, 29 Feb 2012 01:04:59 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Concatenate help

Hi Joseph,


use concatenate with text formula

=CONCATENATE(A2,"   ",TEXT(A3,"0.00%"))

On Wed, Feb 29, 2012 at 1:01 AM,  wrote:

> Hi guys,
>
> I am trying to concatenate two cells.
>
> One cell ha absolute number whereas the other cell is a percentage.
>
> For e.g.,
> Cell A1 = 10.534809
> Cell A2 = 18.5648%
>
> The output should be:
> Cell A3 = 10.5 18.5%
>
> But my output with Concatenate formula is 10.534809 0.185648
>
> Please help.
>
> Best,
> Joseph
> Sent on my BlackBerry® from Vodafone
>
> --
> FORUM RULES (986+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>



-- 
.

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Concatenate help

2012-02-28 Thread joseph . camill
Hi guys,

I am trying to concatenate two cells.

One cell ha absolute number whereas the other cell is a percentage.

For e.g.,
Cell A1 = 10.534809 
Cell A2 = 18.5648%

The output should be: 
Cell A3 = 10.5 18.5%

But my output with Concatenate formula is 10.534809 0.185648

Please help.

Best,
Joseph 
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (986+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ Macro to Paste excel cells to powerpoint as picture

2011-12-08 Thread joseph . camill
Thanks Noorain.

Sent on my BlackBerry® from Vodafone

-Original Message-
From: NOORAIN ANSARI 
Sender: excel-macros@googlegroups.com
Date: Thu, 8 Dec 2011 23:01:08 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Macro to Paste excel cells to powerpoint as 
picture

Dear Joseph,

Please try through below link..
 http://www.excelvbamacros.com/2011/06/excel-to-powerpoint-1.html


On Thu, Dec 8, 2011 at 10:45 AM,  wrote:

> Hi Macro team,
>
> I have a lot of tables in excel that I need to paste on powerpoint. Please
> help me.
>
> Thanks,
> Joseph
> Sent on my BlackBerry® from Vodafone
>
> --
> FORUM RULES (934+ 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.
>
> NOTE  : Don't ever post personal or confidential data in a workbook. Forum
> owners and members are not responsible for any loss.
>
>
> --
> To post to this group, send email to excel-macros@googlegroups.com
>



-- 
Thanks & regards,
Noorain Ansari
 *http://excelmacroworld.blogspot.com/*
*http://noorain-ansari.blogspot.com/* 

-- 
FORUM RULES (934+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (934+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


$$Excel-Macros$$ Macro to Paste excel cells to powerpoint as picture

2011-12-07 Thread joseph . camill
Hi Macro team,

I have a lot of tables in excel that I need to paste on powerpoint. Please help 
me.

Thanks,
Joseph
Sent on my BlackBerry® from Vodafone

-- 
FORUM RULES (934+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


Re: $$Excel-Macros$$ sumary of worksheet's names

2011-11-08 Thread joseph . camill
Check this link and let me know this was helpful.
"http://sourcedaddy.com/ms-excel/create-list-worksheet-names.html";

Sent on my BlackBerryŽ from Vodafone

-Original Message-
From: Chamili Coelho da Costa 
Sender: excel-macros@googlegroups.com
Date: Tue, 8 Nov 2011 12:56:20 
To: 
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ sumary of worksheet's names

Hi!

How can I create a sumary with all the worksheet's name of the workbook?

Thanks

-- 
FORUM RULES (925+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (925+ 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. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

--
To post to this group, send email to excel-macros@googlegroups.com


  1   2   >