Re: $$Excel-Macros$$ Date Difference

2011-07-01 Thread Chandra Shekar
Thanks a lot :-) On Fri, Jul 1, 2011 at 6:06 PM, ashish koul wrote: > try the attachment > > > On Fri, Jul 1, 2011 at 3:50 PM, Chandra Shekar < > chandrashekarb@gmail.com> wrote: > >> Hi, >> >> I need a formula which need to ignore weekends. Thanks >> >> For Ex: >> >> A1=01/07/2011 - Input >

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread ankur
hi Asish sir, Congrats...for this award...keep helping us like this thanks Best Regards, Have A Nice Time & Enjoy Life Regards: CMA Ankur Pandey (Someone Different) I'm not the best but i'm not like the rest~~ On Sat, Jul 2, 2011 at 2:37 AM, Gyana Ranjan Das wrote: > Hi Ashish, >

Re: $$Excel-Macros$$ need required for data validation value query

2011-07-01 Thread ankur
hi rakesh thnks for reply this is not a simple vlookup formula case, i just want to get figure by changing validation list..because calculation is having many backhand formulas... well... i want you tell that...this income tax calculation sheet sample.the result which is showing is net inco

Re: $$Excel-Macros$$ Re: and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Brajesh Kumar Porwal
*Congratulations Ashish keep it uppp-- * *** * *-- * *-- One Team One Dream One Goal Warm Regards, Brajesh Kumar Porwal E-Mail :- brajeshkumarpor...@gmail.com 7503020750, "We can't Spell S_ccess without U" Life is Very beautiful !!! ¨`•.•´¨) Always `•.¸(¨`•.•´¨) Keep (¨`•.•´¨)

Re: $$Excel-Macros$$ Help with saving files with path in cell B2

2011-07-01 Thread ashish koul
try this select the folder in which files are saved Function SelectFolder(Optional Title As String, Optional TopFolder _ As String) As String Dim objShell As New Shell32.Shell Dim objFolder As Shell32.Folder Set objFolder = objShell.BrowseForFolder _ (0, Title, 1, TopFolder) If Not objFolder Is

$$Excel-Macros$$ Re: and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Suriya
Congrats Ashish Ji.. You are really a MVP -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://

Re: $$Excel-Macros$$ Macro to copy and paste selected raws.xls

2011-07-01 Thread Atul
Thnaks you Pandeyji. ITs working fine On Jun 29, 2:45 am, Dilip Pandey wrote: > Hi Atul, > > You were clear in the first email itself.  It is my mistake that I had > overlooked the point. > Now I have revised the macro and it should work fine. > > Feel free to get back in case of any queries.  Th

$$Excel-Macros$$ Congratulations Ashish Koul....!!!

2011-07-01 Thread karan 1237
First of all Congratulations Ashish Sir Ji for MVP Award. I already knew that you'll definitely got this award. Thnx for your co operation & helps. You solved our problems very well & gave us good knowledge of excel. I got inspiration from you. Last but not least I thank to Ayush Sir who has c

$$Excel-Macros$$ Help with saving files with path in cell B2

2011-07-01 Thread Nasim
Hi, I am using excel 2010. I have searched internet and have come up with below codes to: 1- Open a folder 2- Loop through excel files and open them one by one. 3- Check existence of path in opened file (path is in the sheet called "Path", cell B2 of opened file) 4- Give me a message if path does

$$Excel-Macros$$ Convert relative URL to absolute

2011-07-01 Thread Alex
Hallo, i would like to convert a relative path in a HTML document like "../ images/image.jpg" to an absolute URL like http://www.myserver.com/images/image.jpg So far I have found the MakeAbs command : http://msdn.microsoft.com/en-us/library/aa156144%28v=office.10%29.aspx. Unfortunately there is

$$Excel-Macros$$ Re: and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread anandydr
Congrats !!! That's a very good news :D Keep up the good work Ashish Warm regards, Anand Kumar -- -- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exce

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Gyana Ranjan Das
Hi Ashish, Congratulation for MVP award.Keep it up..! *Thanks & Regards,* *Gyana * On Fri, Jul 1, 2011 at 9:25 PM, Ayush wrote: > Dear Group, > I am extremely happy to share a good news with you. One of our dearest > group member 'Ashish Koul' is awarded Microsoft MVP award on 1st July

RE: $$Excel-Macros$$ Date Difference

