Re: $$Excel-Macros$$ Re: Urgent help required in vba coding!!!!!!!!!!!!!!!!!!!!!

2011-03-08 Thread Indrajit $nai
*Thanks Milindthanks a lot.* On Mon, Mar 7, 2011 at 10:05 AM, mkarnik wrote: > Quick reply for 2nd point: > IN VBE, > Select: > Tools / VBA Project Propoerties / Protection > Now enable "Lock Project for Viewing", enter password twice and click > on OK. > Most Imp: Do not forget the passowr

$$Excel-Macros$$ Re: Urgent help required in vba coding!!!!!!!!!!!!!!!!!!!!!

2011-03-06 Thread mkarnik
Quick reply for 2nd point: IN VBE, Select: Tools / VBA Project Propoerties / Protection Now enable "Lock Project for Viewing", enter password twice and click on OK. Most Imp: Do not forget the passowrd. regards, Milind On Mar 6, 3:52 pm, "Indrajit $nai" wrote: > Hi All, > > I need a urgent help

$$Excel-Macros$$ Re: Urgent Help Required in a macro

2010-04-20 Thread ayush jain
Hi ZAC, I have created a user form as per your needs. The shortcut is CTRL + Y and userform will pop up on this shortcut. The data will be updated on click of submit button. The fields will reset on data successfully updated. Please have a look and let me know if any further assistance is require

$$Excel-Macros$$ Re: Urgent help required with Date/Time Format

2009-08-07 Thread Saurabh
Just have to add ' in front of Time to make it text. Then can be used in the formula as desired outcome _ From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of Amitabh Bose Sent: Friday, August 07, 2009 3:45 PM To: VBA_ Google Subject: $$Excel-Macros$$ Ur

$$Excel-Macros$$ RE: Urgent help required with Date/Time Format-DisRegard

2009-08-07 Thread Amitabh Bose
Hi All, Apologies for sending this request. I seem to have found out the solution. I wasted one whole hour trying to figure out something which was simple, but I seem to have over looked how the formatting is done. Please do not waste your time on this request. Apologies once again.

$$Excel-Macros$$ Re: urgent Help Required

2009-07-13 Thread Fabio Lemos
some cells aren´t entered as date. Their values are text with the format xx-xx-xx You´ve to enter every cell and change it to date, and then format the number as you wish... 2009/7/13 sachin patil > Hi, > > I'm Very new for this group.I'm facing problem in Excel in Date Formatting. > When I'

$$Excel-Macros$$ Re: urgent Help Required

2009-07-13 Thread Upendra Singh
Hi Sachin, You have entered date which seems as date but actually are strings. You have to write dated in the format mm/dd/yy. So your date should be 03/31/09, not 31-03-09. This will solve your problem Regards, Upendra Singh +91-9910227325, +91-9310760597

$$Excel-Macros$$ Re: urgent Help Required

2009-07-13 Thread Sathish Jalendran
Hi, Use text to column wizard in 3rd step select date and "DMY" format all your dates will be converted to data format Regards Sathish Jalendran From: excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] On Behalf Of sachin patil Sent: 13 July 2009 PM 03:00 To: Excel S

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

2009-07-11 Thread vinod rao
Hello, Plz let me know below query. On Thu, Jul 2, 2009 at 2:26 PM, vinod rao wrote: > Hello, > > Can i know how was radio icon created linked to year 1,2 3.? > > Thanks in advance. > Vinod > > On Wed, Jul 1, 2009 at 5:09 PM, Sachin Shukla wrote: > >> Dear Dilip, >> >> Thanks a lot. Its working

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

2009-07-02 Thread vinod rao
Hello, Can i know how was radio icon created linked to year 1,2 3.? Thanks in advance. Vinod On Wed, Jul 1, 2009 at 5:09 PM, Sachin Shukla wrote: > Dear Dilip, > > Thanks a lot. Its working. > > > Thanks > > Sachin Shukal > > On Wed, Jul 1, 2009 at 3:57 PM, Dilip Pandey wrote: > >> Hi Sachin

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

2009-07-01 Thread Sachin Shukla
Dear Dilip, Thanks a lot. Its working. Thanks Sachin Shukal On Wed, Jul 1, 2009 at 3:57 PM, Dilip Pandey wrote: > Hi Sachin, > > Attached sheet has been solved. Thanks, > -- > DILIP KUMAR PANDEY > MBA-HR,B COM(Hons.),BCA > Mobile: +91 9810929744 > dilipan...@gmail.com > dilipan...@yahoo.c

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

