Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
Welcome :D On Tuesday, June 23, 2015 at 6:03:56 PM UTC+5:30, Kumar Bhanushali wrote: > > > *Dear Sir,* > > It works ,,, Thanks A Lot!! > > > > > *Regards, Kumar Bhanushali* > > >*Re: $$Excel-Macros$$ Message POP up* > *Mandeep Baluj

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Kumar Bhanushali
Dear Sir, It works ,,, Thanks A Lot!! Regards, Kumar Bhanushali Re: $$Excel-Macros$$ Message POP up Mandeep Baluja to: excel-macros 23-06-15 05:49 PM Sent by: excel-macros@googlegroups.com Cc: kumar.bhanushali From: Mandeep Baluja To: excel-macros@googlegroups.com Cc

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
Put this code into your summary sheet and tell me how is it working ? Private Sub Worksheet_Change(ByVal Target As Range) R = Target.Row c = Target.Column If Not Intersect(Target, Range("d8:g15")) Is Nothing Then If Target.Value > Cells(R + 17, c) Then MsgBox "You have exceed the limit" & "-" &

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Kumar Bhanushali
ds, Kumar Bhanushali Re: $$Excel-Macros$$ Message POP up Mandeep Baluja to: excel-macros 23-06-15 04:14 PM Sent by: excel-macros@googlegroups.com Cc: kumar.bhanushali From: Mandeep Baluja To: excel-macros@googlegroups.com Cc: kumar.bhanush...@pmcprojects.com S

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
UTC+5:30, Kumar Bhanushali wrote: > > > *Dear Sir,* > > It's working, but I same code for multiple cells. > > like from D8:D15, E8:E15, F8:F15 & G8:G15. > > > > > > > *Regards, Kumar Bhanushali * > > >*Re: $$Excel-Macros$$ Messag

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Kumar Bhanushali
Dear Sir, It's working, but I same code for multiple cells. like from D8:D15, E8:E15, F8:F15 & G8:G15. Regards, Kumar Bhanushali Re: $$Excel-Macros$$ Message POP up Mandeep Baluja to: excel-macros 23-06-15 03:58 PM Sent by: excel-macros@googlegroups.com Cc: kumar.b

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
msg. > > > > > > > *Regards, Kumar Bhanushali * > > >*Re: $$Excel-Macros$$ Message POP up* > *Mandeep Baluja * to: excel-macros > 23-06-15 03:41 PM > >Sent by: *excel-...@googlegroups.com * Cc: > kumar.bhanushali > >

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
2:54:51 PM UTC+5:30, Kumar Bhanushali wrote: >> >> >> *Dear Sir,* >> >> there is a problem, that it restricts the qty. >> >> I don't want to restrict the qty, i just want to show the message with >> qty balance. >> >> >

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Mandeep Baluja
7;t want to restrict the qty, i just want to show the message with qty > balance. > > > > > > > *Regards, Kumar Bhanushali* > > >*Re: $$Excel-Macros$$ Message POP up* > *Mustapha LMIDMANI * to: excel-macros > 23-06-15 01:35 PM > >Sent

Re: $$Excel-Macros$$ Message POP up

2015-06-23 Thread Kumar Bhanushali
Dear Sir, there is a problem, that it restricts the qty. I don't want to restrict the qty, i just want to show the message with qty balance. Regards, Kumar Bhanushali Re: $$Excel-Macros$$ Message POP up Mustapha LMIDMANI to: excel-macros 23-06-15 01:35 PM Sent by: excel-m

$$Excel-Macros$$ Message in Excel

2013-10-01 Thread Shrinivas Shevde
Dear All When I open workbbok I used to receive following message Please let me know how to find uot the link v[image: Inline image 1] Thanks in Advance -- Shrini -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of

$$Excel-Macros$$ message

2013-07-31 Thread Rakhee Koshy
Hi, I want you to see this,Just click here and sign in to view. The file is too large so I couldn't attach it Kind regards -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of

RE: $$Excel-Macros$$ Message Box to Show ActiveSheet.PageSetup.Orientation

2012-06-27 Thread Rajan_Verma
alk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of stonesfan Sent: 27 June 2012 9:55 To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Message Box to Show ActiveSheet.PageSetup.Orientation I need to trap PageSetup settings to determine if

$$Excel-Macros$$ Message Box to Show ActiveSheet.PageSetup.Orientation

