Re: $$Excel-Macros$$ Help me in contitional formating

2010-04-27 Thread rf1234 rf1234
Dear Vinod, Have a look in attached Zipped,It will help you. Hope it Will Help On Tue, Apr 27, 2010 at 11:39 PM, vinod rao wrote: > Hello, > I want a conditional formating for the string found "to be done" in column F > and colour the entire row. > > Example > in cell F17 i found t

RE: $$Excel-Macros$$ FormulaArray with Named Ranges

2010-04-27 Thread Dave Bonallack
Hi John, What is 'StartCellR'? Also, if you paste this formula {=(Sum(AllBLs*(PF=Range(A6).Value)))} straight into a cell, you will find that xl won't accept it. You can't enter VBA notation into a cell. Try: "=SUM(AllBLs*(PF=A6))" Regards - Dave. > Date: Tue, 27 Apr 2010 13:

RE: $$Excel-Macros$$ How to compare two Excel sheets

2010-04-27 Thread Dave Bonallack
Sample workbook please. All formatting as origianl, and data you want compared. Dave > Date: Tue, 27 Apr 2010 07:51:10 -0700 > Subject: Re: $$Excel-Macros$$ How to compare two Excel sheets > From: sudhir.p...@gmail.com > To: excel-macros@googlegroups.com > > Dear friends , i m waiting for repl

RE: $$Excel-Macros$$ How to compare two Excel sheets

2010-04-27 Thread Anurag Singh Aswal
HI Sudhir, You can create a new sheet and compare the two in it starting from the first cell . Use the formula " = A1 in SHeet1=A1 in sheet2 ". The similar cells will give TRUE as result and different will display FALSE. Sincere Regards, Anurag -Original Message- From: excel-macros@

$$Excel-Macros$$ FormulaArray with Named Ranges

2010-04-27 Thread John in Huntington Beach
Hi, I have a macro that refuses to run when it reaches the following command: StartCellR.Offset(1, 0).FormulaArray = "=(Sum(AllBLs*(PF=Range(A6).Value)))" AllBLs is a named range PF is a named range I am trying to get excel to sum the values in ALLBLs that correspond to a certain value

$$Excel-Macros$$ Help me in contitional formating

2010-04-27 Thread vinod rao
Hello, I want a conditional formating for the string found "to be done" in column F and colour the entire row. Example in cell F17 i found to be done then the entire row should colour next if it is in say cell F25 then it should colour entire row of that cell Regards, Vinod --

Re: $$Excel-Macros$$ please help me for Excel macro for Hide and unhide the subheading in excel

2010-04-27 Thread Harpreet Singh Gujral
Hi Sudhir, Would it be possible for you to attach both the sheets, i will try to work on it. If possible, please specify which sheet would serve as the master against which the other sheet will be compared. Cheers! Harry On Tue, Apr 27, 2010 at 9:25 PM, sudhir kumar wrote: > Thanks Harpreetj

Re: $$Excel-Macros$$ please help me for Excel macro for Hide and unhide the subheading in excel

2010-04-27 Thread sudhir kumar
Thanks Harpreetji, for your valuable solution I have an another problem, I have two excel sheets, both are having same format, and contain huge amount of data. now i want to compare them, old one with the new one. and i want to find out which data is deleted, which one is added, and w

Fw: $$Excel-Macros$$ Help required in creating xml from EXCEL

2010-04-27 Thread sravani loly
Hi All, My excel containd the following rows and columns: I want to convert this data into an xml file based on the path mentioned in the 2nd column   Data Path Name ocim:root/ocim:name[xsi type:"myname"]/ocim:firstname Name2 ocim:root/ocim:name[xsi type:"myname"]/ocim:Last

$$Excel-Macros$$ Form controls disappear when copying sheet

2010-04-27 Thread Uri Goren
Hi, I created a sheet in Excel 2007 and added a few buttons to it via the form controls toolbar. When I duplicate the sheet (right click->move or copy) I get a copy of the sheet but without the form controls. Any ideas? Thanks. --

Re: $$Excel-Macros$$ How to compare two Excel sheets

2010-04-27 Thread sudhir
Dear friends , i m waiting for reply, thanks On Apr 26, 8:59 pm, sudhir wrote: > Dear friends, > I have two excel sheets, both are having same format, and contain huge > amount of data. > now i want to compare them, old one with the new one. and i want to > find out which data is deleted, which o

$$Excel-Macros$$ Median Using Pivot

2010-04-27 Thread krishnan Gopi
Hello All, How to calculate Median in Pivot. Regards Gopi Krishnan -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our Linked

$$Excel-Macros$$ Help for the macro which combines (appends) data from different excel to single excel file

2010-04-27 Thread Hitesh Dilipbhai Dhare
Hi Friends, If you have got any macro or VB module which compiles data from different excel into single one which are lying in same folder, please provide me. Thanks, Hitesh. From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] O

Re: $$Excel-Macros$$ how can protect the excel sheet in VBA Passward.

2010-04-27 Thread N.Shivkumar
Dear Sir I have used this code in one of my project viz. Private Sub Worksheet_Activate() Sheet2.Protect "1823" Dim pass As String pass = InputBox("N Shivkumar has for obvious reasons set a Password, kindly enter password to unprotect sheet") If pass = "1823" Then Sheet2.Unprotect "1823" El

Re: $$Excel-Macros$$ Need a formula help

2010-04-27 Thread vinu
Thanks a lot for your solution. I got it.. Regards, Vinu. On Apr 24, 9:28 pm, Harsh Gharpure wrote: > For the data range you have specified, following is the solution: > > A           B                     C  (formula) > > 25         0 -100            2    ->        = countif(a1:a7,">0") -

RE: $$Excel-Macros$$ worksheet change event problem

2010-04-27 Thread Dave Bonallack
Hi OSA, To prevent the user opening a workbook with macros disabled: Create a new sheet, and write on it in large text, "You can't use this workbook with macros disabled." Use a workbook close macro to make all other sheets xlveryhidden. Use a workbook open macro to unhide all sheets except t

RE: $$Excel-Macros$$ please help me for Excel Conditional formula with example

2010-04-27 Thread Dave Bonallack
Huh? Date: Mon, 26 Apr 2010 21:18:44 -0700 Subject: $$Excel-Macros$$ please help me for Excel Conditional formula with example From: vikask...@gmail.com To: excel-macros@googlegroups.com Dear All, Please help me for excel condition formula's, pls send formula with example ...pls it's

$$Excel-Macros$$ Do No copy excel file or data from that file

2010-04-27 Thread Vijay Aggarwal
Hi, I saved a excel file on share drive. I want that everybody can access that file but unable to copy that file or data from that file without my permission. Is it possible? If yes, then tell me how? Regards, Vijay -- ---

Re: $$Excel-Macros$$ Filling in cells from cell above

2010-04-27 Thread Swapnil Palande
Hi Steve, Please find attached excel for solution. Select the cells ( from first 3 columns) where you want to fill data and go to "MyTools" in menubar and press "Fill Data". Regards, Swapnil. On Mon, Apr 26, 2010 at 9:59 AM, Steve wrote: > I have spreadsheets of imported data from another pro