I assume you are saying that you already have a worksheet_change event. You
should always post your code for comments. You can also have this. Perhaps a
restriction
if target.address="$A$2" then call subnamehere
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Howard" <(E-Mail Removed)> wrote in message
news:E89CBF41-13AC-42F6-971D-(E-Mail Removed)...
> Question for all you guru's. Is it possible to put a VBA sub routine in a
> module, and then write a sub on sheet(1) that calls the module sub? I
> have a
> sub routine in a module which works when run manually, but I really want
> it
> to work when ever a cell on sheet 1 is changed. I already have a sub
> routine
> on sheet 1 now.
> --
> Howard