2011-07-01 Thread Daniel
Hello, Consider the NETWORKDAYS function. If you are using an older version than Excel 2007, you’ll have to install the Analysis Tool Pack. HTH Daniel De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De la part de Chandra Shekar Envoyé : vendredi 1 juillet 201

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread NOORAIN ANSARI
Congratulation sir ji.for MVP award... Please keep your helping process continue. On Fri, Jul 1, 2011 at 10:20 PM, ashish koul wrote: > Thank you all > > > On Fri, Jul 1, 2011 at 9:36 PM, Venkatesan c wrote: > >> *Dear Asish,* >> * >> * >> *Congrats...* >> *

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Mahesh parab
Hi Ashish Heartiest Congratulations on your success ! Keep it up ! On Fri, Jul 1, 2011 at 10:20 PM, ashish koul wrote: > Thank you all > > > On Fri, Jul 1, 2011 at 9:36 PM, Venkatesan c wrote: > >> *Dear Asish,* >> * >> * >> *Congrats...* >> * >> * >> *Best Regards,* >> *Venkat* >> *

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread GoldenLance
I think this is fabulous. Another Excel MVP. Ashish, your dedication and capacity to help has been exemplary. Keep up the great work, and hope this title continues. Cheers, Sam On Jul 1, 9:02 pm, Umesh Soni wrote: > Congrats.. Ashish > > > > > > > > > > On Fri, Jul 1, 2011 at 4:55 PM

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread ashish koul
Thank you all On Fri, Jul 1, 2011 at 9:36 PM, Venkatesan c wrote: > *Dear Asish,* > * > * > *Congrats...* > * > * > *Best Regards,* > *Venkat* > * > * > > On Fri, Jul 1, 2011 at 9:25 PM, Ayush wrote: > >> Dear Group, >> I am extremely happy to share a good news with you. One of our dearest

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Venkatesan c
*Dear Asish,* * * *Congrats...* * * *Best Regards,* *Venkat* * * On Fri, Jul 1, 2011 at 9:25 PM, Ayush wrote: > Dear Group, > I am extremely happy to share a good news with you. One of our dearest > group member 'Ashish Koul' is awarded Microsoft MVP award on 1st July for > his exceptional M

Re: $$Excel-Macros$$ Auto Formatting

2011-07-01 Thread ashish koul
add this line after u import the data Cells.Columns.EntireColumn.AutoFit or Cells.ColumnWidth = 20 On Fri, Jul 1, 2011 at 8:40 AM, Michael Hayes wrote: > > > When I do web queries and create pivot tables in Excel 2007, I really > dislike the automatic column width formattingthe columns ar

Re: $$Excel-Macros$$ Date Difference

2011-07-01 Thread ashish koul
try the attachment On Fri, Jul 1, 2011 at 3:50 PM, Chandra Shekar wrote: > Hi, > > I need a formula which need to ignore weekends. Thanks > > For Ex: > > A1=01/07/2011 - Input > B1=30/06/2011 - Result1 > C1=04/07/2011 - Result2 ' 02/07/2011 & 03/07/2011 are saturdays and > sundays. > > -- > > --

Re: $$Excel-Macros$$ need required for data validation value query

2011-07-01 Thread ICWAI Help
Please find the attached file. Thanks, Rakesh. On Fri, Jul 1, 2011 at 5:49 PM, Markkim wrote: > I'm not sure if I understand what you want correctly. > > > O2 cell in your sample file > > you can have the following formula > > =VLOOKUP(M2,$A$1:$B$56,2,0) * VLOOKUP(M2,Sheet2!$A$1:$B$56,2,0) > > t

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Umesh Soni
Congrats.. Ashish On Fri, Jul 1, 2011 at 4:55 PM, Ayush wrote: > Dear Group, > I am extremely happy to share a good news with you. One of our dearest > group member 'Ashish Koul' is awarded Microsoft MVP award on 1st July for > his exceptional MS Excel skills and voluntary contributi

Re: $$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Dilip Pandey
Heartiest congratulations Ashish . . !! This is well deserved, keep the helping spirit high. Best regards, DILIPandey On 7/1/11, Ayush wrote: > Dear Group, > I am extremely happy to share a good news with you. One of our dearest group > member 'Ashish Koul' is awarded Microsoft MVP award on 1st

$$Excel-Macros$$ and the Microsoft MVP award goes to Ashish Koul :)

2011-07-01 Thread Ayush
Dear Group, I am extremely happy to share a good news with you. One of our dearest group member 'Ashish Koul' is awarded Microsoft MVP award on 1st July for his exceptional MS Excel skills and voluntary contribution. He is well deserving for the award and I am very happy and proud of his recogn

Re: $$Excel-Macros$$ I want to learn VBA

