Re: $$Excel-Macros$$ add in for chart

2013-02-16 Thread David Grugeon
Hi Sara I don't quite understand. Could you Tell us what you want to do, and why you cannot do it with standard Excel tools? On Sunday, 17 February 2013, Sara Lee wrote: > hi > > is there a macro or add in for an CONTROL Charts in Excel? please advise > > -- > Are you =EXP(E:RT) or =NOT(EXP(E:RT

$$Excel-Macros$$ add in for chart

2013-02-16 Thread Sara Lee
hi is there a macro or add in for an CONTROL Charts in Excel? please advise -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurat

RE: $$Excel-Macros$$ add in

2012-04-06 Thread Rajan_Verma
:45 To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ add in Hi All.. I have created few macros.i need to add it in Add in...Can you please tell me how to do it ? Thanks -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor

Re: $$Excel-Macros$$ add in

2012-04-06 Thread NOORAIN ANSARI
Dear Vijay, Please try through below link http://www.ozgrid.com/VBA/excel-add-in-create.htm -- Thanks & regards, Noorain Ansari *http://noorainansari.com/* *http://excelmacroworld.blogspot.com/* On Fri, Apr 6, 2012 at 3:44 PM, vijayajith VA wrote: > H

$$Excel-Macros$$ add in

2012-04-06 Thread vijayajith VA
Hi All.. I have created few macros.i need to add it in Add in...Can you please tell me how to do it ? Thanks -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Pro

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-03 Thread Raj Mahapatra
** ** >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *Raj Mahapatra >> *Sent:* Apr/Mon/2012 11:30 >> >> *To:* excel-macros@googlegroups.com >> *Subject:* Re: $$Excel-Macros$$ Add-in creation in exce

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Maries
t; >>> Rajan >>> >>> ** ** >>> >>> *From:* excel-macros@googlegroups.com [mailto: >>> excel-macros@googlegroups.com] *On Behalf Of *Raj Mahapatra >>> *Sent:* Apr/Mon/2012 11:30 >>> >>> *To:* excel-macros@googlegrou

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Sam Mathai Chacko
to display that in Ribbon >> >> ** ** >> >> Rajan >> >> ** ** >> >> *From:* excel-macros@googlegroups.com [mailto: >> excel-macros@googlegroups.com] *On Behalf Of *Raj Mahapatra >> *Sent:* Apr/Mon/2012 11:30 >> >> *To:* excel

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Maries
om:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Raj Mahapatra > *Sent:* Apr/Mon/2012 11:30 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Add-in creation in excel 2007 > > ** ** > > ** ** > >

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Sam Mathai Chacko
bon > > ** ** > > Rajan > > ** ** > > *From:* excel-macros@googlegroups.com [mailto: > excel-macros@googlegroups.com] *On Behalf Of *Raj Mahapatra > *Sent:* Apr/Mon/2012 11:30 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Add-in creation in

RE: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Rajan_Verma
I think u should create custom menu to display that in Ribbon Rajan From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Raj Mahapatra Sent: Apr/Mon/2012 11:30 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Add-in creation in excel 2007

RE: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Rajan_Verma
@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Sam Mathai Chacko Sent: Apr/Mon/2012 10:58 To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Add-in creation in excel 2007 Add-ins are designed to run in the background, and hence the file will not be visible when you

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread NOORAIN ANSARI
Dear Raj, Please visit here. http://www.ozgrid.com/VBA/excel-add-in-create.htm -- Thanks & regards, Noorain Ansari *http://noorainansari.com/* *http://excelmacroworld.blogspot.com/* On Mon, Apr 2, 2012 at 10:50 PM, Raj Mahapatra wrote: > hi group, > > i

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Raj Mahapatra
sam, how would i get that add in as a tab in ms excel Thanks & Regards Rajesh Mahapatra On Mon, Apr 2, 2012 at 10:57 PM, Sam Mathai Chacko wrote: > Add-ins are designed to run in the background, and hence the file will not > be visible when you open it. If you go to the VBE window, you could >

Re: $$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Sam Mathai Chacko
Add-ins are designed to run in the background, and hence the file will not be visible when you open it. If you go to the VBE window, you could actually see that the vba project for your add-in is shown. Sam Mathai Chacko On Mon, Apr 2, 2012 at 10:50 PM, Raj Mahapatra wrote: > hi group, > > i wan

$$Excel-Macros$$ Add-in creation in excel 2007

2012-04-02 Thread Raj Mahapatra
hi group, i wants to create addin in excel. i have created a addin using below steps, but it is not working. 1. in new workbook, i have insert a module and macro codes in it. 2. then saved the same workbook using ".xlam" extension. 3. when i opens the same add in in new excel. it does not op

Re: $$Excel-Macros$$ add-in creation in excel

