Re: $$Excel-Macros$$ reached at certain value Message shows

2015-06-22 Thread Kumar Bhanushali
Dear Sir, Sorry sir, There is an error , The message which I want to display is the actual difference between the 2 values. And this MSG will display when the difference is 5000 or less than of 5000. Regards, Kumar Bhanushali Re: $$Excel-Macros$$ reached at certain value Message shows

Re: $$Excel-Macros$$ reached at certain value Message shows

2015-06-22 Thread Kumar Bhanushali
Dear Abhishek Bhai, Done. Thanks A Lot. Regards, Kumar Bhanushali Re: $$Excel-Macros$$ reached at certain value Message shows Abhishek Jain to: MS EXCEL AND VBA MACROS 22-06-15 03:24 PM Sent by: excel-macros@googlegroups.com From: Abhishek Jain To: MS EXCEL AND VBA MACROS

Re: $$Excel-Macros$$ reached at certain value Message shows

2015-06-22 Thread Abhishek Jain
Not clear what exactly do you want but if you put this code in the Sheet 1 module then it will give a message whenever the value is A1 is 1000. *Private Sub Worksheet_Change(ByVal Target As Range)* *If Sheets("Sheet1").Range("A1") = 1000 Then* *MsgBox "A1 value is now 1000"* *Else* *End If* *End S

$$Excel-Macros$$ reached at certain value Message shows

2015-06-21 Thread Kumar Bhanushali
Dear Experts, Is there any vba macros that if I reached at certain value Message shows that you have reached the xxx value. Please help Regards, Kumar Bhanushali DISCLAIMER The information contained in this e-mail including attachment is meant only for the addressee and may contain confidenti