$$Excel-Macros$$ Macro to populate cells from combobox selection

2012-05-09 Thread Seema
yee cannot have same day for the next two weeks. please help me correct the code. thanks Seema -- 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 Problem, and Need

Re: $$Excel-Macros$$ Help Required to update off days in a tracker

2012-05-07 Thread Seema
hello everyone, please help with the query below. Regards Seema On Saturday, 5 May 2012 17:54:42 UTC+5:30, Seema wrote: > hi, > > thankyou. the tracker looks good. but it allows the user to have the same > day off for two consecutive weeks. and also allows the user to choose

Re: $$Excel-Macros$$ Help Required to update off days in a tracker

2012-05-05 Thread Seema
3 consecutive weeks, ex: if the user has monday off for this week, the application shud not allow him to have monday off for week2 and week3. 2. the user should not be allowed multiple days off in the same week. regards Seema On Saturday, 5 May 2012 00:10:20 UTC+5:30, Lalit_Mohan wrote: >

Re: $$Excel-Macros$$ Help Required to update off days in a tracker

2012-05-04 Thread Seema
inesstransformation*<https://www.facebook.com/buzinesstransformation> > > > > > On Fri, May 4, 2012 at 11:16 PM, Seema wrote: > >> hi, >> >> thank you for the effort. but the sheet is not getting updated instead >> throws an error asking to debug at l

Re: $$Excel-Macros$$ Help Required to update off days in a tracker

2012-05-04 Thread Seema
workbook, Hope it will help to you. > > -- > Thanks & regards, > Noorain Ansari > www.noorainansari.com > www.excelmacroworld.blogspot.com > > On Fri, May 4, 2012 at 11:29 AM, Seema wrote: > >> >> hello, >> >> i am using a form as a user interfa

$$Excel-Macros$$ Macro to update cells based on values from multiple combobox

2012-05-04 Thread Seema
Hello, Please help in getting a macro for the problem in the sheet attached. Regards Seema. -- 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 Problem, and Need

$$Excel-Macros$$ Help Required to update off days in a tracker

2012-05-03 Thread Seema
hello, i am using a form as a user interface for an employee to enter the off day of their choice week on week. i want to update the tracker based on the entries from the combobox. Attached is the sample file with the entry format. Any help is highly apprecaited. Regards Seema

Re: $$Excel-Macros$$ Update cells based on combo box selection

2012-05-03 Thread Seema
Hello Rajan, Please find the file attached. Regards Seema On Thursday, 3 May 2012 19:48:38 UTC+5:30, Rajan_Verma wrote: > *Hi Seema,* > > *Can you attached the file for Exact Answer? **J*** > > > > * * > > *Regards* > > *Rajan verma* > > *+91 7838100

$$Excel-Macros$$ Update cells based on combo box selection

2012-05-03 Thread Seema
week, one for name and one for day. i want the cell in the sheet to be updated based on the selection of week, name and day. any help is highly appreciated. regards Seema -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles

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

2012-03-30 Thread seema mba
? Regards, Seema On Fri, Mar 30, 2012 at 8:19 AM, Sreejith K.V wrote: > Dear Excel Experts. > > I need your help on the excel sheet which i have attached. I want you to > help me in building a formula based table which does the Checks. > > Let me know if you have any questions. >

Re: $$Excel-Macros$$ Help required for a formula

2011-11-25 Thread seema mba
Hi, PFA. Query Solved. Regards, Seema On Fri, Nov 25, 2011 at 7:02 PM, Kenil Gala wrote: > Hi group, > > I have a small doubt for writing a formula and require for help for it. > i have mentioned my doubt as a comment in the attached file. > > > Thanks & Regards &g

Re: $$Excel-Macros$$ Ayush Jain – Microsoft MVP 20 10

2010-10-04 Thread seema mba
Hi Ayush! You really deserve that title... Regards, Seema On Tue, Oct 5, 2010 at 9:26 AM, Aindril De wrote: > Hey Ayush!! You haven't responded to Neil's email > > Where is the Treat Man!!!? [?][?] > > Cheers, > Andy > > > On Mon, Oct 4, 2010

Re: $$Excel-Macros$$ Request Help to make code more efficient.

2010-04-06 Thread seema mba
HI, Try out the following: Sub trial() Dim rng As Range Dim what(9) As String what(1) = "FD" what(2) = "EX" what(3) = "NA" what(4) = "NB" what(5) = "NC" what(6) = "HN" what(7) = "CLD" what(8) = "Location" what(9) = "of" For i = 1 To 9 Do Se

Re: $$Excel-Macros$$ Need help in function

2010-04-06 Thread seema mba
given on help section of Excel. I used the formula like this. =CONVERT((d3-c3),"day","mn") As your both dates are written in d3 and c3, it will first calculate the difference and then convert the days into minutes. Hope this is helpful. Regards, Seema On 4/6/10, ╚►♥ѕαη∂єє

$$Excel-Macros$$ Track changes macro

2010-03-31 Thread seema mba
many people do unauthorised changes due to which all people working on the file have to suffer. The problem is, once a file is unshared we loose the history of track changes. Plsss help. Regards, Seema -- --