2012-02-25 Thread NOORAIN ANSARI
Dear Raj, I think best way to create add-in is here.. http://www.ozgrid.com/VBA/excel-add-in-create.htm On Sat, Feb 25, 2012 at 11:00 PM, Raj Mahapatra wrote: > hi group, > > advice me, how to create add-ins in excel. i have tried it by creating a > macro in a workbook and saving it in .xla fo

$$Excel-Macros$$ add-in creation in excel

2012-02-25 Thread Raj Mahapatra
hi group, advice me, how to create add-ins in excel. i have tried it by creating a macro in a workbook and saving it in .xla format. but its not working. Thanks & Regards -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, li

Re: $$Excel-Macros$$ Add in for compare work sheets

2012-02-12 Thread NOORAIN ANSARI
Dear Sandeep, Please check below link http://www.exceltip.com/st/Compare_two_worksheets_using_VBA_in_Microsoft_Excel/477.html On Sat, Feb 11, 2012 at 10:04 AM, wrote: > Dear Excel Expert, > > I am a ardent follower of this group and I have seen that some one has > posted in this forum a Add in

Re: $$Excel-Macros$$ Add in for compare work sheets

2012-02-11 Thread chhajersandeep
Thanks Be Tran Van. Its really nice of you. Sandeep Chhajer. Sent on my BlackBerry® from Vodafone -Original Message- From: Bé Trần Văn Sender: excel-macros@googlegroups.com Date: Sat, 11 Feb 2012 21:20:17 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ Add in

Re: $$Excel-Macros$$ Add in for compare work sheets

2012-02-11 Thread Bé Trần Văn
2012/2/11 Bé Trần Văn > > > 2012/2/11 Yahya Muhammad > >> >> >> Please find it attached. >> >> >> >> >> On Sat, Feb 11, 2012 at 7:34 AM, wrote: >> >>> Dear Excel Expert, >>> >>> I am a ardent follower of this group and I have seen that some one has >>> posted in this forum a Add in to compare t

Re: $$Excel-Macros$$ Add in for compare work sheets

2012-02-11 Thread Bé Trần Văn
2012/2/11 Yahya Muhammad > > > Please find it attached. > > > > > On Sat, Feb 11, 2012 at 7:34 AM, wrote: > >> Dear Excel Expert, >> >> I am a ardent follower of this group and I have seen that some one has >> posted in this forum a Add in to compare two worksheet. >> >> May I request the expert

$$Excel-Macros$$ Add in for compare work sheets

2012-02-10 Thread chhajersandeep
Dear Excel Expert, I am a ardent follower of this group and I have seen that some one has posted in this forum a Add in to compare two worksheet. May I request the expert to repost the add in again. Thanking You, Sandeep Chhajer. Sent on my BlackBerry® from Vodafone -- FORUM RULES (986+ membe

Re: $$Excel-Macros$$ Add-In

2010-10-07 Thread P.VIJAYKUMAR
Dear Friend, Add-in in Excel is any tool (other than the normal available) ones which does a specified activity i.e detecting and eliminating duplicates,finding difference between dates etc, .it is a sfecfically written Macro or VBA which performs specific tasks in an easy manner. you can get Exc

Re: $$Excel-Macros$$ Add-In

2010-10-07 Thread rajasekhar praharaju
hello friend, Go to top left hand corner of excel click on office button--> excel options---> then select the add ins by double clicking on it. then click on manage option ---> go Thanks, Raj On Thu, Oct 7, 2010 at 10:55 PM, SAJID MEMON wrote: > Hi Experts, > > I want to know Add-in in ex

$$Excel-Macros$$ Add-In

2010-10-07 Thread SAJID MEMON
Hi Experts, I want to know Add-in in excel. How this option is working or how can i know about this option much more. Give me any idea or tips. awaiting your replay Regards sajid memon -- -

$$Excel-Macros$$ ADD-IN for retriving information from another sheet

2010-09-07 Thread Harpreet Gujral
Hi Group, Ihave to create a ADD-IN to use advancefilter on a database structure created on a excel workbook. Can it be done, by placing the database sheet within the add-in workbook? If not, then can we use a macro to use advance filters on a worksheet which is present in another workbook? Pl

$$Excel-Macros$$ Add in for Microsoft outlook 2007

2010-01-28 Thread maulik desai
Hi, I want a Add in which can help me to send mails on a specific time which is fixed by me -- Thanks & Regards, Maulik Desai 9967363926 -- -- Some important links for excel users: 1. Follow us on TWITTER for tips t

Re: $$Excel-Macros$$ add-in manager

2010-01-23 Thread Dilip Pandey
Dear Frederic, Try below link:- http://support.microsoft.com/kb/282847 Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On 1/21/10, Frédéric wrote: > > Hello, > > I use Excel 2003 and I would li

$$Excel-Macros$$ add-in manager

2010-01-21 Thread Frédéric
Hello, I use Excel 2003 and I would like to know why Add-in manager in "Visual Basic Editor" is not available when I'm not administrator. regards -- -- Some important links for excel users: 1. Follow us on TWITTER fo