solved your query now
--- On Mon, 11/19/12, Raj Mahapatra wrote:
From: Raj Mahapatra
Subject: $$Excel-Macros$$ Event - Worksheet Change
To: excel-macros@googlegroups.com
Date: Monday, November 19, 2012, 11:15 PM
Dear Friends,
kindly help out on below macro, i am not able to get output.
I Wa
Event macros do NOT go in "standard" modules.
Your change event must be in the Sheet module for the sheet you wish the event
to "monitor".
If you want it to apply to ALL sheets, then a variation must go in the
Thisworkbook module.
If you right-click the sheet "tab" and select "View Code",
the