Re: $$Excel-Macros$$ Need urgent help

2014-12-18 Thread Paul Schreiner
You probably ought to post this on a forum for Word instead of Excel. The differences are significant and it sounds like what you need requires assistance from someone with more than just casual knowledge of Microsoft Word. Paul - “Do all the good you can,

Re: $$Excel-Macros$$ Need urgent help on macro error.

2013-08-19 Thread Shrinivas Shevde
Dear Indarjit Can you share a file with me because I have the same work Regards Shrinivas On Mon, Aug 19, 2013 at 2:33 PM, Indrajit $nai wrote: > Thanks a lot to both of you. > > You guys are simply awesome :) > > > On Mon, Aug 19, 2013 at 12:31 PM, ravinder negi wrote: > >> add below "M

Re: $$Excel-Macros$$ Need urgent help on macro error.

2013-08-19 Thread Indrajit $nai
Thanks a lot to both of you. You guys are simply awesome :) On Mon, Aug 19, 2013 at 12:31 PM, ravinder negi wrote: > add below "Microsoft Scripting Runtime" library from tool-->reference > > > -- > *From:* Indrajit $nai > *To:* excel-macros@googlegroups.

Re: $$Excel-Macros$$ Need urgent help on macro error.

2013-08-19 Thread ravinder negi
add below "Microsoft Scripting  Runtime" library from tool-->reference From: Indrajit $nai To: excel-macros@googlegroups.com Sent: Monday, August 19, 2013 4:08 AM Subject: $$Excel-Macros$$ Need urgent help on macro error. Hi All, Kindly find attached the

Re: $$Excel-Macros$$ Need urgent help on macro error.

2013-08-18 Thread De Premor
Try to add this Dim FSO as Object Then replace your line code to : Set FSO = CreateObject("Scripting.FileSystemObject") On 19-08-2013 5:38, Indrajit $nai wrote: Hi All, Kindly find attached the macro based data collection file. But when I am running the macro it's showing the some error. K

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-18 Thread ponnusamy paramasivan
On 7/4/12, NOORAIN ANSARI wrote: > Dear Mangesh, > > Please put it in Module after press Alt+F11. > Then we can use it under Activeworkbook. > > > On Wed, Jul 4, 2012 at 8:06 PM, Mangesh Vimay > wrote: > >> Thanks Noorain Where should I put this code. I mean in module or any >> the place to run th

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread NOORAIN ANSARI
Dear Mangesh, Please put it in Module after press Alt+F11. Then we can use it under Activeworkbook. On Wed, Jul 4, 2012 at 8:06 PM, Mangesh Vimay wrote: > Thanks Noorain Where should I put this code. I mean in module or any > the place to run the code. > Please tell me detail as u know very wel

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Thanks Noorain Where should I put this code. I mean in module or any the place to run the code. Please tell me detail as u know very well I am new to VBA. On 7/4/12, NOORAIN ANSARI wrote: > Dear Mangesh, > > Please use it > > *Function Test(rng As Excel.Range) > If rng.Value <> "" And rng.Value <

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread NOORAIN ANSARI
Dear Mangesh, Please use it *Function Test(rng As Excel.Range) If rng.Value <> "" And rng.Value <= 24 Then Test = "<24 Hours" ElseIf rng.Value <> "" And rng.Value > 24 Then Test = ">24 Hours" Else Test = "" End If End Function * On Wed, Jul 4, 2012 at 7:52 PM, Mangesh Vimay wrote: > Hi Friends/

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Hi Friends/Ashish, How will you put this formula in vba code. please tell. On 7/4/12, Mangesh Vimay wrote: > Thank you so much mere bhai u saved my job > > On 7/4/12, ashish koul wrote: >> = iF(ISBLANK(A2),"",IF(A2<=24,"<24 Hours",">24 Hours")) >> >> >> >> On Wed, Jul 4, 2012 at 7:35 PM, M

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread Mangesh Vimay
Thank you so much mere bhai u saved my job On 7/4/12, ashish koul wrote: > = iF(ISBLANK(A2),"",IF(A2<=24,"<24 Hours",">24 Hours")) > > > > On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay > wrote: > >> Hi Friends, >> >> Please find the attached sheet for if statement. >> Please help me dear all

Re: $$Excel-Macros$$ Need Urgent Help on If statement

