$$Excel-Macros$$ Teach Formula Series

2012-09-11 Thread Vinod Narayanan
Hi All,

Request the group to start a thread which teaches excel formulas..

- Explain the formula
- Difference ( if any) in 2003, 2007  2010 versions
- Examples 

Your thoughts please

Thanks and Regards
Vinod

-- 
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$$ detecting loggedin user

2012-09-11 Thread Midhun Thampan
Hi All;

Thanks a lot.

Paul Thanks for ur help to guide me through properly.
I can now go forward with this one..
Thanks Again;
regards Midhun

On Tue, Sep 11, 2012 at 7:29 AM, Asa Rossoff a...@lovetour.info wrote:
 Hi Midhun,



 I like Paul's thorough response.



 I thought I'd mention that there is a simpler / easier-to-remember way of
 detecting the logged-in user's name from a macro:

 Function ReturnUserName() As String

 UserName = Environ(USERNAME)

 End Function



 It is slightly less secure, since the environment variable could be fairly
 easily modified by a knowledgeable user (in other words Paul's method is
 actually preferable).  But no security you implement in Excel will be high
 security anyway.



 If the data you are hiding is of an actual confidential nature, I would
 recommend instead using a macro to generate a copy of the spreadsheet that
 only contains the data for a single user, and sending that to the end-user.



 Asa





 From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
 On Behalf Of Paul Schreiner
 Sent: Monday, September 10, 2012 12:06 PM
 To: excel-macros@googlegroups.com
 Subject: Re: $$Excel-Macros$$ detecting loggedin user



 Here's something I threw together from macros I already had.

 I didn't spend too much time on it.

 I hope they have what you're looking for.



 There are several things you MENTIONED that I tried to include.

 Since you want the user to view ONLY his performance,

 I added filters to the YTD Output sheet and protected it with a password
 testpassword.

 (you can change it to whatever you wish)

 The file should be saved with only blank rows displayed and password
 protected.

 You'll also want to password protect  your VBA project so that the users
 won't be able to

 open the VBEditor and read the sheet password.



 When the user opens the file, it determines the user's ID based on his/her
 Windows login.

 It then updates the Userid in the YTD Performance sheet.



 A change Event on this sheet checks for a changed userid and calls a
 function

 that unprotects the Output sheet, changes the filter to include only the
 userid,

 then re-protects the sheet.



 hope this gives you enough to work with to complete your task.


 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: Midhun Thampan midhun.tham...@gmail.com
 To: excel-macros@googlegroups.com
 Sent: Mon, September 10, 2012 1:04:27 PM
 Subject: $$Excel-Macros$$ detecting loggedin user

 Hi All;

 This is a excel file which has a database which will be locked.

 Just need a code tht will detect only the information of user who logs
 on the computer.
 Our system is logged in via 5 digit userid so as someone opens this
 file his userid should detected so tht he can only view his particular
 performance..

 Kindly help, i tried but did not work.


 --
 Midhun

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

Re: $$Excel-Macros$$ Fwd: PDF to excel table

2012-09-11 Thread B.N.Chethan Kumar
Due to restrict i will not able to use third party soft ware in my work
place.

Regards
CK

On Sep 11, 2012 11:08 AM, SAGAR KASANGOTTUWAR 
sagarkasangottu...@gmail.com wrote:

 Dear Chethan,

 You can use the Able to extract software 

 Best Regards,

 Sagar
 On Tue, Sep 11, 2012 at 10:22 AM, B.N.Chethan Kumar 
 chetankumar1...@gmail.com wrote:

 Apology friends,

 Please ignore my previous email.

 I need to convert attached PDF to Excel and we have close to 500
 documents on weekly basis.

 Kindly advice do we have any easy and alternation method for doing it,

 Regards
 Chethan Kumar BN

 -- Forwarded message --
 From: B.N.Chethan Kumar chetankumar1...@gmail.com
 Date: Tue, Sep 11, 2012 at 10:20 AM
 Subject: PDF to excel table
 To: excel-macros@googlegroups.com




 --

 Chethan




 --

 Chethan

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

2012-09-11 Thread KAUSHIK SAVLA
Congratulations Noorain.

Regards,
Kaushik Savla
On Sep 2, 2012 10:44 AM, in.vaib...@gmail.com wrote:

 **
 Congrats Noorain..

 Rgds
 Vaibhav
 --
 *From: * Ayush Jain jainayus...@gmail.com
 *Sender: * excel-macros@googlegroups.com
 *Date: *Sun, 2 Sep 2012 10:32:31 +0530
 *To: *excel-macrosexcel-macros@googlegroups.com
 *ReplyTo: * excel-macros@googlegroups.com
 *Cc: *NOORAIN ANSARInoorain.ans...@gmail.com
 *Subject: *$$Excel-Macros$$ Noorain Ansari - Most Helpful Member August
 2012

 Dear members,

 Once again, Noorain Ansari has been selected as 'Most Helpful Member' for
 the month of Aug'12. He has posted 111 posts in August 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.
 *Noorain, please find enclosed the award certificate in honour of your
 contribution.*

 Thanks to all other folks for helping excel enthusiasts voluntarily !!
 Keep posting.

 Regards,
 Ayush Jain
 Group Manager
 Microsoft MVP

 --
 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$$ Need help - To divide the string into three parts

2012-09-11 Thread Mangesh Vimay
Its really Great Help Asa !!!
Thanks a ton !!!

