$$Excel-Macros$$ Re: Help on copying formula.....

2009-07-01 Thread Dave Bonallack
Hi Ashutosh, Absolute refrencing won't help you here. If you have control of the spread-sheet, and you can easily re-structure it, change the vertical list to a horizontal one. If you can't do that, select the refrence list, then copy. find an unused pert of the sheet. Click in a cell, then r

$$Excel-Macros$$ Re: Help on copying formula.....

2009-07-01 Thread Mahesh
Hi Ashutosh, Use the same formula as =$A1 instead of =A1. U will get the desire results. Rgds, Mahender Bisht On Thu, Jul 2, 2009 at 9:46 AM, ASHUTOSH AGARWAL wrote: > Hi All, > > Genrally in spreadheet, if you copy a formule in other rows, formula is > changed according to row number. e.g. we

$$Excel-Macros$$ Re: finding duplicates tips

2009-07-01 Thread zaki l
download the addin, copy the same, go to tools>addins>browse for a new file and paste the copied addin which u downloaded.and confirm it by pressing ok.. Check in tools, u will have a new option for duplicate master... cheers.. On Thu, Jul 2, 2009 at 7:08 AM, Mahesh wrote: > Hi Sai, > > Ple

$$Excel-Macros$$ Re: Help on copying formula.....

2009-07-01 Thread Prashanth Banneni
Hi, You can use =$A1 and drag it across columns Cheers Prashanth On Thu, Jul 2, 2009 at 9:46 AM, ASHUTOSH AGARWAL wrote: > Hi All, > > Genrally in spreadheet, if you copy a formule in other rows, formula is > changed according to row number. e.g. we have a cell with formula ""=A1" and > now we

$$Excel-Macros$$ Re: Help on copying formula.....

2009-07-01 Thread Rajesh Kunder
Hey Ashothosh, Please make use of absolute cell reference. http://www.techonthenet.com/excel/questions/referencing.php Regards, Rajesh Kunder On Thu, Jul 2, 2009 at 9:46 AM, ASHUTOSH AGARWAL wrote: > Hi All, > > Genrally in spreadheet, if you copy a formule in other row

$$Excel-Macros$$ Help on copying formula.....

2009-07-01 Thread ASHUTOSH AGARWAL
Hi All, Genrally in spreadheet, if you copy a formule in other rows, formula is changed according to row number. e.g. we have a cell with formula ""=A1" and now we copy this formula across columns to the right. Naturally, this results in the Formula reference changing to =B1, =C1, =D1 etc. Howev

$$Excel-Macros$$ Re: finding duplicates tips

2009-07-01 Thread Mahesh
Hi Sai, Please tell how it work? Rgds, Mahender Bisht On Wed, Jul 1, 2009 at 3:03 PM, sai prasath wrote: > Hi frnds, > > here i have attached as "addin" "The Duplicate Master.xl", which is very > useful to find the duplicates and delete. this is very custom, i guess many > of you guys know abou

$$Excel-Macros$$ Re: Stop with output subroutine

2009-07-01 Thread Dave Bonallack
Hi Larry, Usual cause of that behaviour is other event macros. Start with: Application.EnableEvents = False Then your code. Then at the end: Application.EnableEvents = True Regards - Dave. > Date: Wed, 1 Jul 2009 10:22:49 -0700 > Subject: $$Excel-Macros$$ Stop with output subroutine > From:

$$Excel-Macros$$ Copy document name & paste in excel urgent!!

2009-07-01 Thread kunal
Hi, I am stuck with a problem now which is hunting me since days now. I had to sort all the document and folder structure that was there in our repository which was a mesh pending for ages. Now i am now trying to have all the list in an excel file as a content so as to find the document easily. It

$$Excel-Macros$$ Stop with output subroutine

2009-07-01 Thread larry
I am working on a macro where I would like the program to run the main subroutine and then run the output subroutine once and end the program. Instead, it appears to be returning to the main program and doing more calculations and coming back to the output again. Any ideas on what I am missing? I

$$Excel-Macros$$ Re: A question about conditional formatting

2009-07-01 Thread Dave Bonallack
Hi Doug, I think I would keep a sheet in the workbook called 'Template' which contains all the formatting you want. Then each day, make a copy of that sheet, and rename the copy as needed. Don't ever put data into your Template sheet. Just use it to create new sheets. Regards - Dave. > Date

$$Excel-Macros$$ Re:

2009-07-01 Thread Dave Bonallack
I concur Regards - Dave. Date: Wed, 1 Jul 2009 19:58:20 +0530 Subject: $$Excel-Macros$$ Re: From: vishvesh.chau...@gmail.com To: excel-macros@googlegroups.com Really good bakul. I'm using excel since started using computers but its new to me. Thanks. On Wed, Jul 1, 2009 at 4:57 PM, Bakul

$$Excel-Macros$$ A question about conditional formatting

2009-07-01 Thread Doug
Just a quick question. I'm writing a workbook in which a new worksheet will be added every day. Each worksheet contains a number of cells with the same conditional formatting applied. Is there any advantage to applying the formatting through VBA code as opposed to applying it through the Format

$$Excel-Macros$$ EXCEL TIP FOR THE WEEK

