$$Excel-Macros$$ Auto Filter using Macro or Formula

2010-01-28 Thread Sandip Patel
Hi Friends, I have 10,000 rows excel sheet which has many column as well. I want to create a Macro or Formula which will filter the data by "Type" , in the separate sheet, from the file "ORIGINAL DATA" which is stored on the shared drive. Please see the attached file. Regards, Sandip --

$$Excel-Macros$$ Select All Other Cells

2010-01-28 Thread Gumpy
A fairly easy question that I can't seem to find the answer to... If I have a named range say "Blah" and it is defined as all the cells in rows from 1 to 4, how can i then instruct excel (vba) to select every other cell BAR the named "Blah" range? Maybe something like... Range("Blah").SelectRest

$$Excel-Macros$$ IF statement logic

2010-01-28 Thread capt edgar
Hi there I have attached a simple spreadsheet with a table in it All the cells except the headers in the tables are conditional formatted so that if i select a cell in the table as No, the colour of the cell turns red if i select Yes, the cell color turns green and if i select NA, the cell color t

$$Excel-Macros$$ Re: Maintaining Object State

2010-01-28 Thread RationalIcthus
OK, I've done some additional testing on my own. I wrote a test worksheet that utilizes the Workbook_SheetChange event at the Workbook level, the Worksheet_Change event at the sheet level, and I created two identical classes that trap a sheet event using WithEvents. So far, I believe what I've dis

RE: $$Excel-Macros$$ Function to return days by month

2010-01-28 Thread Cecilia Chiderski
Thanks Dilip, I updated the formula and now it works PERFECT! Date: Fri, 29 Jan 2010 00:37:57 +0530 Subject: Re: $$Excel-Macros$$ Function to return days by month From: dilipan...@gmail.com To: cecic...@hotmail.com CC: excel-macros@googlegroups.com Dear Cecilia, If you want to includ

RE: $$Excel-Macros$$ Compare lists and return missing data

2010-01-28 Thread Cecilia Chiderski
Dilip, thanks a lot. I was working on this last night, and got this code. It seems to work... would you mind taking a look to it?? Probaby can be improved. Also, in the code, should I set e and a to empty at the end, or VBA will automatically release the variables after end sub? Sorry if it is

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

$$Excel-Macros$$ Using IF Condition

2010-01-28 Thread krishnan Gopi
Hello All, It will be great, if some one can help me with a IF condition or any other method to solve the query. For Example if dates are entered in a column and depending on the date the respective month should be automatically get populated in the desired column. Regards Gopi Krishnan -- ---

$$Excel-Macros$$ Macro For Filter by Colour or Comments

2010-01-28 Thread maulik desai
Hi I want a macro that can do a filter data by comments & filter data by colour -- Thanks & Regards, Maulik Desai 9967363926 -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and l

$$Excel-Macros$$ A Macro that can compare 2 or more then that Excel files

2010-01-28 Thread maulik desai
Hi, I want a macro which can help to compare two or more then two excel sheet By row wise or by column wise or complete sheet or should have options to select the mode like said in above lines or can more then that if possible hope will get some great reply with solutions -- Thanks & Regards,

Re: $$Excel-Macros$$ Link from one excel file to another excel file

2010-01-28 Thread Dilip Pandey
Dear Mani, Do you want to say that you have different workbooks by the type of invoice or do you have different worksheets for the same. In your attached file, there is one one worksheet Tabelle1, which has the data. Please attach all other worksheets as well or other the workbook with all works

Re: $$Excel-Macros$$ Function to return days by month

2010-01-28 Thread Dilip Pandey
Dear Cecilia, If you want to include next year range within that formula set, then you might want to go ahead an include function YEAR with MONTH. For example:- MONTH(T$2)=MONTH($C3) will change to :- AND(MONTH(T$2)=MONTH($C3),YEAR(T$2)=YEAR($C3)) Suggestion:- you should inlclude new year right

Re: $$Excel-Macros$$ The Aspiring Writer ;)

2010-01-28 Thread Dilip Pandey
Dear Ayush, Great piece of information :) Can we know the source of this news or at least the name of that person, if possible? 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/28/10, Ayush

Re: $$Excel-Macros$$ Re: Password crecker for Excel workbbok

2010-01-28 Thread Dilip Pandey
Dear Maulik, I would suggest to search google or other search engines for "Free Excel Password Breaker", alternatively you can purchase the Office Password Cracker from open market. There are some paid websites as well, who will charge you some fee and crack the password for you. Best Regards, --

Re: $$Excel-Macros$$ Macro Help

2010-01-28 Thread Dilip Pandey
Dear Maulik, There are some materials uploaded in "Files" section of this group itself. http://groups.google.com/group/excel-macros/files You can also search google for other learning materials. Best Regards, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gma

$$Excel-Macros$$ A Macro can Copy data from diff Excel & paste to 1 Excel Sheet