2009-07-01 Thread Dilip Pandey
Hi Sachin, Attached sheet has been solved. Thanks, -- DILIP KUMAR PANDEY MBA-HR,B COM(Hons.),BCA Mobile: +91 9810929744 dilipan...@gmail.com dilipan...@yahoo.com New Delhi - 110062 On Tue, Jun 30, 2009 at 11:53 AM, Sachin Shukla wrote: > Dear All, > > Please provied me help on attached sheet

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

2009-06-30 Thread Sachin Shukla
Dear Daniel, Thanks a lot for prompt respense. your formula is working properly. But I could not understood logic. Can you explain your fourmula please?. Why you multiply by 5 in (g3-1). Thanks Sachin Shukla On Tue, Jun 30, 2009 at 7:25 PM, Daniel wrote: > Try : > > =SUM(OFFSET(D13,(G3-1)*

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

2009-06-30 Thread Sandeep
I forget to link Here is the file. - Original Message - From: Sachin Shukla To: excel-macros@googlegroups.com Sent: Tuesday, June 30, 2009 11:53 AM Subject: $$Excel-Macros$$ Urgent Help Required Dear All, Please provied me help on attached sheet. Thanks Sachin Sh

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

2009-06-30 Thread Sandeep
Hello Sachin can find the attached solution for your problem, You are doing it in a long way (wrong) as there are only 9 choices and you are going to use about 27 conditions (if conditions) for your solution, but i used only 8. Remember if you are using IF function for a problem with N choices

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

2009-06-30 Thread Daniel
Try : =SUM(OFFSET(D13,(G3-1)*5,0,D2,1)) In cell D45. HTH Daniel De : excel-macros@googlegroups.com [mailto:excel-mac...@googlegroups.com] De la part de Sachin Shukla Envoyé : mardi 30 juin 2009 08:23 À : excel-macros@googlegroups.com Objet : [Norton AntiSpam] $$Excel-Macros$$ Urgent Help Re

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

2009-06-30 Thread Ankit Mehra
Hi Sachin, Please find enclosed the file as per your requirement. Please let me know does that suffice your need. On 6/30/09, Sachin Shukla wrote: > > Dear All, > > Please provied me help on attached sheet. > > > Thanks > > Sachin Shukla > > > > > -- Thanks & Regards Ankit Mehra --~--~---

$$Excel-Macros$$ Re: Urgent Help required!!!! Please help!!!

2009-06-29 Thread Ankit Mehra
Hi Dilip, Thanks a lot for your respose. This is something which i am expecting to perform. However, i forgot to mention one thing in my previous mail. It would be great if a macro could be created, where all these things (which you have made in the file) could be automatically keeping in mind t

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

2009-06-11 Thread Aindril De
Can you please send the sample text file.. Regards, Andy On Fri, Jun 12, 2009 at 8:10 AM, Balachander S wrote: > May be this is very simple for you experts . I am unable to crack the > converiosn from Test file to excel for the data below. > > The fields are not aligned to draw column lines for

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

2009-04-14 Thread Harmeet Singh
Good idea, but we can come out of that situation. Harish, Just put a line in the macro before msgbox: activeworbook.save hope that solves the issue On Tue, Apr 14, 2009 at 8:55 PM, santosh bahuguna wrote: > > working with share file is much diffcult to fix this problem in excel > becouse ev

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

2009-04-14 Thread santosh bahuguna
working with share file is much diffcult to fix this problem in excel becouse every user will seat in different different pcs and everytime user have save the data to make the data sheet update my suguestion is this please user msaccess to perform this task thank santosh bahuguna On 4/11/09,

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

2009-04-13 Thread Harish Sharma
Hi Harmeet, I used the other macro to fix my date and time issue since I was trying to link this date and time with availble field in raw data but this was refreshing so time was also refreshed but anyway I have fixed that but eventually I have found that the data acquired is always misses the fir

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

2009-04-13 Thread Harmeet Singh
One more thing, You can also use shortcuts to enter time/date. *Ctrl+;* to enter date and *Ctrl+shift+;* to enter time. On Mon, Apr 13, 2009 at 7:00 PM, Harmeet Singh wrote: > Hi Harish, > First of all, Thanks a lot for appreciation. > If now I do the changes that you have mentioned in your ma

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

2009-04-13 Thread Harmeet Singh
Hi Harish, First of all, Thanks a lot for appreciation. If now I do the changes that you have mentioned in your mail, will be a spoon feeding. I have not protected the code that I have sent you. It would be a good learning for you if you try and do it by yourself. You just need to write two lines s

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

2009-04-12 Thread Harish Sharma
Thanks a lot Harmeet... Can u also get me one more functionality here that as soon as one agent acquires the job time and date he acquired also appears and untill he finishes the job by selecting as close which will be a drop down in next column to acquired time column. Once agent uses close from d