On Tue, Sep 11, 2012 at 7:07 AM, Asa Rossoff a...@lovetour.info wrote:

 Hi Mangesh,

 I've read your other replies, and as to why you haven't received a formula
 method -- most people don't want to take the trouble on a volunteer basis
 to provide a more complex or difficult solution to a given problem when
 simple solutions exist.  Also in business, the simplest solution is the
 best value.  But I understand that in learning all aspects of a program,
 sometimes the exercise of solving a problem in various ways is useful.

 ** **

 I will provide a formula solution for you.  Although it could be solved
 several ways, I prefer using an array formula, since it can be written in
 such a way that it can handle a string of text with any number of commas,
 whereas non-array solutions would be limited to a set maximum.  However,
 even with the array solution, and even though the array will contain all of
 the parts of the text string, you will only see on your spreadsheet as many
 parts as there are cells in the area you place the array formula (there are
 ways to use array formulas with too large of arrays to display on your
 spreadsheet ,as part of other formulas, that are useful; for example
 extracting certain values matching a condition, or summarizing the data (in
 your data, you might want to know how many Mumbais there are, how many
 32145s, etc.), without actually displaying in multiple columns all the
 split data.

 ** **

 **·***Select any cell on row 2* of your spreadsheet, *then create
 the following defined names* using the Name Manager (formulas tab in
 Excel 2007+).  I recommend *making them Sheet-level names* rather than
 the default Workbook-level.

 **1.   ***Name*

 =$A2

 **2.   ***_Name.Terminated*

 =Name,

 **3.   ***_Name.ColumnIdx*


 =TRANSPOSE(ROW(INDIRECT(1:LEN(_Name.Terminated)-LEN(SUBSTITUTE(_Name.Terminated,,,)
 

 **4.  ***_Name.StartPositions*


 =IF(Name.ColumnIdx1,FIND(CHAR(1),SUBSTITUTE(Name,,,CHAR(1),_Name.ColumnIdx-1)))+1
 

 **5.   ***_Name.StopPositions*

 =FIND(CHAR(1),SUBSTITUTE(_Name.Terminated,,,CHAR(1),_Name.ColumnIdx))-1*
 ***

 **6.  ***Name.Columns*

 =MID(Name,_Name.StartPositions,_Name.StopPositions-_Name.StartPositions+1)
 

 ** **

 *The purpose of using the defined names is to simplify the formula by
 breaking it into steps.  Insofar as the steps are referred to more than
 once in the formula, it should make the formula faster to evaluate too.  *
 *Name.Columns** is the culmination of our calculation and results in an
 array containing each comma-separated value from column A, divided into
 separate columns.*

 ** **

 **·**To display the column-separated values on your spreadsheet, 
 *enter
 the following formula in **B2*:

 =Name.Columns

 ** **

 **·**Then *highlight from **B2** to the furthest column on row 2
 needed* to display the maximum number of values ever expected.  For a
 maximum of 3 values, highlight B2:D2, or for maximum of 10, B2:K2, etc.***
 *

 **·**Then hit *F2* (edit cell) and *Ctrl-Shift-Enter* (confirm
 array formula).  This confirms a multi-cell array formula over the selected
 cells.

 **·**Copy the array-entered range from row 2 (e.g. B2:D2) to
 every other row in your table.

 ** **

 Hope this is of interest,

 Asa

 ** **

 ** **

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Mangesh Vimay
 *Sent:* Monday, September 10, 2012 4:04 AM
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Need help - To divide the string into three
 parts

 ** **

 Hi Friends,

 ** **

 I need your help to divide the string into three parts.

 The description and sample is given below :

 [image: Inline image 1]

 Waiting for your response.

 ** **

 Thanks.
 

 ** **

 --
 With regards,

 ** **

 *MaNgEsH*

 ** **

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

Re: $$Excel-Macros$$ Need help - To divide the string into three parts

2012-09-11 Thread dguillett1
Homework done...

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Mangesh Vimay 
Sent: Tuesday, September 11, 2012 4:56 AM
To: excel-macros@googlegroups.com 
Subject: Re: $$Excel-Macros$$ Need help - To divide the string into three parts

Its really Great Help Asa !!! 
Thanks a ton !!!


On Tue, Sep 11, 2012 at 7:07 AM, Asa Rossoff a...@lovetour.info wrote:

  Hi Mangesh,

  I've read your other replies, and as to why you haven't received a formula 
method -- most people don't want to take the trouble on a volunteer basis to 
provide a more complex or difficult solution to a given problem when simple 
solutions exist.  Also in business, the simplest solution is the best value.  
But I understand that in learning all aspects of a program, sometimes the 
exercise of solving a problem in various ways is useful.



  I will provide a formula solution for you.  Although it could be solved 
several ways, I prefer using an array formula, since it can be written in such 
a way that it can handle a string of text with any number of commas, whereas 
non-array solutions would be limited to a set maximum.  However, even with the 
array solution, and even though the array will contain all of the parts of the 
text string, you will only see on your spreadsheet as many parts as there are 
cells in the area you place the array formula (there are ways to use array 
formulas with too large of arrays to display on your spreadsheet ,as part of 
other formulas, that are useful; for example extracting certain values matching 
a condition, or summarizing the data (in your data, you might want to know how 
many Mumbais there are, how many 32145s, etc.), without actually displaying 
in multiple columns all the split data.



  ·Select any cell on row 2 of your spreadsheet, then create the 
following defined names using the Name Manager (formulas tab in Excel 2007+).  
I recommend making them Sheet-level names rather than the default 
Workbook-level.

  1.   Name

  =$A2

  2.   _Name.Terminated

  =Name,

  3.   _Name.ColumnIdx

  
=TRANSPOSE(ROW(INDIRECT(1:LEN(_Name.Terminated)-LEN(SUBSTITUTE(_Name.Terminated,,,)

  4.  _Name.StartPositions

  
=IF(Name.ColumnIdx1,FIND(CHAR(1),SUBSTITUTE(Name,,,CHAR(1),_Name.ColumnIdx-1)))+1

  5.   _Name.StopPositions

  =FIND(CHAR(1),SUBSTITUTE(_Name.Terminated,,,CHAR(1),_Name.ColumnIdx))-1

  6.  Name.Columns

  =MID(Name,_Name.StartPositions,_Name.StopPositions-_Name.StartPositions+1)



  The purpose of using the defined names is to simplify the formula by breaking 
it into steps.  Insofar as the steps are referred to more than once in the 
formula, it should make the formula faster to evaluate too.  Name.Columns is 
the culmination of our calculation and results in an array containing each 
comma-separated value from column A, divided into separate columns.



  ·To display the column-separated values on your spreadsheet, enter 
the following formula in B2:

  =Name.Columns



  ·Then highlight from B2 to the furthest column on row 2 needed to 
display the maximum number of values ever expected.  For a maximum of 3 values, 
highlight B2:D2, or for maximum of 10, B2:K2, etc.

  ·Then hit F2 (edit cell) and Ctrl-Shift-Enter (confirm array 
formula).  This confirms a multi-cell array formula over the selected cells.

  ·Copy the array-entered range from row 2 (e.g. B2:D2) to every other 
row in your table.



  Hope this is of interest,

  Asa





  From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Mangesh Vimay
  Sent: Monday, September 10, 2012 4:04 AM
  To: excel-macros@googlegroups.com
  Subject: $$Excel-Macros$$ Need help - To divide the string into three parts



  Hi Friends,



  I need your help to divide the string into three parts.

  The description and sample is given below :



  Waiting for your response.



  Thanks.




  -- 
  With regards,



  MaNgEsH



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

Re: $$Excel-Macros$$ Teach Formula Series

2012-09-11 Thread Paul Schreiner
tried Google?
 
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: Vinod Narayanan nvino...@gmail.com
To: Excel Group excel-macros@googlegroups.com
Sent: Tue, September 11, 2012 2:09:21 AM
Subject: $$Excel-Macros$$ Teach Formula Series

Hi All,

Request the group to start a thread which teaches excel formulas..

- Explain the formula
- Difference ( if any) in 2003, 2007  2010 versions
- Examples 

Your thoughts please

Thanks and Regards
Vinod

-- 
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$$ Unique from Multiple sheet

2012-09-11 Thread Paul Schreiner
You can try:

Option Explicit
Sub Unique_ID()
    Dim Dict_Userid
    Dim sht, SummarySht
    Dim R, nRows, uArray
    
    SummarySht = Sheet5
    Set Dict_Userid = CreateObject(Scripting.Dictionary)
    Dict_Userid.RemoveAll
    '-
    '  Load Dictionary Object
    '-
    For sht = 1 To Sheets.Count
    If (Sheets(sht).Name  SummarySht) Then
    nRows = 
Application.WorksheetFunction.CountA(Sheets(sht).Range(A1:A10))
    For R = 2 To nRows
    If (Not Dict_Userid.exists(Sheets(sht).Cells(R, A).Value)) 
Then
    Dict_Userid.Add Sheets(sht).Cells(R, A).Value, 
Sheets(sht).Name
    End If
    Next R
    End If
    Next sht
    '-
    ' Write Userid's to Summary Sheet
    '-
    Sheets(SummarySht).Range(A2:A10).ClearContents
    uArray = Dict_Userid.keys
    For R = 0 To UBound(uArray)
    Sheets(SummarySht).Cells(R + 2, A).Value = uArray(R)
    Next R
    '-
End Sub
 
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: Sundarvelan N nsund...@gmail.com
To: excel-macros@googlegroups.com
Sent: Tue, September 11, 2012 2:14:29 AM
Subject: $$Excel-Macros$$ Unique from Multiple sheet


Dear Frineds,

Please help me to get the unique from Multiple sheets

ThanksN.Sundarvelan 
9600160150
-- 
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$$ Re: Unique from Multiple sheet

2012-09-11 Thread dguillett1
Since op did not indicate version your solution would not work prior to xl2007 
and you have unnecessary and undesirable SELECTIONS.


Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Vabz 
Sent: Tuesday, September 11, 2012 2:14 AM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet

Hi 

PFA file


You have to Run Macro from Sheet5 only.

Cheerz..

Rgds//Vabz


On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote: 
  Dear Frineds,

  Please help me to get the unique from Multiple sheets

  Thanks
  N.Sundarvelan 
  9600160150


-- 
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$$ Need VBA code for Formatting chart

2012-09-11 Thread Rajan_Verma
 

Hi Amar,

 

I think it can be useful, if you provide the dataseries name in mapping ,it
can be really helpful to color all series

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of amar takale
Sent: 11 September 2012 10:29
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Need VBA code for Formatting chart

 

Dear Rajan,
Thanks for suggestion for formatting color Chart VBA but it is not useful
for me.I need VBA for separate criteria if change value color then change in
chart value color,If change bar color data then change bar color so
on...
Pls help anybody for solution me
Thanks Amar

On Thu, Sep 6, 2012 at 6:42 PM, Rajan_Verma rajanverma1...@gmail.com
wrote:

Download code from here

http://www.excelfox.com/forum/f12/color-chart-series-vba-58/

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of amar takale
Sent: 06 September 2012 10:45
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Need VBA code for Formatting chart

 

 

-- 
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
mailto:excel-macros%2bunsubscr...@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 

RE: $$Excel-Macros$$ Stock management software in excel

2012-09-11 Thread Rajan_Verma
Pleaes Explain more

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of SAGAR KASANGOTTUWAR
Sent: 11 September 2012 11:05
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Stock management software in excel

 

Dear all,

 

Any stock management macro in excel then Please give me the same.

 

Thanks  Regards,

Sagar Kasangottuwar

-- 
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$$ Teach Formula Series

2012-09-11 Thread Rajan_Verma
Nice, I will take this initiative :)


Regards
Rajan verma
+91 7838100659 [IM-Gtalk]

-Original Message-
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vinod Narayanan
Sent: 11 September 2012 11:39
To: Excel Group
Subject: $$Excel-Macros$$ Teach Formula Series

Hi All,

Request the group to start a thread which teaches excel formulas..

- Explain the formula
- Difference ( if any) in 2003, 2007  2010 versions
- Examples 

Your thoughts please

Thanks and Regards
Vinod

-- 
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$$ Fwd: PDF to excel table

2012-09-11 Thread Rajan_Verma
 

I don't think if it can be done by Excel

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of B.N.Chethan Kumar
Sent: 11 September 2012 12:40
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Fwd: PDF to excel table

 

Due to restrict i will not able to use third party soft ware in my work
place. 

 

Regards

CK

 

On Sep 11, 2012 11:08 AM, SAGAR KASANGOTTUWAR
sagarkasangottu...@gmail.com wrote:

Dear Chethan,

 

You can use the Able to extract software 

 

Best Regards,

 

Sagar

On Tue, Sep 11, 2012 at 10:22 AM, B.N.Chethan Kumar
chetankumar1...@gmail.com wrote:

Apology friends,

 

Please ignore my previous email.

 

I need to convert attached PDF to Excel and we have close to 500 documents
on weekly basis.

 

Kindly advice do we have any easy and alternation method for doing it,

 

Regards

Chethan Kumar BN

-- Forwarded message --
From: B.N.Chethan Kumar chetankumar1...@gmail.com
Date: Tue, Sep 11, 2012 at 10:20 AM
Subject: PDF to excel table
To: excel-macros@googlegroups.com




-- 

Chethan

 




-- 

Chethan

 

-- 
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
mailto:excel-macros%2bunsubscr...@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
mailto:excel-macros%2bunsubscr...@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 

Re: $$Excel-Macros$$ Fwd: PDF to excel table

2012-09-11 Thread dguillett1
I suggest NOT receiving in PDF format

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: SAGAR KASANGOTTUWAR 
Sent: Tuesday, September 11, 2012 12:38 AM
To: excel-macros@googlegroups.com 
Subject: Re: $$Excel-Macros$$ Fwd: PDF to excel table

Dear Chethan,

You can use the Able to extract software 

Best Regards,

Sagar

On Tue, Sep 11, 2012 at 10:22 AM, B.N.Chethan Kumar chetankumar1...@gmail.com 
wrote:

  Apology friends,

  Please ignore my previous email.

  I need to convert attached PDF to Excel and we have close to 500 documents on 
weekly basis.

  Kindly advice do we have any easy and alternation method for doing it,

  Regards
  Chethan Kumar BN


  -- Forwarded message --
  From: B.N.Chethan Kumar chetankumar1...@gmail.com
  Date: Tue, Sep 11, 2012 at 10:20 AM
  Subject: PDF to excel table
  To: excel-macros@googlegroups.com




  -- 

  Chethan






  -- 

  Chethan


  -- 
  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 
mailto:excel-macros%2bunsubscr...@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: Re: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member August 2012

2012-09-11 Thread Rajan_Verma


 

Not getting anything 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of loveufe2001
Sent: 11 September 2012 1:51
To: excel-macros
Subject: Re: Re: $$Excel-Macros$$ Noorain Ansari - Most Helpful Member August 
2012

 

 
Dear friends:

My question is :when I   closed Thisworkbook  I Need the project's password 
?But if I query data by the model's code ,it's ok.

Thanks!

ps: the password is sa

 

 

-- 
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$$ Fwd: PDF to excel table

2012-09-11 Thread David Grugeon
This is not a function of Excel AFAIK but if you Google PDF to EXCEL
you will see that there are a number of options.  Some of these
involve software, which you are not allowed.  However your company may
have Adobe Acrobat X which can do this.  Other sites offer, often free
of charge, a service where you email them a pdf and they email back
the excel version.  You might still have to do some work on the
converted file but it would be a start.

On 11 September 2012 23:38, Rajan_Verma rajanverma1...@gmail.com wrote:


 I don’t think if it can be done by Excel





 Regards

 Rajan verma

 +91 7838100659 [IM-Gtalk]



 From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
 On Behalf Of B.N.Chethan Kumar
 Sent: 11 September 2012 12:40
 To: excel-macros@googlegroups.com
 Subject: Re: $$Excel-Macros$$ Fwd: PDF to excel table



 Due to restrict i will not able to use third party soft ware in my work
 place.



 Regards

 CK



 On Sep 11, 2012 11:08 AM, SAGAR KASANGOTTUWAR
 sagarkasangottu...@gmail.com wrote:

 Dear Chethan,



 You can use the Able to extract software 



 Best Regards,



 Sagar

 On Tue, Sep 11, 2012 at 10:22 AM, B.N.Chethan Kumar
 chetankumar1...@gmail.com wrote:

 Apology friends,



 Please ignore my previous email.



 I need to convert attached PDF to Excel and we have close to 500 documents
 on weekly basis.



 Kindly advice do we have any easy and alternation method for doing it,



 Regards

 Chethan Kumar BN

 -- Forwarded message --
 From: B.N.Chethan Kumar chetankumar1...@gmail.com
 Date: Tue, Sep 11, 2012 at 10:20 AM
 Subject: PDF to excel table
 To: excel-macros@googlegroups.com




 --

 Chethan






 --

 Chethan



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

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

2012-09-11 Thread David Grugeon
Loveufe2001

I suggest you post your question in its own thread and try to give a
bit more of an explanation of what you are doing Also use a suitable
heading.

On 11 September 2012 18:20, loveufe2001 loveufe2...@163.com wrote:

 Dear friends:
 My question is :when I   closed Thisworkbook  I Need the project's
 password ?But if I query data by the model's code ,it's ok.
 Thanks!
 ps: the password is sa



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

 FORUM RULES (1120+ members already BANNED for violation)

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

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

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

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

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

 6) Jobs posting is not allowed.

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

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





-- 
Regards
David Grugeon

-- 
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$$ Re: Unique from Multiple sheet

2012-09-11 Thread Paul Schreiner
Don,
technically... 
N.Sundarvelan (the originator) included a file in .xlsx format.
Which implies he has either xl2007 or xl2010...

But.. yes, this solution seems to have LOTS of selections.
and other jumping around that is a lot of wasted motion.
any time the display is updated, the run time is increased.

My solution (using a Dictionary Object) looked through all 12,000+ userids
and generated the list of 5000 unique id's in less than 5 seconds...
(no sheet jumping required)
 
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: dguillett1 dguille...@gmail.com
To: excel-macros@googlegroups.com
Sent: Tue, September 11, 2012 9:32:59 AM
Subject: Re: $$Excel-Macros$$ Re: Unique from Multiple sheet


Since op did not indicate version your solution would not work prior to xl2007 
and you have unnecessary and undesirable SELECTIONS.


Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Vabz 
Sent: Tuesday, September 11, 2012 2:14 AM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet
Hi 

PFA file


You have to Run Macro from Sheet5 only.

Cheerz..

Rgds//Vabz


On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote: 
Dear Frineds,

Please help me to get the unique from Multiple sheets

ThanksN.Sundarvelan 
9600160150
-- 
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 

RE: $$Excel-Macros$$ Re: Unique from Multiple sheet

2012-09-11 Thread Rajan_Verma
 

 

Sub GetUnique()

Dim wksSheet As Worksheet

Dim VarArr

Dim lngCOunt As Long

With CreateObject(Scripting.Dictionary)

For Each wksSheet In ThisWorkbook.Worksheets

VarArr = wksSheet.Range(A1).CurrentRegion

For Each kk In VarArr

.Item(kk) = 0

Next kk

Next wksSheet

VarArr = Application.Transpose(.keys)

End With

Set wksSheet = ThisWorkbook.Worksheets.Add

wksSheet.Range(A1).Resize(UBound(VarArr)).Value = VarArr



End Sub

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vabz
Sent: 11 September 2012 12:44
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

Hi

 

PFA file

 

You have to Run Macro from Sheet5 only.

 

Cheerz..

 

Rgds//Vabz



On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote:

Dear Frineds,

 

Please help me to get the unique from Multiple sheets


Thanks

N.Sundarvelan 

9600160150

 

-- 
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$$ Re: Unique from Multiple sheet

2012-09-11 Thread dguillett1
Good thinking. My solution was simple and also took only 3-4 seconds AND it 
changed to numbers. Try it.

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Paul Schreiner 
Sent: Tuesday, September 11, 2012 9:04 AM
To: excel-macros@googlegroups.com 
Subject: Re: $$Excel-Macros$$ Re: Unique from Multiple sheet

Don,
technically... 
N.Sundarvelan (the originator) included a file in .xlsx format.
Which implies he has either xl2007 or xl2010...

But.. yes, this solution seems to have LOTS of selections.
and other jumping around that is a lot of wasted motion.
any time the display is updated, the run time is increased.

My solution (using a Dictionary Object) looked through all 12,000+ userids
and generated the list of 5000 unique id's in less than 5 seconds...
(no sheet jumping required)

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: dguillett1 dguille...@gmail.com
To: excel-macros@googlegroups.com
Sent: Tue, September 11, 2012 9:32:59 AM
Subject: Re: $$Excel-Macros$$ Re: Unique from Multiple sheet


Since op did not indicate version your solution would not work prior to xl2007 
and you have unnecessary and undesirable SELECTIONS.


Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Vabz 
Sent: Tuesday, September 11, 2012 2:14 AM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet

Hi 

PFA file


You have to Run Macro from Sheet5 only.

Cheerz..

Rgds//Vabz


On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote: 
  Dear Frineds,

  Please help me to get the unique from Multiple sheets

  Thanks
  N.Sundarvelan 
  9600160150


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

Re: $$Excel-Macros$$ Re: Unique from Multiple sheet

2012-09-11 Thread dguillett1
Looks like the best solution which also should sort 

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

From: Rajan_Verma 
Sent: Tuesday, September 11, 2012 9:14 AM
To: excel-macros@googlegroups.com 
Subject: RE: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

 

Sub GetUnique()

Dim wksSheet As Worksheet

Dim VarArr

Dim lngCOunt As Long

With CreateObject(Scripting.Dictionary)

For Each wksSheet In ThisWorkbook.Worksheets

VarArr = wksSheet.Range(A1).CurrentRegion

For Each kk In VarArr

.Item(kk) = 0

Next kk

Next wksSheet

VarArr = Application.Transpose(.keys)

End With

Set wksSheet = ThisWorkbook.Worksheets.Add

wksSheet.Range(A1).Resize(UBound(VarArr)).Value = VarArr



End Sub

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On 
Behalf Of Vabz
Sent: 11 September 2012 12:44
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

Hi

 

PFA file

 

You have to Run Macro from Sheet5 only.

 

Cheerz..

 

Rgds//Vabz



On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote:

Dear Frineds,

 

Please help me to get the unique from Multiple sheets


Thanks

N.Sundarvelan 

9600160150

 

-- 
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$$ Re: Unique from Multiple sheet

2012-09-11 Thread Rajan_Verma
 

Thanks J

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of dguillett1
Sent: 11 September 2012 8:11
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

Looks like the best solution which also should sort 

 

Don Guillett
Microsoft Excel Developer
SalesAid Software
dguille...@gmail.com

 

From: Rajan_Verma mailto:rajanverma1...@gmail.com  

Sent: Tuesday, September 11, 2012 9:14 AM

To: excel-macros@googlegroups.com 

Subject: RE: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

 

 

Sub GetUnique()

Dim wksSheet As Worksheet

Dim VarArr

Dim lngCOunt As Long

With CreateObject(Scripting.Dictionary)

For Each wksSheet In ThisWorkbook.Worksheets

VarArr = wksSheet.Range(A1).CurrentRegion

For Each kk In VarArr

.Item(kk) = 0

Next kk

Next wksSheet

VarArr = Application.Transpose(.keys)

End With

Set wksSheet = ThisWorkbook.Worksheets.Add

wksSheet.Range(A1).Resize(UBound(VarArr)).Value = VarArr



End Sub

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Vabz
Sent: 11 September 2012 12:44
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Re: Unique from Multiple sheet

 

Hi

 

PFA file

 

You have to Run Macro from Sheet5 only.

 

Cheerz..

 

Rgds//Vabz



On Tuesday, September 11, 2012 11:44:27 AM UTC+5:30, Sundarvelan wrote:

Dear Frineds,

 

Please help me to get the unique from Multiple sheets


Thanks

N.Sundarvelan 

9600160150

 

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

Re: $$Excel-Macros$$ Stock management software in excel

2012-09-11 Thread SAGAR KASANGOTTUWAR
Dear Rajan,

I want to make the excel base software for the managing Share stock.

where following purpose will be solve;

1. Entry of goods purchase
2. Maintain the avarage price with no of Stock
3. Sell the goods then that much stock will reduce from my account.

Kindly help me about the same.

Thanks  Regards,
Sagar

On Tue, Sep 11, 2012 at 7:03 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

  *Pleaes Explain more*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *SAGAR KASANGOTTUWAR
 *Sent:* 11 September 2012 11:05
 *To:* excel-macros@googlegroups.com
 *Subject:* $$Excel-Macros$$ Stock management software in excel

 ** **

 Dear all,

  

 Any stock management macro in excel then Please give me the same.

  

 Thanks  Regards,

 Sagar Kasangottuwar

 --
 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$$ FW: macro for pivot

2012-09-11 Thread Mangesh Vimay
Where is the file ?


On Sun, Sep 9, 2012 at 7:49 PM, Sara Lee lee.sar...@gmail.com wrote:



 ---
 **

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 7:41
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

 ** **

 once i copy and paste into a new module, how to run  this macro?

 how do i link this code to the spreadsheet i am working on?

 Can you please give exact steps

 On Sun, Sep 9, 2012 at 8:14 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *You can copy paste this code , if dost not  work , post you query on
 group then with your original data. **J*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 6:39
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

  

 Can i copy and paste this code on any file with pivot and slicers. If not
 , how would i change the code accordingly? i am null with VB. please advise
 

 On Sun, Sep 9, 2012 at 8:04 AM, Sara Lee lee.sar...@gmail.com wrote:

 Thank you. i will posit it from here on.

  

 On Sun, Sep 9, 2012 at 8:03 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *See the attached file..*

 *You can also post this on group *

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *




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

*MaNgEsH*

-- 
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$$ FW: macro for pivot

2012-09-11 Thread Rajan_Verma
Paste that Code in Respective Sheet Code Module 

e.g If your pivot sheet is Sheet3 then Double Click on Sheet3 in VBE And
paste that code

 

 

Regards

Rajan verma

+91 7838100659 [IM-Gtalk]

 

From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of Mangesh Vimay
Sent: 11 September 2012 8:40
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ FW: macro for pivot

 

Where is the file ?

 

On Sun, Sep 9, 2012 at 7:49 PM, Sara Lee lee.sar...@gmail.com wrote:

 

---

From: Sara Lee [mailto:lee.sar...@gmail.com] 
Sent: 09 September 2012 7:41
To: Rajan_Verma
Subject: Re: macro for pivot

 

once i copy and paste into a new module, how to run  this macro?

how do i link this code to the spreadsheet i am working on?

Can you please give exact steps

On Sun, Sep 9, 2012 at 8:14 AM, Rajan_Verma rajanverma1...@gmail.com
wrote:

You can copy paste this code , if dost not  work , post you query on group
then with your original data. J

 

 

Regards

Rajan verma

+91 7838100659 tel:%2B91%207838100659  [IM-Gtalk]

 

From: Sara Lee [mailto:lee.sar...@gmail.com] 
Sent: 09 September 2012 6:39
To: Rajan_Verma
Subject: Re: macro for pivot

 

Can i copy and paste this code on any file with pivot and slicers. If not ,
how would i change the code accordingly? i am null with VB. please advise

On Sun, Sep 9, 2012 at 8:04 AM, Sara Lee lee.sar...@gmail.com wrote:

Thank you. i will posit it from here on.

 

On Sun, Sep 9, 2012 at 8:03 AM, Rajan_Verma rajanverma1...@gmail.com
wrote:

See the attached file..

You can also post this on group 

 

 

Regards

Rajan verma

+91 7838100659 tel:%2B91%207838100659  [IM-Gtalk]

 

 

  
 

 

-- 
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
mailto:excel-macros%2bunsubscr...@googlegroups.com .
 
 





 

-- 
With regards,

 

MaNgEsH

 

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

Re: $$Excel-Macros$$ FW: macro for pivot

2012-09-11 Thread Mangesh Vimay
Hi Rajan,

 I need that file for pivot code.
Can you provide same again as I am unable to see as an attachment.
Thanks.

On Tue, Sep 11, 2012 at 8:41 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 *Paste that Code in Respective Sheet Code Module *

 *e.g If your pivot sheet is Sheet3 then Double Click on Sheet3 in VBE And
 paste that code*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Mangesh Vimay
 *Sent:* 11 September 2012 8:40
 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ FW: macro for pivot

 ** **

 Where is the file ?

 ** **

 On Sun, Sep 9, 2012 at 7:49 PM, Sara Lee lee.sar...@gmail.com wrote:

 ** **

 ---

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 7:41
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

  

 once i copy and paste into a new module, how to run  this macro?

 how do i link this code to the spreadsheet i am working on?

 Can you please give exact steps

 On Sun, Sep 9, 2012 at 8:14 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *You can copy paste this code , if dost not  work , post you query on
 group then with your original data. **J*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 6:39
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

  

 Can i copy and paste this code on any file with pivot and slicers. If not
 , how would i change the code accordingly? i am null with VB. please advise
 

 On Sun, Sep 9, 2012 at 8:04 AM, Sara Lee lee.sar...@gmail.com wrote:

 Thank you. i will posit it from here on.

  

 On Sun, Sep 9, 2012 at 8:03 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *See the attached file..*

 *You can also post this on group *

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 ** **


  

 ** **

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

 ** **

 *MaNgEsH*

 ** **

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

$$Excel-Macros$$ Please give suggestion to make flip chart

2012-09-11 Thread PRAVESH KUMAR
Hi Team,

Could you help me to make Flip Chart through VBA Coding.

-- 

Thanks  Regards

Pravesh Kumar

-- 
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$$ Please give suggestion to make flip chart

2012-09-11 Thread Rajan_Verma
How this FLIP Chat looks like ? 
Can you provide an example ?


Regards
Rajan verma
+91 7838100659 [IM-Gtalk]


-Original Message-
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of PRAVESH KUMAR
Sent: 11 September 2012 9:30
To: excel-macros
Subject: $$Excel-Macros$$ Please give suggestion to make flip chart

Hi Team,

Could you help me to make Flip Chart through VBA Coding.

-- 

Thanks  Regards

Pravesh Kumar

-- 
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$$ Please give suggestion to make flip chart

2012-09-11 Thread Paul Schreiner
??
I think what we have here is a failure to communicate
In Excel, to flip a chart means to reverse the Axes.
You don't make a flip chart.

Therefore, I have to assume that you're using an old-school term for the type 
of 
chart projected for demonstration or teaching purposes.

Which is what PowerPoint is for.

So... are you wanting to use VBA to progressively move from one sheet to 
another?
Somewhat like PowerPoint?

If that's the case, why don't you embed the Excel chart in Powerpoint and let 
Powerpoint manage the flipping charts? (pun intended)
 
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: PRAVESH KUMAR praveshkash...@gmail.com
To: excel-macros excel-macros@googlegroups.com
Sent: Tue, September 11, 2012 12:01:33 PM
Subject: $$Excel-Macros$$ Please give suggestion to make flip chart

Hi Team,

Could you help me to make Flip Chart through VBA Coding.

-- 

Thanks  Regards

Pravesh Kumar

-- 
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$$ Re: Please give suggestion to make flip chart

2012-09-11 Thread Prince Dubey
Hi Pravesh,

Can you plz express ur idea about flipiing the chart in more general trems, 
I mean what do mean by flipping the chart.

regards
prince


On Tuesday, September 11, 2012 9:30:32 PM UTC+5:30, PRAVESH KUMAR wrote:

 Hi Team, 

 Could you help me to make Flip Chart through VBA Coding. 

 -- 

 Thanks  Regards 

 Pravesh Kumar 


-- 
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$$ Re: Stock management software in excel

2012-09-11 Thread Prince Dubey
Hi Sagar,

I think stock management criteria for several firms or companies could be 
different  so pleas explain requirements (functionality as u require) to be 
in ur macro.

regards
prince 

On Tuesday, September 11, 2012 11:04:42 AM UTC+5:30, ca_k...@yahoo.co.in 
wrote:

 Dear all,
  
 Any stock management macro in excel then Please give me the same.
  
 Thanks  Regards,
 Sagar Kasangottuwar


-- 
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$$ Please give suggestion to make flip chart

2012-09-11 Thread Rajan_Verma
See the attached 


Public blnFlag As Boolean
Sub FlipChart()

Dim ChtChart As Chart
Set ChtChart = Sheet1.ChartObjects(Chart 2).Chart
If blnFlag Then
ChtChart.ChartType = xlBarClustered
blnFlag = False
Else
ChtChart.ChartType = xlColumnClustered
blnFlag = True
End If
End Sub



Regards
Rajan verma
+91 7838100659 [IM-Gtalk]


-Original Message-
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of PRAVESH KUMAR
Sent: 11 September 2012 9:30
To: excel-macros
Subject: $$Excel-Macros$$ Please give suggestion to make flip chart

Hi Team,

Could you help me to make Flip Chart through VBA Coding.

-- 

Thanks  Regards

Pravesh Kumar

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




Copy of Queston Chart.xlsm
Description: application/vnd.ms-excel.sheet.macroenabled.12


$$Excel-Macros$$ Creating Custom Ribbon

2012-09-11 Thread t vinay
hi Team,m

Can any one help me in creating a customized tab in excel ribbon, when i
share that excel file to others they, those button should be able to see
them.


Thanks

-- 
Regards,

Vinay. T

-- 
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$$ Creating Custom Ribbon

2012-09-11 Thread koul . ashish
Visit

www.rondebruin.nl/ribbon.htm


Sent on my BlackBerry® from Vodafone

-Original Message-
From: t vinay vinaytu...@gmail.com
Sender: excel-macros@googlegroups.com
Date: Tue, 11 Sep 2012 22:48:24 
To: excel-macros@googlegroups.com
Reply-To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Creating Custom Ribbon

hi Team,m

Can any one help me in creating a customized tab in excel ribbon, when i
share that excel file to others they, those button should be able to see
them.


Thanks

-- 
Regards,

Vinay. T

-- 
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$$ Re: Creating Custom Ribbon

2012-09-11 Thread Prince Dubey
Hi Vinay.

Pls follow below mentioned steps.

1: download customUI editor And install it in ur system.
2: open ur workbook in ur UI editor.
3:Put XML from following Link(
http://msdn.microsoft.com/en-us/library/office/dd756403(v=office.12).aspx) 
 Code into ur Editor.
4:Click on Validate XML 
thats its


regards

prince 


On Tuesday, September 11, 2012 10:48:35 PM UTC+5:30, t vinay wrote:

 hi Team,m

 Can any one help me in creating a customized tab in excel ribbon, when i 
 share that excel file to others they, those button should be able to see 
 them. 


 Thanks 

 -- 
 Regards,
  
 Vinay. T

  

-- 
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$$ FW: macro for pivot

2012-09-11 Thread Mangesh Vimay
Thanks Rajan.

On Tue, Sep 11, 2012 at 8:46 PM, Rajan_Verma rajanverma1...@gmail.comwrote:

 *Is it?*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Mangesh Vimay
 *Sent:* 11 September 2012 8:45

 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ FW: macro for pivot

 ** **

 Hi Rajan,

 ** **

  I need that file for pivot code.

 Can you provide same again as I am unable to see as an attachment.

 Thanks.

 On Tue, Sep 11, 2012 at 8:41 PM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *Paste that Code in Respective Sheet Code Module *

 *e.g If your pivot sheet is Sheet3 then Double Click on Sheet3 in VBE And
 paste that code*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* excel-macros@googlegroups.com [mailto:
 excel-macros@googlegroups.com] *On Behalf Of *Mangesh Vimay
 *Sent:* 11 September 2012 8:40
 *To:* excel-macros@googlegroups.com
 *Subject:* Re: $$Excel-Macros$$ FW: macro for pivot

  

 Where is the file ?

  

 On Sun, Sep 9, 2012 at 7:49 PM, Sara Lee lee.sar...@gmail.com wrote:

  

 ---

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 7:41
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

  

 once i copy and paste into a new module, how to run  this macro?

 how do i link this code to the spreadsheet i am working on?

 Can you please give exact steps

 On Sun, Sep 9, 2012 at 8:14 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *You can copy paste this code , if dost not  work , post you query on
 group then with your original data. **J*

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

 *From:* Sara Lee [mailto:lee.sar...@gmail.com]
 *Sent:* 09 September 2012 6:39
 *To:* Rajan_Verma
 *Subject:* Re: macro for pivot

  

 Can i copy and paste this code on any file with pivot and slicers. If not
 , how would i change the code accordingly? i am null with VB. please advise
 

 On Sun, Sep 9, 2012 at 8:04 AM, Sara Lee lee.sar...@gmail.com wrote:

 Thank you. i will posit it from here on.

  

 On Sun, Sep 9, 2012 at 8:03 AM, Rajan_Verma rajanverma1...@gmail.com
 wrote:

 *See the attached file..*

 *You can also post this on group *

 * *

 * *

 *Regards*

 *Rajan verma*

 *+91 7838100659 [IM-Gtalk]*

 * *

  


  

  

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

  

 *MaNgEsH*

  

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

Re: $$Excel-Macros$$ Creating Custom Ribbon

2012-09-11 Thread Sam Mathai Chacko
The threads in this link talk a lot about Ribbon development in very simple
steps

http://www.excelfox.com/forum/f10/

Regards,
Sam Mathai Chacko

On Tue, Sep 11, 2012 at 10:50 PM, koul.ash...@gmail.com wrote:

 **
 Visit

 www.rondebruin.nl/ribbon.htm

 Sent on my BlackBerry® from Vodafone
 --
 *From: * t vinay vinaytu...@gmail.com
 *Sender: * excel-macros@googlegroups.com
 *Date: *Tue, 11 Sep 2012 22:48:24 +0530
 *To: *excel-macros@googlegroups.com
 *ReplyTo: * excel-macros@googlegroups.com
 *Subject: *$$Excel-Macros$$ Creating Custom Ribbon

 hi Team,m

 Can any one help me in creating a customized tab in excel ribbon, when i
 share that excel file to others they, those button should be able to see
 them.


 Thanks

 --
 Regards,

 Vinay. T

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






-- 
Sam Mathai Chacko

-- 
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$$ Please give suggestion to make flip chart

2012-09-11 Thread PRAVESH KUMAR
Thanks a lot Rajan

For help and solved my Query.



On 9/11/12, Rajan_Verma rajanverma1...@gmail.com wrote:
 See the attached


 Public blnFlag As Boolean
 Sub FlipChart()

 Dim ChtChart As Chart
 Set ChtChart = Sheet1.ChartObjects(Chart 2).Chart
 If blnFlag Then
 ChtChart.ChartType = xlBarClustered
 blnFlag = False
 Else
 ChtChart.ChartType = xlColumnClustered
 blnFlag = True
 End If
 End Sub



 Regards
 Rajan verma
 +91 7838100659 [IM-Gtalk]


 -Original Message-
 From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
 On Behalf Of PRAVESH KUMAR
 Sent: 11 September 2012 9:30
 To: excel-macros
 Subject: $$Excel-Macros$$ Please give suggestion to make flip chart

 Hi Team,

 Could you help me to make Flip Chart through VBA Coding.

 --

 Thanks  Regards

 Pravesh Kumar

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





-- 

Thanks  Regards

Pravesh Kumar

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