2011-07-01 Thread ashish koul
try thse video tutorial and websites http://akoul.wordpress.com/2011/05/28/excel-video-tutorials/ http://akoul.wordpress.com/2011/05/27/excel-blogs-and-websites-learn-excel-online/ On Fri, Jul 1, 2011 at 1:34 PM, kurikkal padinjarappalla < padinjarappa...@gmail.com> wrote: > please attach it >

Re: $$Excel-Macros$$ need required for data validation value query

2011-07-01 Thread Markkim
I'm not sure if I understand what you want correctly. O2 cell in your sample file you can have the following formula =VLOOKUP(M2,$A$1:$B$56,2,0) * VLOOKUP(M2,Sheet2!$A$1:$B$56,2,0) then do autofill .. Is this what you want? -- -

$$Excel-Macros$$ Date Difference

2011-07-01 Thread Chandra Shekar
Hi, I need a formula which need to ignore weekends. Thanks For Ex: A1=01/07/2011 - Input B1=30/06/2011 - Result1 C1=04/07/2011 - Result2 ' 02/07/2011 & 03/07/2011 are saturdays and sundays. -- -- Some important lin

Re: $$Excel-Macros$$ EXCEL FILE CONTAINING IP ADDRESS

2011-07-01 Thread Vasant
Hi Modi, Pls find the UDF for retreiving IP Address of your machine. link http://stackoverflow.com/questions/828496/how-to-retrieve-this-computers-ip-address Function GetIPAddress() Const strComputer As String = "." ' Computer name. Dot means local computer Dim objWMIService, IPConfigSet, IPC

$$Excel-Macros$$ Re: help req.I want to -ve value replace with 0.

2011-07-01 Thread Prakash Gusain
Dear Rakesh, This code will help you get the desired result. Sub ChangeAll() Dim sh As Worksheet Dim cl As Range For Each sh In ActiveWorkbook.Worksheets For Each cl In sh.UsedRange If cl.Value < 0 Then cl.Value = 0 End If Next c

Re: $$Excel-Macros$$ I want to learn VBA

2011-07-01 Thread kurikkal padinjarappalla
please attach it On Fri, Jul 1, 2011 at 10:43 AM, ankur wrote: > Dear friends > I m agree that , the sites you all recommended are very useful ,but > for a new user , the best way to learn VBA is getting a book dedicated > on vba...becoz they provide step wise and detailed concepts > there

Re: $$Excel-Macros$$ need required for data validation value query

2011-07-01 Thread ankur
sorry , i forget to attach a sample file in my query.. Have A Nice Time & Enjoy Life Regards: CMA Ankur Pandey (Someone Different) I'm not the best but i'm not like the rest~~ On Fri, Jul 1, 2011 at 5:14 PM, ankur wrote: > hi ayush/ all members > >  i have one data validation list, which is r

$$Excel-Macros$$ need required for data validation value query

2011-07-01 Thread ankur
hi ayush/ all members i have one data validation list, which is required in formula to get a result i want the all results corresponding to each value in different sheet or in different column in one click any macro code is there ? thanks in advance Have A Nice Time & Enjoy Life Regar

Re: $$Excel-Macros$$ EXCEL FILE CONTAINING IP ADDRESS

2011-07-01 Thread rf1234 rf1234
On 7/1/11, L.K. Modi wrote: > Dear Group Members > > > I need an excel file in wihch by running macro we can see our IP ADDRESS. > Please provide me that file by which we can know the IP address of our > System > > > Regards > LKModi > > -- > ---

$$Excel-Macros$$ EXCEL FILE CONTAINING IP ADDRESS

2011-07-01 Thread L.K. Modi
Dear Group Members I need an excel file in wihch by running macro we can see our IP ADDRESS. Please provide me that file by which we can know the IP address of our System Regards LKModi -- -- Some important links

Re: $$Excel-Macros$$ I want to learn VBA

2011-07-01 Thread ankur
Dear friends I m agree that , the sites you all recommended are very useful ,but for a new user , the best way to learn VBA is getting a book dedicated on vba...becoz they provide step wise and detailed concepts there are many free ebooks on vba on the internet.download it ...learn basic f

$$Excel-Macros$$ required open xl addin

2011-07-01 Thread ankur
hi Ayush/ other members i need a very useful " open xl addin." i cant download it from the site,.. link is not working properly over there.. urgent need Have A Nice Time & Enjoy Life Regards:, CMA Ankur Pandey (Someone Different) I'm not the best but i'm not like the rest~~ -- ---