2012-06-27 Thread stonesfan
I need to trap PageSetup settings to determine if the active worksheet can be printed programmatically. (Note that I'm not asking how to change them - if they are not within reason, the active sheet will not be printed.) I thought the following line of code would result in "xlPortrait" or "xlH

Re: $$Excel-Macros$$ Message on Cell

2011-09-25 Thread Ankit Agrawal
Thanks to all. Ankit On Fri, Sep 23, 2011 at 4:46 PM, NOORAIN ANSARI wrote: > Dear Ankit, > > Please see attached sheet with solution. > > -- > Thanks & regards, > Noorain Ansari > *http://excelmacroworld.blogspot.com/* > *http://noorain-ansari.blogspot.com

Re: $$Excel-Macros$$ Message on Cell

2011-09-23 Thread Ms-Exl-Learner .
Hi Ankit, Go through the below links to have a better understanding about Validation in Excel. http://www.contextures.com/xlDataVal06.html http://www.contextures.com/xlDataVal04.html http://www.contextures.com/xlDataVal07.html Hope that helps! --- Ms.Exl.Learner

Re: $$Excel-Macros$$ Message on Cell

2011-09-23 Thread NOORAIN ANSARI
Dear Ankit, Please see attached sheet with solution. -- Thanks & regards, Noorain Ansari *http://excelmacroworld.blogspot.com/* *http://noorain-ansari.blogspot.com/* On Fri, Sep 23, 2011 at 10:42 AM, Ankit Agrawal wrote

Re: $$Excel-Macros$$ Message on Cell

2011-09-23 Thread Ankit Agrawal
Dear Sir, This is not working & plz tell me how we can do it another files. Regards, Ankit On Fri, Sep 23, 2011 at 3:55 PM, §»VIPER«§ wrote: > of course > > pfa > > > -- > *Great day,* > *viper > > * > On Fri, Sep 23, 2011 at 10:42 AM, Ankit Agrawal < > ankit.agrawal...@gmail.com> wrote:

Re: $$Excel-Macros$$ Message on Cell

2011-09-23 Thread Ankit Agrawal
Dear Sir, It is not working.and plz tell how we can apply it on other sheet too. Regards, Ankit On Fri, Sep 23, 2011 at 3:55 PM, §»VIPER«§ wrote: > of course > > pfa > > > -- > *Great day,* > *viper > > * > On Fri, Sep 23, 2011 at 10:42 AM, Ankit Agrawal < > ankit.agrawal...@gmail.com> wr

Re: $$Excel-Macros$$ Message on Cell

2011-09-23 Thread §»VIPER«§
of course pfa -- *Great day,* *viper * On Fri, Sep 23, 2011 at 10:42 AM, Ankit Agrawal wrote: > Dear All, > > I want to show a messge when we enter value which is more than 50k.As we > type 6 at that time a message show approval need. > > Could it possible? > > Regards, > Ankit > > --

$$Excel-Macros$$ Message on Cell

2011-09-23 Thread Ankit Agrawal
Dear All, I want to show a messge when we enter value which is more than 50k.As we type 6 at that time a message show approval need. Could it possible? Regards, Ankit -- -- Some important links for excel users:

RE: $$Excel-Macros$$ Message box- for Reminder of Due date

2011-06-12 Thread Prashant
Many thanks Daniel, exactly worked as per requirement Regards, Prashant -Original Message- From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of Daniel Sent: 11 June, 2011 4:14 PM To: excel-macros@googlegroups.com Subject: RE: $$Excel-Macros$$ Message

RE: $$Excel-Macros$$ Message box- for Reminder of Due date

2011-06-11 Thread Daniel
MsgBox txt End If End With End Sub HTH Daniel De : excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] De la part de Prashant Envoyé : samedi 11 juin 2011 08:31 À : excel-macros@googlegroups.com Objet : $$Excel-Macros$$ Message box- for Reminder of Due date

$$Excel-Macros$$ Message box- for Reminder of Due date

2011-06-11 Thread Prashant
Dear Experts, I need help on macro. I need message box to pop up when file is opened. And Message box should show code & name for employees where return date=today. Attached file for reference Regards, Prashant -- -

$$Excel-Macros$$ message follow cursor

2009-08-31 Thread Manoj Kukrej
Hi Dilip, I have balance sheet Asset total 100 Liability total 90 Diff between two is shown below =1 cell which contain difference between two item/cell>> I want to see it on top/below wherever I move in worksheet like sheet 1,2 3 etc how I can make it diff Follow the mouse

$$Excel-Macros$$ Message Box

2009-04-15 Thread Steve
Hi, I need to insert a message box in the middle of a macro that will request the user to enter a "Start Date" or give them the option to skip it and let the macro continue running. Any help would be deeply appreciated. Thanks, Steve --~--~-~--~~~---~--~~ -