2012-07-04 Thread ashish koul
= iF(ISBLANK(A2),"",IF(A2<=24,"<24 Hours",">24 Hours")) On Wed, Jul 4, 2012 at 7:35 PM, Mangesh Vimay wrote: > Hi Friends, > > Please find the attached sheet for if statement. > Please help me dear all !!! > > -- > With regards, > > MaNgEsH > > -- > FORUM RULES (986+ members already BANNED for

Re: $$Excel-Macros$$ Need Urgent help

2011-09-27 Thread Jorge Marques
well friend i´m learning by recording and then studying the code, there are many books, but i don´t like them very much, too much writing confuses, i prefer to see "live" excel and study them and test them, i find very useful, Ashish Koul blog and twitter, it´s being very useful to my learning, mos

Re: $$Excel-Macros$$ Need urgent help!

2011-01-04 Thread Ahmed Honest
Dear Sharma, I have no idea of your requirement but the file seems to be like willing to know the password predictions algorithms. Or Hacking password techniques. Please clarify on this or correct me if i failed to understand your file. Thanks & Regards Ahmed Bawazir On Mon, Jan 3, 2011 at 11:14

Re: $$Excel-Macros$$ need urgent help

2010-12-09 Thread Paul Schreiner
this does the trick... Paul > >From: Born to Win >To: excel-macros@googlegroups.com >Sent: Thu, December 9, 2010 6:23:02 AM >Subject: Re: $$Excel-Macros$$ need urgent help > >yes exactly >Thanks, >Chandrabhan Singh > > > > >On Tue, Dec 7, 2010 at 7:21 PM,

Re: $$Excel-Macros$$ need urgent help

2010-12-09 Thread Born to Win
yes exactly Thanks, Chandrabhan Singh On Tue, Dec 7, 2010 at 7:21 PM, Paul Schreiner wrote: > Are you saying that you have an EXISTING Excel file, > when you double-click, it doesn't open, > but if you right-click, there is a menu that allows you to open the file? > > > *From:* Born to Win > *

Re: $$Excel-Macros$$ need urgent help

2010-12-07 Thread Paul Schreiner
Are you saying that you have an EXISTING Excel file, when you double-click, it doesn't open, but if you right-click, there is a menu that allows you to open the file? > >From: Born to Win >To: excel-macros@googlegroups.com >Sent: Tue, December 7, 2010 3:05:56 AM >Subject: $$Excel-Macros$$ need u

Re: $$Excel-Macros$$ Need Urgent Help

2010-11-18 Thread ashish koul
hi check the attachment see if helps .it will copy whole pdf documnet make sure you change this path according to ur pdf setup. "C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe" On Thu, Nov 18, 2010 at 2:39 PM, Rajasekhar Praharaju < rajasekhar.prahar...@gmail.com> wrote: > Hi fri

Re: $$Excel-Macros$$ Need Urgent Help - Distance Calculator

2010-04-19 Thread Manoj kumar
Can anyone help me please... Thanks, Manoj Kumar On Mon, Apr 19, 2010 at 1:01 AM, Manoj Kumar wrote: > Hi Guys, > > I need a macro to calculate total distance between two states or > cities or both from a distance search engine.For example:- > http://www.mapquest.com/. > > Appreciate  ur help.

Re: $$Excel-Macros$$ Need urgent help.

2010-04-08 Thread rf1234 rf1234
Dear All, Last Day i was contacted by a good consultant,i am not keen join his offer. if any 1 interested,can use following contact and mail Contact Person: CHANDRA SEKHAR CHAITRA SOFT #103 l Suresh Harivillu Apartments l Road No.11 l West Maradpally l Secunderabad 500 026 Tel: 040-4010

Re: $$Excel-Macros$$ Need urgent help.

2010-04-08 Thread saroj.32006
Thank you...If possible can u also help us on Finance domain side. Completed MBA-Finance and having 4 yrs of Exp. in the Financial Services & Microfinance. On Thu, Apr 8, 2010 at 3:38 PM, rf1234 rf1234 wrote: > Hello Dear, > Here is the files without zipped. > > > > > > > > > > > >

Re: $$Excel-Macros$$ Need urgent help.

2010-04-08 Thread ashish koul
hello sham your zip file is not woring at my place can u please send it in some other format On Thu, Apr 8, 2010 at 1:35 PM, rf1234 rf1234 wrote: > Hello Dear, > Carry on Hard Work,Group is here to Help Needy People... > But Only for Excel,Vba > :) > > > > > > > > > > > > > > > > > Hope It Will

