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
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