RE: $$Excel-Macros$$ == Need help on the sheet

2012-03-31 Thread Sreejith K . V
Thanks Noorain, For the help, will have a look at it. Regards Sreejith Date: Fri, 30 Mar 2012 20:24:33 +0530 Subject: Re: $$Excel-Macros$$ == Need help on the sheet From: noorain.ans...@gmail.com To: excel-macros@googlegroups.com Dear Sreejit, Please use it.. =OFFSET(INDEX(Detailed!$A$

Re: $$Excel-Macros$$ how to populate combobox on another combobox in excel userform.

2012-03-31 Thread Kris
Hi There are many examples available on the net. here is one of them. http://www.excelfox.com/forum/f12/dependent-data-validation-using-only-formulas-111/ Kris -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please He

Re: $$Excel-Macros$$ how to populate combobox on another combobox in excel userform.

2012-03-31 Thread Mr excel
Pls update my requirement.i want to display items with the headings in the second combo box with the criteria based on first combobox. For example Col A (COMBO BOX 1) COL B (COMBO BOX 2) ASIA ASIA HEADING AUSTRALIA

$$Excel-Macros$$ how to populate combobox on another combobox in excel userform.

2012-03-31 Thread keechak
hi group, i would like to know how to populate a combobox based on another combobox on userform. thanks a lot. -- 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$$ Help Please

2012-03-31 Thread Bé Trần Văn
2012/3/31 NOORAIN ANSARI > Very useful link Ashish, Thanks to sharing with group > > > On Fri, Mar 30, 2012 at 9:37 PM, ashish koul wrote: > >> http://www.rondebruin.nl/ribbon.htm#Examples >> >> >> >> >> On Fri, Mar 30, 2012 at 9:33 PM, Divaker Pandey wrote: >> >>> >>> >>> On Fri, Mar 30, 2012 at

Re: $$Excel-Macros$$ Re: Delivery Status Notification (Failure)

2012-03-31 Thread respuzy
Genius and Thanks Maries exactly what I wanted Sent from my BlackBerry® smartphone from Airtel Ghana -Original Message- From: Maries Sender: excel-macros@googlegroups.com Date: Sat, 31 Mar 2012 09:13:04 To: hilary lomotey; Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macros$

$$Excel-Macros$$ Re: sumproduct.xlsx

2012-03-31 Thread dguillett1
Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: finos Sent: Saturday, March 31, 2012 12:53 PM To: excel-macros@googlegroups.com Cc: dguille...@gmail.com Subject: sumproduct.xlsx Thanks for ur

Re: $$Excel-Macros$$ help

2012-03-31 Thread vijayajith VA
Thanks Don & Mahesh On Sat, Mar 31, 2012 at 11:44 PM, dguillett1 wrote: > Copy/paste this into a module in an file saved as .xlsM > > Sub deleterowsif() > For i = Cells(Rows.Count, 1).End(xlUp).Row To 2 Step -1 > If Len(Application.Trim(Cells(i, 2))) < 1 _ >Or Cells(i, 1) = Cells(1, 1) Th

Re: $$Excel-Macros$$ help

2012-03-31 Thread dguillett1
Copy/paste this into a module in an file saved as .xlsM Sub deleterowsif() For i = Cells(Rows.Count, 1).End(xlUp).Row To 2 Step -1 If Len(Application.Trim(Cells(i, 2))) < 1 _ Or Cells(i, 1) = Cells(1, 1) Then Rows(i).Delete Next i End Sub Don Guillett Microsoft MVP Excel SalesAid Software dgu

Re: $$Excel-Macros$$ help

2012-03-31 Thread vijayajith VA
Thanks a lot got it... On Sat, Mar 31, 2012 at 11:19 PM, Sam Mathai Chacko wrote: > Errr... not sure what you meant by that. Like I said, it just means that > all range of cells in Column D that are blank gets collected (set) in that > range variable. > > Sam > > > On Sat, Mar 31, 2012 at 11:11 P

Re: $$Excel-Macros$$ help

2012-03-31 Thread Sam Mathai Chacko
Errr... not sure what you meant by that. Like I said, it just means that all range of cells in Column D that are blank gets collected (set) in that range variable. Sam On Sat, Mar 31, 2012 at 11:11 PM, vijayajith VA wrote: > > Thanks sam > > means same range suppose a1(blank cell) wil

Re: $$Excel-Macros$$ help

2012-03-31 Thread vijayajith VA
Thanks sam means same range suppose a1(blank cell) will search for a1 in other workbook & get filled rite... On Sat, Mar 31, 2012 at 10:43 PM, Sam Mathai Chacko wrote: > It means that all blank cells from Column D are being set to that range > variable > > Regards, > Sam Mathai Chack

Re: $$Excel-Macros$$ help

2012-03-31 Thread Sam Mathai Chacko
It means that all blank cells from Column D are being set to that range variable Regards, Sam Mathai Chacko On Sat, Mar 31, 2012 at 10:38 PM, vijayajith VA wrote: > Hi, > > Set sourcerange = Columns("D").SpecialCells(xlCellTypeBlanks) > > Can any one explain above code? > what does it mean? >

Re: $$Excel-Macros$$ vlookup with more than one value

2012-03-31 Thread dguillett1
Send your file to ME Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: finu kodokodan Sent: Saturday, March 31, 2012 7:46 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ vlookup with more than one value dear \mr don, thanks for ur reply . but at

Re: $$Excel-Macros$$ vlookup with more than one value

2012-03-31 Thread finu kodokodan
dear \mr don, thanks for ur reply . but at lease one time to take the value . its not working On Sat, Mar 31, 2012 at 4:27 PM, dguillett1 wrote: > =IF(COUNTIF($A$1:$A1,A11)>1,"",SUMPRODUCT(($A$1:$A$4=A11)*($B$1:$B$4))) > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@

Re: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread chhajersandeep
Thanks Maries and Sam. Both the formula are working fine!! Sandeep Chhajer. Sent on my BlackBerry® from Vodafone -Original Message- From: Sam Mathai Chacko Sender: excel-macros@googlegroups.com Date: Sat, 31 Mar 2012 13:24:18 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$E

Re: $$Excel-Macros$$ vlookup with more than one value

2012-03-31 Thread dguillett1
=IF(COUNTIF($A$1:$A1,A11)>1,"",SUMPRODUCT(($A$1:$A$4=A11)*($B$1:$B$4))) Don Guillett Microsoft MVP Excel SalesAid Software dguille...@gmail.com From: finu kodokodan Sent: Saturday, March 31, 2012 4:21 AM To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$ vlookup with more than one

Re: $$Excel-Macros$$ Disable Ctrl+D option in excel

2012-03-31 Thread muralidhar e
Hi, Very sorry repeating the mail, iam unable to find the code to copy at my original file. Message run-time error 1004 Method onkey of object_application failed. Thanks in advance -- *Thanks & Regards,* ** *Muralidhar E.* On Sat, Mar 31, 2012 at 3:20 PM, Abhishek Jain wrote: > There was

Re: $$Excel-Macros$$ Disable Ctrl+D option in excel

2012-03-31 Thread Abhishek Jain
There was no code in this one under "ThisWorkbook" object. I have sent the updated file which is working fine on your personal ID. HTH > On Sat, Mar 31, 2012 at 3:09 PM, muralidhar e wrote: > >> >> Hi Abhishek, >> Find the attached file, and the passward for macro is 151176. >> >> Thanks in ad

Re: $$Excel-Macros$$ vlookup with more than one value

2012-03-31 Thread finu kodokodan
**please find the attachment . i am facing the problem for the repetation On Fri, Mar 30, 2012 at 7:09 PM, dguillett1 wrote: > Show AFTER examples and why > > Don Guillett > Microsoft MVP Excel > SalesAid Software > dguille...@gmail.com > > *From:* rajeyssh > *Sent:* Friday, March 30, 2012 6

Re: $$Excel-Macros$$ Disable Ctrl+D option in excel

2012-03-31 Thread Abhishek Jain
I tested those and working fine even after closing and reopening the workbook. Can you share your sample file which is giving problem? On Sat, Mar 31, 2012 at 2:22 PM, muralidhar e wrote: > Hi Abhishek, > > Its working fine, but when iam closed the file and reopen it is not > working. > > Thanks

Re: $$Excel-Macros$$ Disable Ctrl+D option in excel

2012-03-31 Thread muralidhar e
Hi Abhishek, Its working fine, but when iam closed the file and reopen it is not working. Thanks in Advance. On Sat, Mar 31, 2012 at 1:29 PM, Abhishek Jain wrote: > Dear Muralidhar, > > To my knowledge, there is not a direct way to disable a shortcut without > using VBA. If you are still i

Re: $$Excel-Macros$$ Re: Delivery Status Notification (Failure)

2012-03-31 Thread respuzy
Thanks Maries. Will revert with feedback. Thanks Sent from my BlackBerry® smartphone from Airtel Ghana -Original Message- From: Maries Sender: excel-macros@googlegroups.com Date: Sat, 31 Mar 2012 09:13:04 To: hilary lomotey; Reply-To: excel-macros@googlegroups.com Subject: $$Excel-Macro

Re: $$Excel-Macros$$ Disable Ctrl+D option in excel

2012-03-31 Thread Abhishek Jain
Dear Muralidhar, To my knowledge, there is not a direct way to disable a shortcut without using VBA. If you are still interested, read on. To disable, we can use this line - Application.OnKey "^d", "" To enable it again - Application.OnKey "^d" Now to make them work them unattended we can use as

Re: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread Sam Mathai Chacko
I'd keep it short like this Sub SheetAd() Dim l As Long For l = 1 To 100 Sheets("Sheet1").Copy , ActiveSheet Next End Sub REgards Sam Mathai Chacko On Sat, Mar 31, 2012 at 1:11 PM, Asa Rossoff wrote: > Sorry, Sandeep, I did not immediately see that you needed copies of anot

Re: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread chhajersandeep
Thanks maries! I will check and send you the feed back. Sandeep Chhajer. Sent on my BlackBerry® from Vodafone -Original Message- From: Maries Sender: excel-macros@googlegroups.com Date: Sat, 31 Mar 2012 10:51:58 To: Reply-To: excel-macros@googlegroups.com Subject: Re: $$Excel-Macros$$

Re: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread Maries
Try this, Sub Sheet1Multiplecopy() Application.ScreenUpdating = False Application.DisplayAlerts = False For i = 1 To 100 Sheets("Sheet1").Copy After:=Sheets(i) ActiveSheet.Name = i Next Application.ScreenUpdating = True Application.DisplayAlerts = True End Sub On Sat, Mar 31, 2012 at 11:4

RE: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread Asa Rossoff
Sorry, Sandeep, I did not immediately see that you needed copies of another sheet. Maries has you. Asa -Original Message- From: Asa Rossoff [mailto:a...@lovetour.info] Sent: Saturday, March 31, 2012 12:40 AM To: 'excel-macros@googlegroups.com' Subject: RE: $$Excel-Macros$$ Macro for 100

$$Excel-Macros$$ AUTO: Sharon Hutchison is out of the office (returning 16/04/2012)

2012-03-31 Thread Sharon Hutchison
I am out of the office until 16/04/2012. Any queries please contact x54455 Note: This is an automated response to your message "$$Excel-Macros$$ Digest for excel-macros@googlegroups.com - 15 Messages in 10 Topics" sent on 31/3/2012 12:54:40 AM. This is the only notification you will receive

RE: $$Excel-Macros$$ Macro for 100 sheets

2012-03-31 Thread Asa Rossoff
Hi Sandeep, sheets.Add count:=100 Check help for additional options. Asa -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of chhajersand...@gmail.com Sent: Friday, March 30, 2012 11:11 PM To: excel-macros@googlegroups.com Subject: $$