$$Excel-Macros$$ Re: Please explain below given excel functions..

2011-01-28 Thread clivey
Sorry , can't help directly but suggest this: Presuming you have loaded the Excel Analysis Toolpak,click Office button/Options/AddIns/Analysis Toolpak + vba Analysis Toolpak then click the Excel "?" ?/All Help/Function Reference/STATISTICAL Here you can find explanations,formulae and E

Re: $$Excel-Macros$$ Help With UserForms

2011-01-28 Thread hanumant shinde
There are various ways. you can use additem in your code or you can use "RowSource" property of the combo box. for using property what u shud do is you type required data in cells. then name those cells by selecting all the cells which u want to name then right click it then select "Name a Range

Re: $$Excel-Macros$$ Please explain below given excel functions..

2011-01-28 Thread hanumant shinde
I am not aware of all the functions but 1st 4 (i guess all) are for statistical analysis. you can explore them on Excel help with below Functions Correlation :- CORREL T-Test :- TTEST Chi-Square :- CHITEST From: NOORAIN ANSARI To: excel-macros@googlegroups.c

$$Excel-Macros$$ Sending (POSTing) information to a web-site

2011-01-28 Thread Richard
I am trying to send information to the referenced website and have it return a pdf file. I have "referenced" WinnHTTPservers, but this code doesn't seem to connect to the website. What am I doing wrong Dim cr As InternetExplorer ' Set cr = New InternetExplorer cr.Visible = True ' Dim http As W

Re: $$Excel-Macros$$ Subtotal

2011-01-28 Thread hanumant shinde
Hi, attached is the file which has ur solution (Hopefully). it has some conditions which u have to follow else output will be wrong Below are the conditions 1] It will get or clear total and subtotal for both the Halves.i.e. 2008-09 and 2009-10. 2]Do no click on any button more than once unless

Re: $$Excel-Macros$$ Help with nested Vlookup

2011-01-28 Thread Ahleah1031
I'm having a TERRIBLE time attempting to send my test file to anyone or this group. My company email client won't allow it to go through. SO...I'll attempt to show an example of my request within this posting. WITH PRINCIPAL Dates Match Dates Do Not Match STATUS E

Re: $$Excel-Macros$$ Extracting Data from Multiple worksheets using 2 Criterias

2011-01-28 Thread SK
Folks, Did anyone had a chance to look at the file ? Any ideas/suggestions are welcome. Thank you, Shiva On Jan 28, 8:43 am, shiva kashyap wrote: > Ankur, > > Please see the attached file. In this file I am only testing 4 worksheets ( > there will be 6 more when final file is generated). > >

$$Excel-Macros$$ why 0 in excel is 0.0 in xml

2011-01-28 Thread sudheer
I have a excel file in which a cell value is 0; when i look into xml the value is 0.0 and the workaround for this problem is carry any changes and save then the xml shows 0 WHAT IS THIS TYPICAL PROBLEM -- -- Some imp

$$Excel-Macros$$ why 0 in excel is 0.0 in xml

2011-01-28 Thread sudheer
I have a excel file in which a cell value is 0; when i look into xml the value is 0.0 and the workaround for this problem is carry any changes and save then the xml shows 0 WHAT IS THIS TYPICAL PROBLEM -- -- Some imp

Re: $$Excel-Macros$$ build a database from multiple workbooks

2011-01-28 Thread ashish koul
alright let us know if you require any help On Fri, Jan 28, 2011 at 2:51 PM, Seba wrote: > Hi, > > I made the following adjustment (marked with stars). It works fine. Do > you see any error in code or possible improvements? I will make an > addtional macro for: removing double entries + deletin

Re: $$Excel-Macros$$ removing multiple data and converting column into row

2011-01-28 Thread Paul Schreiner
I'm not sure what constitutes a "repetitive record". Since I would have thought that the last two rows of your sample data repeat, yet you included all of them in the sample output... So, based on what little you've given us... I put together this macro:     '

Re: $$Excel-Macros$$ Subtotal

2011-01-28 Thread Manoj kumar
now check... Regards, Manoj Kumar On Fri, Jan 28, 2011 at 12:14 PM, Usha Negi wrote: > Thank you very much for your reply. But I checked subtotal for all zones it > does not match. also I want to have subtotal after every quarter. Kindly see > attached file. > > Thanks > Usha > On Fri, Jan 28,

Re: $$Excel-Macros$$ removing multiple data and converting column into row

2011-01-28 Thread Sanjoy Nath
Please send the excel file. On Fri, Jan 28, 2011 at 1:31 PM, vikalp wrote: > hellow everybody, > kindly help me with the problem i am facing i want to remove > repititive record from folloeing data and get useful data for the > perpose of mailmerge example is given bellow > example data I have

$$Excel-Macros$$ Please explain below given excel functions..

2011-01-28 Thread NOORAIN ANSARI
Dear Experts, Kindly explain below given excel functions with example. Correlation Multiple Regression T-Test Chi-Square ANOVA Factor Analysis -- Thanks & regards, Noorain Ansari -- -- Some important links fo

Re: $$Excel-Macros$$ Office 2010 key

2011-01-28 Thread Apoorv Mittal
I think This might be help you ```Office 2010 Retail Keys` """ - Office Professional Plus 2010 Retail Keys

Re: $$Excel-Macros$$ build a database from multiple workbooks

2011-01-28 Thread Seba
Hi, I made the following adjustment (marked with stars). It works fine. Do you see any error in code or possible improvements? I will make an addtional macro for: removing double entries + deleting rows with value=0 + sorting My modification: -- Sub co

$$Excel-Macros$$ removing multiple data and converting column into row

2011-01-28 Thread vikalp
hellow everybody, kindly help me with the problem i am facing i want to remove repititive record from folloeing data and get useful data for the perpose of mailmerge example is given bellow example data I have a b c d 1 x 20 35 1 x 25 35 1 x

Re: $$Excel-Macros$$ Subtotal

2011-01-28 Thread Usha Negi
Thank you very much for your reply. But I checked subtotal for all zones it does not match. also I want to have subtotal after every quarter. Kindly see attached file. Thanks Usha On Fri, Jan 28, 2011 at 11:40 AM, Manoj kumar < manoj.vishwakarma...@gmail.com> wrote: > Hi Usha, > > check the attac