Re: $$Excel-Macros$$POP UP

2013-04-06 Thread xlstime
Hi Manjunath, Please find below the code for auto run after 15 min with msgbox, for testing propose change timevalue and try.. placed inside thisworkbook Private Sub Workbook_Open() Call TimeUp End Sub and placed inside module Sub UpdateTime() Application.OnTime Now + TimeValue("00:15:00"), "T

Re: $$Excel-Macros$$ Pop up box required if cell is empty

2012-01-27 Thread rekha siri
Thanks alot Ansari ... its working superb.. thanks for your quick revert .. Regards, Raj On Fri, Jan 27, 2012 at 5:06 PM, NOORAIN ANSARI wrote: > Hi Rekha, > > Please try it..Hope it will help to you > > Option Explicit > Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Rang