Re: $$Excel-Macros$$ Need urgent help.

2010-04-08 Thread rf1234 rf1234
Hello Dear, Carry on Hard Work,Group is here to Help Needy People... But Only for Excel,Vba :) Hope It Will Help Happy To Help :) Shyam On Thu, Apr 8, 2010 at 12:23 PM, saroj.32006 wrote: > Thank you...Its really a life saving help for the > needy people. >

Re: $$Excel-Macros$$ Need urgent help.

2010-04-08 Thread saroj.32006
Thank you...Its really a life saving help for the needy people. Thank you once again. On Thu, Apr 8, 2010 at 12:00 PM, rf1234 rf1234 wrote: > Hello Dear, > Go through,attached zipped. > > > > > > > > > > > > Hope it Will Help > Happy To Help > :) > Shyam > > > > On Mon

Re: $$Excel-Macros$$ Need urgent help.

2010-04-07 Thread rf1234 rf1234
Hello Dear, Hope u have got some call,if not i have approx 100 consultancy e mail id. if necessary reply,hope all vba job searcher will be also benefited. Hope It Will Help. Happy To Help :) Shyam On Thu, Apr 8, 2010 at 11:23 AM, Baby Patel wrote: > Thanks Shyam > > Will try . > > Ch

Re: $$Excel-Macros$$ Need urgent help.

2010-04-05 Thread rf1234 rf1234
Hello Dear, 1'st welcome in our group,we are giving helping hands to vba programmers. 2'ns please let us better understand your problem,do u want to change domain (looking for job) OR Do you want to be a master in VBA. Please make us understand the problem first. Hope it Will Help Happy T

Re: $$Excel-Macros$$ Need urgent Help.

2010-04-02 Thread Harmeet Singh
Hi, PFA file for solution Thanks & Regards, Harmeet Singh Sent via BlackBerry Wireless On Fri, Apr 2, 2010 at 3:45 PM, Baby Patel wrote: > Hi All, > > Can anyone help me providing the quick guide on excel formulas. > > I know muchbut want to prepre for an interview. > > Also can you ple

RE: $$Excel-Macros$$ need urgent help

2009-12-24 Thread Dave Bonallack
Hi Sachin, Have a look at the attached to see if it does what you need. Regards, and Merry Christmas. Dave. Date: Thu, 24 Dec 2009 17:40:36 +0530 Subject: $$Excel-Macros$$ need urgent help From: sachinmbafina...@gmail.com To: excel-macros@googlegroups.com Dear Friend, Pls find attached sheet w

Re: $$Excel-Macros$$ Need Urgent Help ~ Vlookup

2009-11-13 Thread Aindril De
Its OK Anish, I can understand the frustration... I am also sorry for my hard words.. CHEERS!! Andy On Fri, Nov 13, 2009 at 9:09 PM, Anish Shrivastava wrote: > Thanks Aindril for your help. > > N GROUP ...M REALLY SORRY For what I wrote...trust me I realized it later > tht it wasnt a right way..

Re: $$Excel-Macros$$ Need Urgent Help ~ Vlookup

2009-11-13 Thread Anish Shrivastava
Thanks Aindril for your help. N GROUP ...M REALLY SORRY For what I wrote...trust me I realized it later tht it wasnt a right way...was kinda frustrated in office.. :( On 11/13/09, Aindril De wrote: > > Dear Anish, > > You would need a UDF for this: > > Use the following code : > > Option Explic

Re: $$Excel-Macros$$ Need Urgent Help ~ Vlookup

2009-11-13 Thread Sandeep Kumar Maurya
Hi Anish, See the attached file. Don't change position of 'Auto Reset', 'Counter' and 'Auto Switch' else it may not work properly. Also it can be done easily with VBA, so if you need then ask the solution in VBA and you will get a quick response from the group. Regards Sandeep On Fri, Nov 13, 2

Re: $$Excel-Macros$$ Need Urgent Help ~ Vlookup

2009-11-13 Thread Anish Shrivastava
Hi Punit, Thanks for you helping attempt, but tht's not wht I want. You used just vlookup in 2 cells...I m afraid to say tht but even I know tht much of basics (No offence). Could you please let me know wht if the occurance is 3 times. :P Cheers!! ANISH On Fri, Nov 13, 2009 at 3:06 PM, punit pod