2010-01-28 Thread maulik desai
Hi, Can any one provide me a macro I have 5 workbooks (every workbook contains 2 sheets(sheet1 & sheet2) All 5 workbook are from diff locations i want to Add data from Each workbook to one master file in sheet1 & same for sheet2 Now all 5 files are updated daily i want macro that can help to cop

$$Excel-Macros$$ Macro Help

2010-01-28 Thread maulik desai
Hi, I would like to learn macro specially i would like to learn that how to write macro code in excel if anyone can provide me related to Macro it will be very helpful for me Kindly proive any kind of stuff like notes how to write macros, links or PDF file anything which can help other also who l

Re: $$Excel-Macros$$ Re: Password crecker for Excel workbbok

2010-01-28 Thread maulik desai
HI, mAHESH : KINDLY FIND MY MAIL IN THAT THERE IS A TEXT.XLS FILE IS THERE I WANT TO UNPROTECT THAT WORKBOOK Thanks for all who reply it but still know i am not geting any soluation I would like to say all members that i just want a simple tool or add in which can OPEN PASSWORD PROTECTED WORKBO

Re: $$Excel-Macros$$ How to save data from html to excel.

2010-01-28 Thread Murtaza Dalal
Naah Ankur it didnt serve the purpose. I've created an HTML page. is there an HTML code for saving data in excel. On Wed, Jan 27, 2010 at 12:18 PM, ankur wrote: > hi Murtaza Dalal > the following link will help you > > http://prashantnayak.freeservers.com/Download/ExportButton.html > > On 26/01/

Re: $$Excel-Macros$$ The Aspiring Writer ;)

2010-01-28 Thread Abhishek Jain
Superb... On Thu, Jan 28, 2010 at 3:15 PM, Ayush wrote: > There was once a young man who, in his youth, professed a desire to > become a great writer. When asked to define "great" he said: > > "I want to write stuff that the whole world will read, stuff that > people will react to on a truly emo

$$Excel-Macros$$ need help urgently from excel to word

2010-01-28 Thread ashish koul
hi i have a list in excel file with company name website etc, information a and want to put the same in word as i have given in the word format please can anyone give me the vba coding for the same regards ashish -- --

Re: $$Excel-Macros$$ Re: Password crecker for Excel workbbok

2010-01-28 Thread Nandkumar kakvipure
Try Diz password, * **File: *PSLoss072_demo-unprotected.xls *Protection: *MS Excel 97-2003 - VBA Project, VBA Password *Complexity: *Instant Unprotection *MD5: *54CD7685F9A060E59FF529A28E11B3D1 File-Open password: no password is set File-Modify password: no password is set VBA Project password: [

$$Excel-Macros$$ how to merg data from diff file to single file.

2010-01-28 Thread rajendra ankam
Hi, Req u to help in merging the data from diff excel file into a single file. So, plz let know is there any simple way to do this or else any VBA for the same. Plz let me know the VBA coding for the same. Would appreciate ur help. raju.. -- -

Re: $$Excel-Macros$$ Forms in Visual basic scroll bar problem

2010-01-28 Thread Paul Schreiner
First of all, you've not asked a question. You have a scrollable box that displays up to 50 entries, you have an Excel file with 200 items to diaplay in the scoll box. in a userform, a scrollbox is a box that can have a large number of entries, and the "scroll" portion allows the user to see the e

Re: $$Excel-Macros$$ The Aspiring Writer ;)

2010-01-28 Thread ankur
very true On 28/01/2010, Ayush wrote: > There was once a young man who, in his youth, professed a desire to > become a great writer. When asked to define "great" he said: > > "I want to write stuff that the whole world will read, stuff that > people will react to on a truly emotional level, stuff

$$Excel-Macros$$ The Aspiring Writer ;)

2010-01-28 Thread Ayush
There was once a young man who, in his youth, professed a desire to become a great writer. When asked to define "great" he said: "I want to write stuff that the whole world will read, stuff that people will react to on a truly emotional level, stuff that will make them scream, cry, wail, howl in p

$$Excel-Macros$$ Forms in Visual basic scroll bar problem

2010-01-28 Thread andyfloyd
Hi all, new to this group so please bear with me. The question I have is this... I have a spreadsheet with several pages each with a list of components on them. I then have a visual basic script to form a menu at the top of my screen which allows it to call up a form for users to fill in details an

Re: $$Excel-Macros$$ Removing password in a macro

2010-01-28 Thread ankur
hi robinson plz attach the file On 28/01/2010, Robinson Boreh wrote: > Hi guys, > > Yet again I turn for your assistance. I have this excel macro that has a > password protection. Can someone advise me on how to rid the password. > > Regards > > > Robinson Boreh, > > Finance Department, Upper Hi

$$Excel-Macros$$ Removing password in a macro

2010-01-28 Thread Robinson Boreh
Hi guys, Yet again I turn for your assistance. I have this excel macro that has a password protection. Can someone advise me on how to rid the password. Regards Robinson Boreh, Finance Department, Upper Hill, Tel: 2874243, 0711019243 Fax: 2719705 "Experience is what you get, if you don't