2009-07-01 Thread suresh k
Hi All, To copy paste for all the cells. Lets say you have the data in A3 and you want to copy to C3:C4 cells.Using mouse to select all the cells is little bit difficult. Now you can do the same with below easy steps. 1. Select B3. 2. Then *Ctrl+C* to copy the data 3. Click once in

$$Excel-Macros$$ Re: Match date to enter data in table

2009-07-01 Thread Aindril De
Dear Amol, Please find attached the file with the solution. Regards, Andy On Wed, Jul 1, 2009 at 7:15 PM, Amol Shende wrote: > Dear Friends, > > Pl help me to enter in the yellow cell the information from table 2 based > on the highlighted (red) date > > > > > *06/02/2009* ** ** *Date* *0

$$Excel-Macros$$ Re:

2009-07-01 Thread Vishvesh Chauhan
Really good bakul. I'm using excel since started using computers but its new to me. Thanks. On Wed, Jul 1, 2009 at 4:57 PM, Bakul Patel wrote: > Name: Bakul Patel > Tip: Dictionary in excel > > If you want to use dictionary in excel, just press ALT key & click on cell > which has the word. you w

$$Excel-Macros$$ Re: Match date to enter data in table

2009-07-01 Thread Dilip Pandey
Hi Anmol, Task achieved. Solved sheet is also attached. Thanks -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Wed, Jul 1, 2009 at 5:45 PM, Amol Shende wrote: > Dear Friends, > > Pl help me to enter in th

$$Excel-Macros$$ Re: Match date to enter data in table

2009-07-01 Thread Saurabh
Hi Amol, Attached is the solution. Hope this is what u want. Regards, Saurabh Patel _ From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Amol Shende Sent: Wednesday, July 01, 2009 5:45 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$

$$Excel-Macros$$ Re:

2009-07-01 Thread Bakul Patel
Name: Bakul Patel Tip: Dictionary in excel   If you want to use dictionary in excel, just press ALT key & click on cell which has the word. you will get the meaning of the word.   Cheers, Bakul   --- On Tue, 6/30/09, Ramesh Katta wrote: From: Ramesh Katta Subject: $$Excel-Macros$$ Re: To:

$$Excel-Macros$$ Match date to enter data in table

2009-07-01 Thread Amol Shende
Dear Friends, Pl help me to enter in the yellow cell the information from table 2 based on the highlighted (red) date *06/02/2009* ** ** *Date* *0 - 1 * *DURATION (Hrs.)* *No. of instances* ** *06/01/09* 16 *0 - 1* *06/02/09* 8 *1 - 2* *06/03/09* 10 *2 - 3 * *06/04/09* 11 *3 -

$$Excel-Macros$$ Re: Urgent Help Required

2009-07-01 Thread Sachin Shukla
Dear Dilip, Thanks a lot. Its working. Thanks Sachin Shukal On Wed, Jul 1, 2009 at 3:57 PM, Dilip Pandey wrote: > Hi Sachin, > > Attached sheet has been solved. Thanks, > -- > DILIP KUMAR PANDEY > MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744 > dilipan...@gmail.com > dilipan...@yahoo.c

$$Excel-Macros$$ Re: Urgent

2009-07-01 Thread amresh kumar
Thanks On 7/1/09, Dilip Pandey wrote: > > *Hi Amresh,* > > Please find the workbook attached with the example of Advance Filter. > Thanks. > > -- > DILIP KUMAR PANDEY > MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744 > dilipan...@gmail.com > dilipan...@yahoo.com > New Delhi - 110062 > > > On W

$$Excel-Macros$$ Re: Condition Checking

2009-07-01 Thread Dilip Pandey
Hi Thomas, Your query has been solved and attached herewith. Thanks. Thanks & Regards -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Mon, Jun 29, 2009 at 6:52 AM, TERTIUS KOSHY THOMAS < tert...@hees.hitach

$$Excel-Macros$$ Re: about VBA in MS project

2009-07-01 Thread Dilip Pandey
Hi, Check the attached file. Overdue tasks/ projects will be highlighted automatically. Thanks, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Mon, Jun 29, 2009 at 7:34 PM, wrote: > > Any help? > > -O

$$Excel-Macros$$ Re: Urgent Help Required

2009-07-01 Thread Dilip Pandey
Hi Sachin, Attached sheet has been solved. Thanks, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Jun 30, 2009 at 11:53 AM, Sachin Shukla wrote: > Dear All, > > Please provied me help on attached sheet

$$Excel-Macros$$ Urgent

2009-07-01 Thread amresh kumar
Please tell me about advance filter with shortcut --~--~-~--~~~---~--~~ - Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at

$$Excel-Macros$$ Re:

2009-07-01 Thread CA NARENDRA ASHARA
Dear Friends, Name: Narendra Ashara Tip: Use Units of measure without changing numbers to Text To display a unit of measure (eg. lb., kg., km., in., etc...) in a cell without changing the number to text, you can create a custom number format. 1) Select the cells containing the numbers; 2) In the

$$Excel-Macros$$ Re:

2009-07-01 Thread Ramesh Katta
Hi Dear Members, Name: Ramesh Katta Tip: Create chart by pressing F11 function key. We can create a chart quickly without having to use the chart button on the toolbar by pressing the function key F11 whilst inside a range of data. I have attached a workbook for reference just press F11 on data